react-scripts
Version:
Configuration and scripts for Create React App.
141 lines (140 loc) • 3.85 kB
JSON
{
"_args": [
[
{
"raw": "postcss-load-config@^1.0.0-rc",
"scope": null,
"escapedName": "postcss-load-config",
"name": "postcss-load-config",
"rawSpec": "^1.0.0-rc",
"spec": ">=1.0.0-rc <2.0.0",
"type": "range"
},
"/Users/ville/Projects/create-react-app/packages/react-scripts/node_modules/postcss-loader"
]
],
"_from": "postcss-load-config@>=1.0.0-rc <2.0.0",
"_id": "postcss-load-config@1.0.0",
"_inCache": true,
"_location": "/postcss-load-config",
"_nodeVersion": "7.0.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/postcss-load-config-1.0.0.tgz_1477582028872_0.905647398903966"
},
"_npmUser": {
"name": "michael-ciniawsky",
"email": "michael.ciniawsky@gmail.com"
},
"_npmVersion": "4.0.1",
"_phantomChildren": {},
"_requested": {
"raw": "postcss-load-config@^1.0.0-rc",
"scope": null,
"escapedName": "postcss-load-config",
"name": "postcss-load-config",
"rawSpec": "^1.0.0-rc",
"spec": ">=1.0.0-rc <2.0.0",
"type": "range"
},
"_requiredBy": [
"/postcss-loader"
],
"_resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-1.0.0.tgz",
"_shasum": "1399f60dcd6bd9c3124b2eb22960f77f9dc08b3d",
"_shrinkwrap": null,
"_spec": "postcss-load-config@^1.0.0-rc",
"_where": "/Users/ville/Projects/create-react-app/packages/react-scripts/node_modules/postcss-loader",
"author": {
"name": "Michael Ciniawky",
"email": "michael.ciniawsky@gmail.com"
},
"ava": {
"verbose": "true"
},
"bugs": {
"url": "https://github.com/michael-ciniawsky/postcss-load-config/issues"
},
"contributors": [
{
"name": "Mateusz Derks",
"url": "http://ertrzyiks.me"
},
{
"name": "Ryan Dunckel",
"email": "sparty02@gmail.com"
},
{
"name": "Patrick Gilday"
}
],
"dependencies": {
"cosmiconfig": "^2.1.0",
"object-assign": "^4.1.0",
"postcss-load-options": "^1.0.2",
"postcss-load-plugins": "^2.0.0"
},
"description": "Autoload Config for PostCSS",
"devDependencies": {
"ava": "^0.16.0",
"coveralls": "^2.11.14",
"cssnano": "^3.7.7",
"jsdoc-to-markdown": "^2.0.0",
"nyc": "^8.3.1",
"postcss": "^5.2.4",
"postcss-import": "^8.1.2",
"postcss-nested": "^1.0.0",
"postcss-scss": "^0.3.1",
"postcss-sprites": "^4.0.0",
"standard": "^8.4.0",
"sugarss": "^0.2.0"
},
"directories": {},
"dist": {
"shasum": "1399f60dcd6bd9c3124b2eb22960f77f9dc08b3d",
"tarball": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-1.0.0.tgz"
},
"engines": {
"node": ">=0.12",
"npm": ">=3"
},
"gitHead": "cb3cfb13b4ebd5595552c032ffb18d30a863b3fc",
"homepage": "https://github.com/michael-ciniawsky/postcss-load-config#readme",
"keywords": [
"postcss",
"postcss-config"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "michael-ciniawsky",
"email": "michael.ciniawsky@gmail.com"
}
],
"name": "postcss-load-config",
"nyc": {
"all": true,
"include": [
"index.js"
],
"extension": [
".js"
]
},
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/michael-ciniawsky/postcss-load-config.git"
},
"scripts": {
"clean": "rm -rf .nyc_output coverage jsdoc-api dmd",
"docs": "jsdoc2md index.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/err/index.js test/pkg/index.js test/rc/index.js test/js/index.js"
},
"version": "1.0.0"
}