File: /var/www/zaklada/html/node_modules/jest-cli/package.json
{
"_args": [
[
"jest-cli@0.7.1",
"C:\\wamp\\www\\tokic-shop\\html"
]
],
"_development": true,
"_from": "jest-cli@0.7.1",
"_id": "jest-cli@0.7.1",
"_inBundle": false,
"_integrity": "sha1-Pk6kod9dxqP3AoYeiOZWm6vJpfc=",
"_location": "/jest-cli",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "jest-cli@0.7.1",
"name": "jest-cli",
"escapedName": "jest-cli",
"rawSpec": "0.7.1",
"saveSpec": null,
"fetchSpec": "0.7.1"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "http://registry.npmjs.org/jest-cli/-/jest-cli-0.7.1.tgz",
"_spec": "0.7.1",
"_where": "C:\\wamp\\www\\tokic-shop\\html",
"bin": {
"jest": "./bin/jest.js"
},
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"dependencies": {
"cover": "^0.2.9",
"diff": "^2.1.1",
"graceful-fs": "^4.1.2",
"istanbul": "^0.3.19",
"jasmine-pit": "^2.0.2",
"jsdom": "7.0.2",
"json-stable-stringify": "^1.0.0",
"lodash.template": "^3.6.2",
"mkdirp": "^0.5.1",
"node-haste": "^1.2.8",
"object-assign": "^4.0.1",
"optimist": "^0.6.1",
"resolve": "^1.1.6",
"sane": "^1.2.0",
"through": "^2.3.8",
"which": "^1.1.1",
"worker-farm": "^1.3.1"
},
"description": "Painless JavaScript Unit Testing.",
"devDependencies": {
"babel-eslint": "^4.1.3",
"eslint": "^1.7.3",
"fbjs-scripts": "^0.3.0",
"node-find-files": "0.0.4"
},
"engines": {
"node": ">= 4"
},
"homepage": "http://facebook.github.io/jest/",
"jest": {
"rootDir": "src",
"testPathIgnorePatterns": [
"/__tests__/[^/]*/.+"
],
"testEnvironment_EXPERIMENTAL": "<rootDir>/environments/NodeEnvironment",
"globals": {
"CACHE_DIRECTORY": "<rootDir>/../.haste_cache"
}
},
"keywords": [
"facebook",
"jest",
"test",
"unit",
"jasmine",
"mock"
],
"license": "BSD-3-Clause",
"main": "src/jest.js",
"name": "jest-cli",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/jest.git"
},
"scripts": {
"lint": "eslint .",
"prepublish": "npm run lint && node bin/jest.js",
"test": "npm run lint && node bin/jest.js"
},
"version": "0.7.1"
}