gerald-react-scripts-fork
Version:
Gerald's fork of the configuration and scripts for Create React App.
127 lines (126 loc) • 3.53 kB
JSON
{
"_args": [
[
{
"raw": "cosmiconfig@^2.1.0",
"scope": null,
"escapedName": "cosmiconfig",
"name": "cosmiconfig",
"rawSpec": "^2.1.0",
"spec": ">=2.1.0 <3.0.0",
"type": "range"
},
"/Users/gerald/Code/gerald/project-scaffold/geralds-react-scripts/packages/react-scripts/node_modules/postcss-load-config"
]
],
"_from": "cosmiconfig@>=2.1.0 <3.0.0",
"_id": "cosmiconfig@2.1.0",
"_inCache": true,
"_location": "/cosmiconfig",
"_nodeVersion": "4.6.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/cosmiconfig-2.1.0.tgz_1476412220096_0.5366442145314068"
},
"_npmUser": {
"name": "davidtheclark",
"email": "david.dave.clark@gmail.com"
},
"_npmVersion": "2.15.11",
"_phantomChildren": {},
"_requested": {
"raw": "cosmiconfig@^2.1.0",
"scope": null,
"escapedName": "cosmiconfig",
"name": "cosmiconfig",
"rawSpec": "^2.1.0",
"spec": ">=2.1.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/postcss-load-config",
"/postcss-load-options",
"/postcss-load-plugins"
],
"_resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-2.1.0.tgz",
"_shasum": "26e384a2055ea4e087050e5e08d53eb4eac8f86e",
"_shrinkwrap": null,
"_spec": "cosmiconfig@^2.1.0",
"_where": "/Users/gerald/Code/gerald/project-scaffold/geralds-react-scripts/packages/react-scripts/node_modules/postcss-load-config",
"author": {
"name": "David Clark",
"email": "david.dave.clark@gmail.com"
},
"bugs": {
"url": "https://github.com/davidtheclark/cosmiconfig/issues"
},
"contributors": [
{
"name": "Bogdan Chadkin",
"email": "trysound@yandex.ru"
}
],
"dependencies": {
"graceful-fs": "^4.1.2",
"js-yaml": "^3.4.3",
"minimist": "^1.2.0",
"object-assign": "^4.1.0",
"os-homedir": "^1.0.1",
"parse-json": "^2.2.0",
"require-from-string": "^1.1.0"
},
"description": "Find and load configuration from a package.json property, rc file, or CommonJS module",
"devDependencies": {
"ava": "0.16.0",
"eslint": "3.5.0",
"eslint-config-davidtheclark-node": "^0.2.0",
"eslint-plugin-node": "^2.0.0",
"expect": "^1.20.2",
"lodash": "4.16.1",
"node-version-check": "^2.1.1",
"nyc": "^8.3.0",
"sinon": "1.17.6"
},
"directories": {},
"dist": {
"shasum": "26e384a2055ea4e087050e5e08d53eb4eac8f86e",
"tarball": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-2.1.0.tgz"
},
"engines": {
"node": ">=0.12"
},
"files": [
"index.js",
"lib"
],
"gitHead": "141c4adb5244b6abbb98a941f662a07ed70c8783",
"homepage": "https://github.com/davidtheclark/cosmiconfig#readme",
"keywords": [
"load",
"configuration",
"config"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "davidtheclark",
"email": "david.dave.clark@gmail.com"
}
],
"name": "cosmiconfig",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/davidtheclark/cosmiconfig.git"
},
"scripts": {
"ava": "ava test/*.test.js",
"coverage": "nyc npm run ava && nyc report --reporter=html && open coverage/index.html",
"lint": "node-version-gte-4 && eslint . || echo \"ESLint not supported\"",
"prepublish": "npm test",
"test": "npm run ava && npm run lint"
},
"version": "2.1.0"
}