mirror of
https://github.com/julia-actions/julia-buildpkg.git
synced 2026-02-16 03:06:52 +08:00
Add node deps
This commit is contained in:
70
node_modules/jest-message-util/package.json
generated
vendored
Normal file
70
node_modules/jest-message-util/package.json
generated
vendored
Normal file
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"_from": "jest-message-util@^24.9.0",
|
||||
"_id": "jest-message-util@24.9.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-oCj8FiZ3U0hTP4aSui87P4L4jC37BtQwUMqk+zk/b11FR19BJDeZsZAvIHutWnmtw7r85UmR3CEWZ0HWU2mAlw==",
|
||||
"_location": "/jest-message-util",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "jest-message-util@^24.9.0",
|
||||
"name": "jest-message-util",
|
||||
"escapedName": "jest-message-util",
|
||||
"rawSpec": "^24.9.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^24.9.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@jest/core",
|
||||
"/@jest/fake-timers",
|
||||
"/expect",
|
||||
"/jest-circus",
|
||||
"/jest-jasmine2",
|
||||
"/jest-runner",
|
||||
"/jest-runtime",
|
||||
"/jest-snapshot"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-24.9.0.tgz",
|
||||
"_shasum": "527f54a1e380f5e202a8d1149b0ec872f43119e3",
|
||||
"_spec": "jest-message-util@^24.9.0",
|
||||
"_where": "C:\\Users\\david\\source\\julia-runtest\\node_modules\\@jest\\core",
|
||||
"bugs": {
|
||||
"url": "https://github.com/facebook/jest/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.0.0",
|
||||
"@jest/test-result": "^24.9.0",
|
||||
"@jest/types": "^24.9.0",
|
||||
"@types/stack-utils": "^1.0.1",
|
||||
"chalk": "^2.0.1",
|
||||
"micromatch": "^3.1.10",
|
||||
"slash": "^2.0.0",
|
||||
"stack-utils": "^1.0.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"devDependencies": {
|
||||
"@types/babel__code-frame": "^7.0.0",
|
||||
"@types/micromatch": "^3.1.0",
|
||||
"@types/slash": "^2.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 6"
|
||||
},
|
||||
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1",
|
||||
"homepage": "https://github.com/facebook/jest#readme",
|
||||
"license": "MIT",
|
||||
"main": "build/index.js",
|
||||
"name": "jest-message-util",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/facebook/jest.git",
|
||||
"directory": "packages/jest-message-util"
|
||||
},
|
||||
"types": "build/index.d.ts",
|
||||
"version": "24.9.0"
|
||||
}
|
||||
Reference in New Issue
Block a user