mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2026-01-03 03:27:21 +01:00
npm install
This commit is contained in:
94
conf/site/node_modules/postcss-modules-scope/package.json
generated
vendored
94
conf/site/node_modules/postcss-modules-scope/package.json
generated
vendored
@@ -1,47 +1,42 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"postcss-modules-scope@1.1.0",
|
||||
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
|
||||
]
|
||||
"name": "postcss-modules-scope",
|
||||
"version": "1.1.0",
|
||||
"description": "A CSS Modules transform to extract export statements from local-scope classes",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
"lint": "eslint src",
|
||||
"build": "babel --out-dir lib src",
|
||||
"watch": "chokidar src -c 'npm run build'",
|
||||
"test": "mocha --compilers js:babel/register",
|
||||
"posttest": "npm run lint && npm run build",
|
||||
"autotest": "chokidar src test -c 'npm test'",
|
||||
"precover": "npm run lint && npm run build",
|
||||
"cover": "babel-istanbul cover node_modules/.bin/_mocha",
|
||||
"travis": "npm run cover -- --report lcovonly",
|
||||
"prepublish": "npm run build"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/css-modules/postcss-modules-scope.git"
|
||||
},
|
||||
"keywords": [
|
||||
"css-modules",
|
||||
"postcss",
|
||||
"plugin"
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "postcss-modules-scope@1.1.0",
|
||||
"_id": "postcss-modules-scope@1.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-1upkmUx5+XtipytCb75gVqGUu5A=",
|
||||
"_location": "/postcss-modules-scope",
|
||||
"_phantomChildren": {
|
||||
"chalk": "2.4.2",
|
||||
"supports-color": "5.5.0"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "postcss-modules-scope@1.1.0",
|
||||
"name": "postcss-modules-scope",
|
||||
"escapedName": "postcss-modules-scope",
|
||||
"rawSpec": "1.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/css-loader"
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-1.1.0.tgz",
|
||||
"_spec": "1.1.0",
|
||||
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
|
||||
"author": {
|
||||
"name": "Glen Maddern"
|
||||
},
|
||||
"author": "Glen Maddern",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/css-modules/postcss-modules-scope/issues"
|
||||
},
|
||||
"homepage": "https://github.com/css-modules/postcss-modules-scope",
|
||||
"dependencies": {
|
||||
"css-selector-tokenizer": "^0.7.0",
|
||||
"postcss": "^6.0.1"
|
||||
},
|
||||
"description": "A CSS Modules transform to extract export statements from local-scope classes",
|
||||
"devDependencies": {
|
||||
"babel": "^5.4.7",
|
||||
"babel-eslint": "^6.1.2",
|
||||
@@ -53,34 +48,5 @@
|
||||
"css-selector-parser": "^1.0.4",
|
||||
"eslint": "^1.5.0",
|
||||
"mocha": "^3.0.1"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"homepage": "https://github.com/css-modules/postcss-modules-scope",
|
||||
"keywords": [
|
||||
"css-modules",
|
||||
"postcss",
|
||||
"plugin"
|
||||
],
|
||||
"license": "ISC",
|
||||
"main": "lib/index.js",
|
||||
"name": "postcss-modules-scope",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/css-modules/postcss-modules-scope.git"
|
||||
},
|
||||
"scripts": {
|
||||
"autotest": "chokidar src test -c 'npm test'",
|
||||
"build": "babel --out-dir lib src",
|
||||
"cover": "babel-istanbul cover node_modules/.bin/_mocha",
|
||||
"lint": "eslint src",
|
||||
"posttest": "npm run lint && npm run build",
|
||||
"precover": "npm run lint && npm run build",
|
||||
"prepublish": "npm run build",
|
||||
"test": "mocha --compilers js:babel/register",
|
||||
"travis": "npm run cover -- --report lcovonly",
|
||||
"watch": "chokidar src -c 'npm run build'"
|
||||
},
|
||||
"version": "1.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user