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.
106 lines
3.0 KiB
106 lines
3.0 KiB
{
|
|
"_args": [
|
|
[
|
|
"jest-environment-jsdom-fourteen@1.0.1",
|
|
"/home/sigonasr2/Please-Contain-Yourself/ecommerce_docker/frontend_server"
|
|
]
|
|
],
|
|
"_from": "jest-environment-jsdom-fourteen@1.0.1",
|
|
"_id": "jest-environment-jsdom-fourteen@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-DojMX1sY+at5Ep+O9yME34CdidZnO3/zfPh8UW+918C5fIZET5vCjfkegixmsi7AtdYfkr4bPlIzmWnlvQkP7Q==",
|
|
"_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.14.3",
|
|
"html-encoding-sniffer": "1.0.2",
|
|
"lodash.sortby": "4.7.0",
|
|
"nwsapi": "2.2.0",
|
|
"pn": "1.1.0",
|
|
"request": "2.88.2",
|
|
"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.2",
|
|
"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@1.0.1",
|
|
"name": "jest-environment-jsdom-fourteen",
|
|
"escapedName": "jest-environment-jsdom-fourteen",
|
|
"rawSpec": "1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/react-scripts"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/jest-environment-jsdom-fourteen/-/jest-environment-jsdom-fourteen-1.0.1.tgz",
|
|
"_spec": "1.0.1",
|
|
"_where": "/home/sigonasr2/Please-Contain-Yourself/ecommerce_docker/frontend_server",
|
|
"author": {
|
|
"name": "Ian Schmitz",
|
|
"email": "ianschmitz@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ianschmitz/jest-environment-jsdom-fourteen/issues"
|
|
},
|
|
"dependencies": {
|
|
"@jest/environment": "^24.3.0",
|
|
"@jest/fake-timers": "^24.3.0",
|
|
"@jest/types": "^24.3.0",
|
|
"jest-mock": "^24.0.0",
|
|
"jest-util": "^24.0.0",
|
|
"jsdom": "^14.1.0"
|
|
},
|
|
"description": "JSDOM environment for Jest with JSDOM 14",
|
|
"devDependencies": {
|
|
"@types/jest": "^24.0.11",
|
|
"@types/jsdom": "^12.2.3",
|
|
"@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 -p ./tsconfig.build.json",
|
|
"test": "jest"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|
|
|