GT2/GT2-iOS/node_modules/jest/package.json

184 lines
4.9 KiB
JSON

{
"_args": [
[
{
"raw": "jest@^22.1.1",
"scope": null,
"escapedName": "jest",
"name": "jest",
"rawSpec": "^22.1.1",
"spec": ">=22.1.1 <23.0.0",
"type": "range"
},
"/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/jest-expo"
]
],
"_from": "jest@>=22.1.1 <23.0.0",
"_id": "jest@22.2.2",
"_inCache": true,
"_location": "/jest",
"_nodeVersion": "8.9.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/jest_22.2.2_1518193721562_0.011824120077718492"
},
"_npmUser": {
"name": "mjesun",
"email": "mjesun@hotmail.com"
},
"_npmVersion": "5.5.1",
"_phantomChildren": {
"ansi-escapes": "3.0.0",
"camelcase": "4.1.0",
"chalk": "2.3.1",
"decamelize": "1.2.0",
"detect-newline": "2.1.0",
"exit": "0.1.2",
"fb-watchman": "2.0.0",
"find-up": "2.1.0",
"fs.realpath": "1.0.0",
"get-caller-file": "1.0.2",
"graceful-fs": "4.1.11",
"import-local": "1.0.0",
"inflight": "1.0.6",
"inherits": "2.0.3",
"is-ci": "1.1.0",
"istanbul-api": "1.2.1",
"istanbul-lib-coverage": "1.1.1",
"istanbul-lib-instrument": "1.9.1",
"istanbul-lib-source-maps": "1.2.2",
"jest-changed-files": "22.2.0",
"jest-config": "22.2.2",
"jest-environment-jsdom": "22.2.2",
"jest-get-type": "22.1.0",
"jest-message-util": "22.2.0",
"jest-regex-util": "22.1.0",
"jest-resolve-dependencies": "22.1.0",
"jest-runner": "22.2.2",
"jest-runtime": "22.2.2",
"jest-snapshot": "22.2.0",
"jest-util": "22.2.2",
"merge-stream": "1.0.1",
"micromatch": "2.3.11",
"minimatch": "3.0.4",
"node-notifier": "5.2.1",
"once": "1.4.0",
"os-locale": "2.1.0",
"path-is-absolute": "1.0.1",
"realpath-native": "1.0.0",
"require-directory": "2.1.1",
"require-main-filename": "1.0.1",
"rimraf": "2.6.2",
"sane": "2.4.1",
"set-blocking": "2.0.0",
"slash": "1.0.0",
"string-length": "2.0.0",
"string-width": "2.1.1",
"strip-ansi": "4.0.0",
"which": "1.3.0",
"which-module": "2.0.0",
"wrap-ansi": "2.1.0",
"y18n": "3.2.1"
},
"_requested": {
"raw": "jest@^22.1.1",
"scope": null,
"escapedName": "jest",
"name": "jest",
"rawSpec": "^22.1.1",
"spec": ">=22.1.1 <23.0.0",
"type": "range"
},
"_requiredBy": [
"/jest-expo"
],
"_resolved": "https://registry.npmjs.org/jest/-/jest-22.2.2.tgz",
"_shasum": "26aca0f5e4eaa76d52f2792b14033a3d1e7be2bd",
"_shrinkwrap": null,
"_spec": "jest@^22.1.1",
"_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/jest-expo",
"bin": {
"jest": "./bin/jest.js"
},
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"dependencies": {
"import-local": "^1.0.0",
"jest-cli": "^22.2.2"
},
"description": "Delightful JavaScript Testing.",
"devDependencies": {},
"directories": {},
"dist": {
"integrity": "sha512-AoRws1ybI3yslXZDOwNWjsLZcjykcf1nloeeXl9/ou0AyzEAfR1Xz0CrsPhVVZrQGOGWi1KCVNt6GsghbzkqLw==",
"shasum": "26aca0f5e4eaa76d52f2792b14033a3d1e7be2bd",
"tarball": "https://registry.npmjs.org/jest/-/jest-22.2.2.tgz",
"fileCount": 4,
"unpackedSize": 2619
},
"engines": {
"node": ">= 6"
},
"homepage": "http://facebook.github.io/jest/",
"keywords": [
"ava",
"babel",
"coverage",
"easy",
"expect",
"facebook",
"immersive",
"instant",
"jasmine",
"jest",
"jsdom",
"mocha",
"mocking",
"painless",
"qunit",
"runner",
"sandboxed",
"snapshot",
"tap",
"tape",
"test",
"testing",
"typescript",
"watch"
],
"license": "MIT",
"main": "build/jest.js",
"maintainers": [
{
"name": "aaronabramov",
"email": "aaron@abramov.io"
},
{
"name": "cpojer",
"email": "christoph.pojer@gmail.com"
},
{
"name": "fb",
"email": "opensource+npm@fb.com"
},
{
"name": "jeanlauliac",
"email": "jean@lauliac.com"
},
{
"name": "mjesun",
"email": "mjesun@hotmail.com"
}
],
"name": "jest",
"optionalDependencies": {},
"readme": "# Jest\n\n🃏 Delightful JavaScript Testing\n\n* **👩🏻‍💻 Easy Setup**: Jest is a complete and easy to set up JavaScript testing\n solution. In fact, Jest works out of the box for any React project.\n\n* **🏃🏽 Instant Feedback**: Failed tests run first. Fast interactive mode can\n switch between running all tests or only test files related to changed files.\n\n* **📸 Snapshot Testing**: Jest can\n [capture snapshots](http://facebook.github.io/jest/docs/snapshot-testing.html)\n of React trees or other serializable values to simplify UI testing.\n\nRead More: http://facebook.github.io/jest/\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/jest.git"
},
"version": "22.2.2"
}