react-scripts
Version:
Configuration and scripts for Create React App.
94 lines (93 loc) • 2.41 kB
JSON
{
"_args": [
[
"pretty-format@^3.7.0",
"/Users/dan/p/create-react-app/node_modules/jest-diff"
]
],
"_from": "pretty-format@>=3.7.0 <4.0.0",
"_id": "pretty-format@3.7.0",
"_inCache": true,
"_installable": true,
"_location": "/pretty-format",
"_nodeVersion": "6.5.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/pretty-format-3.7.0.tgz_1472742965635_0.8393159916158766"
},
"_npmUser": {
"email": "christoph.pojer@gmail.com",
"name": "cpojer"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"name": "pretty-format",
"raw": "pretty-format@^3.7.0",
"rawSpec": "^3.7.0",
"scope": null,
"spec": ">=3.7.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/jest-diff",
"/jest-snapshot"
],
"_resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-3.7.0.tgz",
"_shasum": "0bf7f828cafe6e86ffd6c9dd5a707867f35651ab",
"_shrinkwrap": null,
"_spec": "pretty-format@^3.7.0",
"_where": "/Users/dan/p/create-react-app/node_modules/jest-diff",
"author": {
"email": "me@thejameskyle.com",
"name": "James Kyle"
},
"bugs": {
"url": "https://github.com/thejameskyle/pretty-format/issues"
},
"dependencies": {},
"description": "Stringify any JavaScript value.",
"devDependencies": {
"chalk": "^1.1.3",
"jest": "^14.1.0",
"left-pad": "^1.1.1",
"react": "15.3.0"
},
"directories": {},
"dist": {
"shasum": "0bf7f828cafe6e86ffd6c9dd5a707867f35651ab",
"tarball": "https://registry.npmjs.org/pretty-format/-/pretty-format-3.7.0.tgz"
},
"gitHead": "bc9409fb6d727d42082f2ff87870d7f49723130c",
"homepage": "https://github.com/thejameskle/pretty-format",
"jest": {
"automock": false,
"testEnvironment": "node",
"verbose": true
},
"keywords": [],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "cpojer",
"email": "christoph.pojer@gmail.com"
},
{
"name": "thejameskyle",
"email": "me@thejameskyle.com"
}
],
"name": "pretty-format",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/thejameskyle/pretty-format.git"
},
"scripts": {
"perf": "node perf/test.js",
"test": "jest"
},
"version": "3.7.0"
}