Add and run removeNPMAbsolutePaths
This commit is contained in:
parent
a76042ab4a
commit
256c63a715
712 changed files with 13722 additions and 18895 deletions
64
node_modules/jest-watcher/package.json
generated
vendored
64
node_modules/jest-watcher/package.json
generated
vendored
|
|
@ -1,37 +1,8 @@
|
|||
{
|
||||
"bugs": {
|
||||
"url": "https://github.com/facebook/jest/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@jest/test-result": "^25.2.4",
|
||||
"@jest/types": "^25.2.3",
|
||||
"ansi-escapes": "^4.2.1",
|
||||
"chalk": "^3.0.0",
|
||||
"jest-util": "^25.2.3",
|
||||
"string-length": "^3.1.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Delightful JavaScript Testing.",
|
||||
"devDependencies": {
|
||||
"@types/node": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 8.3"
|
||||
},
|
||||
"gitHead": "324938561c608e0e9dddc008e5dde1589d7abc68",
|
||||
"homepage": "https://jestjs.io/",
|
||||
"license": "MIT",
|
||||
"main": "build/index.js",
|
||||
"name": "jest-watcher",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/facebook/jest.git",
|
||||
"directory": "packages/jest-watcher"
|
||||
},
|
||||
"description": "Delightful JavaScript Testing.",
|
||||
"version": "25.2.4",
|
||||
"main": "build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
"typesVersions": {
|
||||
"<3.8": {
|
||||
|
|
@ -40,5 +11,32 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"version": "25.2.4"
|
||||
"dependencies": {
|
||||
"@jest/test-result": "^25.2.4",
|
||||
"@jest/types": "^25.2.3",
|
||||
"ansi-escapes": "^4.2.1",
|
||||
"chalk": "^3.0.0",
|
||||
"jest-util": "^25.2.3",
|
||||
"string-length": "^3.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "*"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/jest",
|
||||
"directory": "packages/jest-watcher"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/facebook/jest/issues"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 8.3"
|
||||
},
|
||||
"homepage": "https://jestjs.io/",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "324938561c608e0e9dddc008e5dde1589d7abc68"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue