UNPKG

react-scripts

Version:
110 lines (109 loc) 2.97 kB
{ "_args": [ [ { "raw": "pretty-error@^2.0.0", "scope": null, "escapedName": "pretty-error", "name": "pretty-error", "rawSpec": "^2.0.0", "spec": ">=2.0.0 <3.0.0", "type": "range" }, "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/html-webpack-plugin" ] ], "_from": "pretty-error@>=2.0.0 <3.0.0", "_id": "pretty-error@2.0.0", "_inCache": true, "_location": "/pretty-error", "_nodeVersion": "3.1.0", "_npmUser": { "name": "ariaminaei", "email": "aria.minaei@gmail.com" }, "_npmVersion": "2.14.0", "_phantomChildren": {}, "_requested": { "raw": "pretty-error@^2.0.0", "scope": null, "escapedName": "pretty-error", "name": "pretty-error", "rawSpec": "^2.0.0", "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": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/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": [ "pretty", "error", "exception", "debug", "error-handling", "readable", "colorful", "prettify", "format", "human" ], "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" }