react-scripts
Version:
Configuration and scripts for Create React App.
102 lines (101 loc) • 2.7 kB
JSON
{
"_args": [
[
{
"raw": "pretty-format@~4.2.1",
"scope": null,
"escapedName": "pretty-format",
"name": "pretty-format",
"rawSpec": "~4.2.1",
"spec": ">=4.2.1 <4.3.0",
"type": "range"
},
"/Users/ville/Projects/create-react-app/packages/react-scripts/node_modules/jest-diff"
]
],
"_from": "pretty-format@>=4.2.1 <4.3.0",
"_id": "pretty-format@4.2.1",
"_inCache": true,
"_location": "/pretty-format",
"_nodeVersion": "6.6.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/pretty-format-4.2.1.tgz_1474439807179_0.30846197600476444"
},
"_npmUser": {
"name": "cpojer",
"email": "christoph.pojer@gmail.com"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {},
"_requested": {
"raw": "pretty-format@~4.2.1",
"scope": null,
"escapedName": "pretty-format",
"name": "pretty-format",
"rawSpec": "~4.2.1",
"spec": ">=4.2.1 <4.3.0",
"type": "range"
},
"_requiredBy": [
"/jest-diff",
"/jest-matcher-utils",
"/jest-snapshot"
],
"_resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-4.2.1.tgz",
"_shasum": "b1dad18c3be0c8209e64c7791fa67e252d2d3e07",
"_shrinkwrap": null,
"_spec": "pretty-format@~4.2.1",
"_where": "/Users/ville/Projects/create-react-app/packages/react-scripts/node_modules/jest-diff",
"author": {
"name": "James Kyle",
"email": "me@thejameskyle.com"
},
"bugs": {
"url": "https://github.com/thejameskyle/pretty-format/issues"
},
"dependencies": {},
"description": "Stringify any JavaScript value.",
"devDependencies": {
"chalk": "^1.1.3",
"jest": "^15.1.1",
"left-pad": "^1.1.1",
"react": "15.3.0"
},
"directories": {},
"dist": {
"shasum": "b1dad18c3be0c8209e64c7791fa67e252d2d3e07",
"tarball": "https://registry.npmjs.org/pretty-format/-/pretty-format-4.2.1.tgz"
},
"gitHead": "03fe50978332e63fb6b1107cf86d7744561dd22e",
"homepage": "https://github.com/thejameskle/pretty-format",
"jest": {
"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": "4.2.1"
}