react-scripts
Version:
Configuration and scripts for Create React App.
102 lines (101 loc) • 2.67 kB
JSON
{
"_args": [
[
"pretty-error@^2.0.0",
"/Users/dan/p/create-react-app/node_modules/html-webpack-plugin"
]
],
"_from": "pretty-error@>=2.0.0 <3.0.0",
"_id": "pretty-error@2.0.0",
"_inCache": true,
"_installable": true,
"_location": "/pretty-error",
"_nodeVersion": "3.1.0",
"_npmUser": {
"email": "aria.minaei@gmail.com",
"name": "ariaminaei"
},
"_npmVersion": "2.14.0",
"_phantomChildren": {},
"_requested": {
"name": "pretty-error",
"raw": "pretty-error@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/html-webpack-plugin"
],
"_resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-2.0.0.tgz",
"_shasum": "e5f4dd401a652cf46226707c10ffa124e433e83f",
"_shrinkwrap": null,
"_spec": "pretty-error@^2.0.0",
"_where": "/Users/dan/p/create-react-app/node_modules/html-webpack-plugin",
"author": {
"name": "Aria Minaei"
},
"bugs": {
"url": "https://github.com/AriaMinaei/pretty-error/issues"
},
"dependencies": {
"renderkid": "~2.0.0",
"utila": "~0.4"
},
"description": "See nodejs errors with less clutter",
"devDependencies": {
"chai": "~1.9.2",
"coffee-script": "~1.8.0",
"jitter": "^1.3.0",
"mocha": "~2.0.1"
},
"directories": {},
"dist": {
"shasum": "e5f4dd401a652cf46226707c10ffa124e433e83f",
"tarball": "https://registry.npmjs.org/pretty-error/-/pretty-error-2.0.0.tgz"
},
"gitHead": "3be04dffb599da87e2fa6ebba967d7079930e213",
"homepage": "https://github.com/AriaMinaei/pretty-error#readme",
"keywords": [
"colorful",
"debug",
"error",
"error-handling",
"exception",
"format",
"human",
"prettify",
"pretty",
"readable"
],
"license": "MIT",
"main": "./lib/PrettyError.js",
"maintainers": [
{
"name": "ariaminaei",
"email": "aria.minaei@gmail.com"
},
{
"name": "alexgorbatchev",
"email": "alex.gorbatchev@gmail.com"
}
],
"name": "pretty-error",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/AriaMinaei/pretty-error.git"
},
"scripts": {
"compile": "coffee --bare --compile --output ./lib ./src",
"compile:watch": "jitter src lib -b",
"prepublish": "npm run compile",
"test": "mocha \"test/**/*.coffee\"",
"test:watch": "mocha \"test/**/*.coffee\" --watch",
"watch": "npm run compile:watch & npm run test:watch",
"winwatch": "start/b npm run compile:watch & npm run test:watch"
},
"version": "2.0.0"
}