diff options
Diffstat (limited to 'node_modules/postcss-modules-values/package.json')
-rw-r--r-- | node_modules/postcss-modules-values/package.json | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/node_modules/postcss-modules-values/package.json b/node_modules/postcss-modules-values/package.json deleted file mode 100644 index 96ba9ed..0000000 --- a/node_modules/postcss-modules-values/package.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "_from": "postcss-modules-values@^1.3.0", - "_id": "postcss-modules-values@1.3.0", - "_inBundle": false, - "_integrity": "sha1-7P+p1+GSUYOJ9CrQ6D9yrsRW6iA=", - "_location": "/postcss-modules-values", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "postcss-modules-values@^1.3.0", - "name": "postcss-modules-values", - "escapedName": "postcss-modules-values", - "rawSpec": "^1.3.0", - "saveSpec": null, - "fetchSpec": "^1.3.0" - }, - "_requiredBy": [ - "/css-loader" - ], - "_resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-1.3.0.tgz", - "_shasum": "ecffa9d7e192518389f42ad0e83f72aec456ea20", - "_spec": "postcss-modules-values@^1.3.0", - "_where": "/home/pruss/Dev/3-minute-website/node_modules/css-loader", - "author": { - "name": "Glen Maddern" - }, - "babel": { - "presets": [ - "es2015" - ], - "plugins": [ - "add-module-exports" - ] - }, - "bugs": { - "url": "https://github.com/css-modules/postcss-modules-values/issues" - }, - "bundleDependencies": false, - "dependencies": { - "icss-replace-symbols": "^1.1.0", - "postcss": "^6.0.1" - }, - "deprecated": false, - "description": "PostCSS plugin for CSS Modules to pass arbitrary values between your module files", - "devDependencies": { - "babel-cli": "^6.5.2", - "babel-core": "^6.5.2", - "babel-plugin-add-module-exports": "^0.2.1", - "babel-preset-es2015": "^6.3.13", - "chokidar": "^1.2.0", - "mocha": "^3.0.2", - "standard": "^8.4.0" - }, - "homepage": "https://github.com/css-modules/postcss-modules-values#readme", - "keywords": [ - "css", - "modules", - "postcss" - ], - "license": "ISC", - "main": "lib/index.js", - "name": "postcss-modules-values", - "repository": { - "type": "git", - "url": "git+https://github.com/css-modules/postcss-modules-values.git" - }, - "scripts": { - "autotest": "chokidar src test -c 'npm test'", - "build": "babel --out-dir lib src", - "lint": "standard src test", - "posttest": "npm run lint && npm run build", - "prepublish": "npm run build", - "test": "mocha --compilers js:babel-core/register", - "travis": "npm run test" - }, - "version": "1.3.0" -} |