You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
99 lines
2.8 KiB
99 lines
2.8 KiB
{ |
|
"_from": "jest-environment-jsdom-fourteen@0.1.0", |
|
"_id": "jest-environment-jsdom-fourteen@0.1.0", |
|
"_inBundle": false, |
|
"_integrity": "sha512-4vtoRMg7jAstitRzL4nbw83VmGH8Rs13wrND3Ud2o1fczDhMUF32iIrNKwYGgeOPUdfvZU4oy8Bbv+ni1fgVCA==", |
|
"_location": "/jest-environment-jsdom-fourteen", |
|
"_phantomChildren": { |
|
"abab": "2.0.3", |
|
"acorn-globals": "4.3.4", |
|
"array-equal": "1.0.0", |
|
"async-limiter": "1.0.1", |
|
"cssom": "0.3.8", |
|
"cssstyle": "1.4.0", |
|
"data-urls": "1.1.0", |
|
"domexception": "1.0.1", |
|
"escodegen": "1.12.0", |
|
"html-encoding-sniffer": "1.0.2", |
|
"lodash.sortby": "4.7.0", |
|
"nwsapi": "2.2.0", |
|
"pn": "1.1.0", |
|
"request": "2.88.0", |
|
"request-promise-native": "1.0.8", |
|
"saxes": "3.1.11", |
|
"symbol-tree": "3.2.4", |
|
"tough-cookie": "2.5.0", |
|
"tr46": "1.0.1", |
|
"w3c-hr-time": "1.0.1", |
|
"w3c-xmlserializer": "1.1.2", |
|
"webidl-conversions": "4.0.2", |
|
"whatwg-encoding": "1.0.5", |
|
"whatwg-mimetype": "2.3.0", |
|
"xml-name-validator": "3.0.0" |
|
}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "jest-environment-jsdom-fourteen@0.1.0", |
|
"name": "jest-environment-jsdom-fourteen", |
|
"escapedName": "jest-environment-jsdom-fourteen", |
|
"rawSpec": "0.1.0", |
|
"saveSpec": null, |
|
"fetchSpec": "0.1.0" |
|
}, |
|
"_requiredBy": [ |
|
"/react-scripts" |
|
], |
|
"_resolved": "https://registry.npmjs.org/jest-environment-jsdom-fourteen/-/jest-environment-jsdom-fourteen-0.1.0.tgz", |
|
"_shasum": "aad6393a9d4b565b69a609109bf469f62bf18ccc", |
|
"_spec": "jest-environment-jsdom-fourteen@0.1.0", |
|
"_where": "/home/f2256342/forge/udemy-react/burger/node_modules/react-scripts", |
|
"author": { |
|
"name": "Ian Schmitz", |
|
"email": "ianschmitz@gmail.com" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/ianschmitz/jest-environment-jsdom-fourteen/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"dependencies": { |
|
"jest-mock": "^24.5.0", |
|
"jest-util": "^24.5.0", |
|
"jsdom": "^14.0.0" |
|
}, |
|
"deprecated": false, |
|
"description": "JSDOM environment for Jest with JSDOM 14", |
|
"devDependencies": { |
|
"@types/jest": "^24.0.11", |
|
"@types/node": "^11.11.3", |
|
"husky": "^1.3.1", |
|
"jest": "^24.1.0", |
|
"mkdirp": "^0.5.1", |
|
"prettier": "^1.16.4", |
|
"pretty-quick": "^1.10.0", |
|
"rimraf": "^2.6.3", |
|
"ts-jest": "^24.0.0", |
|
"typescript": "~3.3.3333" |
|
}, |
|
"files": [ |
|
"lib" |
|
], |
|
"homepage": "https://github.com/ianschmitz/jest-environment-jsdom-fourteen#readme", |
|
"husky": { |
|
"hooks": { |
|
"pre-commit": "pretty-quick --staged" |
|
} |
|
}, |
|
"license": "MIT", |
|
"main": "lib/index.js", |
|
"name": "jest-environment-jsdom-fourteen", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/ianschmitz/jest-environment-jsdom-fourteen.git" |
|
}, |
|
"scripts": { |
|
"build": "rimraf lib && tsc", |
|
"test": "jest" |
|
}, |
|
"version": "0.1.0" |
|
}
|
|
|