react-scripts
Version:
Configuration and scripts for Create React App.
103 lines (102 loc) • 2.68 kB
JSON
{
"_args": [
[
{
"raw": "reduce-css-calc@^1.2.0",
"scope": null,
"escapedName": "reduce-css-calc",
"name": "reduce-css-calc",
"rawSpec": "^1.2.0",
"spec": ">=1.2.0 <2.0.0",
"type": "range"
},
"/Users/gaearon/p/create-react-app/node_modules/postcss-calc"
]
],
"_from": "reduce-css-calc@>=1.2.0 <2.0.0",
"_id": "reduce-css-calc@1.2.4",
"_inCache": true,
"_installable": true,
"_location": "/reduce-css-calc",
"_nodeVersion": "5.11.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/reduce-css-calc-1.2.4.tgz_1465477145083_0.5114698412362486"
},
"_npmUser": {
"name": "moox",
"email": "m@moox.io"
},
"_npmVersion": "3.8.6",
"_phantomChildren": {},
"_requested": {
"raw": "reduce-css-calc@^1.2.0",
"scope": null,
"escapedName": "reduce-css-calc",
"name": "reduce-css-calc",
"rawSpec": "^1.2.0",
"spec": ">=1.2.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/postcss-calc"
],
"_resolved": "https://registry.npmjs.org/reduce-css-calc/-/reduce-css-calc-1.2.4.tgz",
"_shasum": "e585e484404801c8003afff6b936d96bb7611b3f",
"_shrinkwrap": null,
"_spec": "reduce-css-calc@^1.2.0",
"_where": "/Users/gaearon/p/create-react-app/node_modules/postcss-calc",
"author": {
"name": "Maxime Thirouin"
},
"bugs": {
"url": "https://github.com/MoOx/reduce-css-calc/issues"
},
"dependencies": {
"balanced-match": "^0.1.0",
"reduce-function-call": "^1.0.1"
},
"description": "Reduce CSS calc() function to the maximum",
"devDependencies": {
"jscs": "^1.5.9",
"jshint": "^2.5.2",
"npmpub": "^3.0.3",
"tape": "^2.13.4"
},
"directories": {},
"dist": {
"shasum": "e585e484404801c8003afff6b936d96bb7611b3f",
"tarball": "https://registry.npmjs.org/reduce-css-calc/-/reduce-css-calc-1.2.4.tgz"
},
"files": [
"index.js"
],
"gitHead": "da7bce7d90af3ebde50295f291fa445c7b56460e",
"homepage": "https://github.com/MoOx/reduce-css-calc#readme",
"keywords": [
"css",
"calculation",
"calc"
],
"license": "MIT",
"maintainers": [
{
"name": "moox",
"email": "m@moox.io"
}
],
"name": "reduce-css-calc",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/MoOx/reduce-css-calc.git"
},
"scripts": {
"jscs": "jscs *.js **/*.js",
"jshint": "jshint . --exclude node_modules",
"release": "npmpub",
"test": "npm run jscs && npm run jshint && tape test"
},
"version": "1.2.4"
}