You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
2.0 KiB
72 lines
2.0 KiB
{ |
|
"_from": "postcss-modules-values@^2.0.0", |
|
"_id": "postcss-modules-values@2.0.0", |
|
"_inBundle": false, |
|
"_integrity": "sha512-Ki7JZa7ff1N3EIMlPnGTZfUMe69FFwiQPnVSXC9mnn3jozCRBYIxiZd44yJOV2AmabOo4qFf8s0dC/+lweG7+w==", |
|
"_location": "/postcss-modules-values", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "range", |
|
"registry": true, |
|
"raw": "postcss-modules-values@^2.0.0", |
|
"name": "postcss-modules-values", |
|
"escapedName": "postcss-modules-values", |
|
"rawSpec": "^2.0.0", |
|
"saveSpec": null, |
|
"fetchSpec": "^2.0.0" |
|
}, |
|
"_requiredBy": [ |
|
"/css-loader" |
|
], |
|
"_resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-2.0.0.tgz", |
|
"_shasum": "479b46dc0c5ca3dc7fa5270851836b9ec7152f64", |
|
"_spec": "postcss-modules-values@^2.0.0", |
|
"_where": "/home/f2256342/forge/udemy-react/burger/node_modules/css-loader", |
|
"author": { |
|
"name": "Glen Maddern" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/css-modules/postcss-modules-values/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"dependencies": { |
|
"icss-replace-symbols": "^1.1.0", |
|
"postcss": "^7.0.6" |
|
}, |
|
"deprecated": false, |
|
"description": "PostCSS plugin for CSS Modules to pass arbitrary values between your module files", |
|
"devDependencies": { |
|
"chokidar-cli": "^1.0.1", |
|
"codecov.io": "^0.1.2", |
|
"coveralls": "^3.0.2", |
|
"eslint": "^5.9.0", |
|
"mocha": "^5.2.0", |
|
"nyc": "^13.1.0" |
|
}, |
|
"files": [ |
|
"src" |
|
], |
|
"homepage": "https://github.com/css-modules/postcss-modules-values#readme", |
|
"keywords": [ |
|
"css", |
|
"modules", |
|
"postcss" |
|
], |
|
"license": "ISC", |
|
"main": "src/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'", |
|
"cover": "nyc mocha", |
|
"lint": "eslint src test", |
|
"prepublish": "yarn test", |
|
"pretest": "yarn lint", |
|
"test": "mocha", |
|
"travis": "yarn lint && yarn cover" |
|
}, |
|
"version": "2.0.0" |
|
}
|
|
|