react-scripts
Version:
Configuration and scripts for Create React App.
104 lines (103 loc) • 2.59 kB
JSON
{
"_args": [
[
{
"raw": "postcss-calc@^5.2.0",
"scope": null,
"escapedName": "postcss-calc",
"name": "postcss-calc",
"rawSpec": "^5.2.0",
"spec": ">=5.2.0 <6.0.0",
"type": "range"
},
"/Users/gaearon/p/create-react-app/node_modules/cssnano"
]
],
"_from": "postcss-calc@>=5.2.0 <6.0.0",
"_id": "postcss-calc@5.3.0",
"_inCache": true,
"_installable": true,
"_location": "/postcss-calc",
"_nodeVersion": "5.11.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/postcss-calc-5.3.0.tgz_1468212888673_0.9496042632963508"
},
"_npmUser": {
"name": "moox",
"email": "m@moox.io"
},
"_npmVersion": "3.8.6",
"_phantomChildren": {},
"_requested": {
"raw": "postcss-calc@^5.2.0",
"scope": null,
"escapedName": "postcss-calc",
"name": "postcss-calc",
"rawSpec": "^5.2.0",
"spec": ">=5.2.0 <6.0.0",
"type": "range"
},
"_requiredBy": [
"/cssnano"
],
"_resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-5.3.0.tgz",
"_shasum": "396a6ef5f399e1873f847e8f2fd5ee17fc1e1fd8",
"_shrinkwrap": null,
"_spec": "postcss-calc@^5.2.0",
"_where": "/Users/gaearon/p/create-react-app/node_modules/cssnano",
"author": {
"name": "Maxime Thirouin"
},
"bugs": {
"url": "https://github.com/postcss/postcss-calc/issues"
},
"dependencies": {
"postcss": "^5.0.2",
"postcss-message-helpers": "^2.0.0",
"reduce-css-calc": "^1.2.0"
},
"description": "PostCSS plugin to reduce calc()",
"devDependencies": {
"eslint": "^1.0.0",
"npmpub": "^3.1.0",
"postcss-custom-properties": "^5.0.0",
"tape": "^3.0.0"
},
"directories": {},
"dist": {
"shasum": "396a6ef5f399e1873f847e8f2fd5ee17fc1e1fd8",
"tarball": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-5.3.0.tgz"
},
"files": [
"index.js"
],
"gitHead": "2121c958921c7a35c76e1f58ab43129268db01be",
"homepage": "https://github.com/postcss/postcss-calc#readme",
"keywords": [
"css",
"postcss",
"postcss-plugin",
"calculation",
"calc"
],
"license": "MIT",
"maintainers": [
{
"name": "moox",
"email": "m@moox.io"
}
],
"name": "postcss-calc",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/postcss-calc.git"
},
"scripts": {
"release": "npmpub",
"test": "eslint . && tape test"
},
"version": "5.3.0"
}