react-scripts
Version:
Configuration and scripts for Create React App.
123 lines (122 loc) • 3.46 kB
JSON
{
"_args": [
[
{
"raw": "postcss-load-options@^1.0.2",
"scope": null,
"escapedName": "postcss-load-options",
"name": "postcss-load-options",
"rawSpec": "^1.0.2",
"spec": ">=1.0.2 <2.0.0",
"type": "range"
},
"/Users/ville/Projects/create-react-app/packages/react-scripts/node_modules/postcss-load-config"
]
],
"_from": "postcss-load-options@>=1.0.2 <2.0.0",
"_id": "postcss-load-options@1.0.2",
"_inCache": true,
"_location": "/postcss-load-options",
"_nodeVersion": "6.8.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/postcss-load-options-1.0.2.tgz_1476450345911_0.8845510573592037"
},
"_npmUser": {
"name": "michael-ciniawsky",
"email": "michael.ciniawsky@gmail.com"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {},
"_requested": {
"raw": "postcss-load-options@^1.0.2",
"scope": null,
"escapedName": "postcss-load-options",
"name": "postcss-load-options",
"rawSpec": "^1.0.2",
"spec": ">=1.0.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/postcss-load-config"
],
"_resolved": "https://registry.npmjs.org/postcss-load-options/-/postcss-load-options-1.0.2.tgz",
"_shasum": "b99eb5759a588f4b2dd8b6471c6985f72060e7b0",
"_shrinkwrap": null,
"_spec": "postcss-load-options@^1.0.2",
"_where": "/Users/ville/Projects/create-react-app/packages/react-scripts/node_modules/postcss-load-config",
"author": {
"name": "Michael Ciniawky",
"email": "michael.ciniawsky@gmail.com"
},
"ava": {
"verbose": "true"
},
"bugs": {
"url": "https://github.com/michael-ciniawsky/postcss-load-options/issues"
},
"dependencies": {
"cosmiconfig": "^2.1.0",
"object-assign": "^4.1.0"
},
"description": "Autoload Options for PostCSS",
"devDependencies": {
"ava": "^0.16.0",
"coveralls": "^2.11.14",
"jsdoc-to-markdown": "^2.0.0",
"nyc": "^8.3.1",
"postcss": "^5.2.4",
"postcss-scss": "^0.3.1",
"standard": "^8.4.0",
"standard-changelog": "0.0.1",
"sugarss": "^0.2.0"
},
"directories": {},
"dist": {
"shasum": "b99eb5759a588f4b2dd8b6471c6985f72060e7b0",
"tarball": "https://registry.npmjs.org/postcss-load-options/-/postcss-load-options-1.0.2.tgz"
},
"engines": {
"node": ">=0.12",
"npm": ">=3"
},
"gitHead": "696e3864db9b712e3deb2fdd0c863043a8f53623",
"homepage": "https://github.com/michael-ciniawsky/postcss-load-options#readme",
"keywords": [
"postcss",
"postcss-options"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "michael-ciniawsky",
"email": "michael.ciniawsky@gmail.com"
}
],
"name": "postcss-load-options",
"nyc": {
"all": true,
"include": [
"lib"
],
"extension": [
".js"
]
},
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/michael-ciniawsky/postcss-load-options.git"
},
"scripts": {
"clean": "rm -rf .nyc_output coverage jsdoc-api dmd",
"docs": "jsdoc2md index.js lib/options.js > INDEX.md",
"lint": "standard",
"logs": "standard-changelog > CHANGELOG.md",
"start": "sudo npm run clean && npm run lint && sudo npm test",
"test": "nyc ava test/pkg/index.js test/rc/index.js test/js/index.js"
},
"version": "1.0.2"
}