github-pages-deploy-action/node_modules/@jest/source-map/package.json

71 lines
1.6 KiB
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:54:32 +08:00
"_args": [
[
"@jest/source-map@25.2.1",
"."
]
],
"_development": true,
"_from": "@jest/source-map@25.2.1",
2020-03-31 20:42:07 +08:00
"_id": "@jest/source-map@25.2.1",
"_inBundle": false,
"_integrity": "sha512-PgScGJm1U27+9Te/cxP4oUFqJ2PX6NhBL2a6unQ7yafCgs8k02c0LSyjSIx/ao0AwcAdCczfAPDf5lJ7zoB/7A==",
"_location": "/@jest/source-map",
"_phantomChildren": {},
"_requested": {
2020-03-31 20:54:32 +08:00
"type": "version",
2020-03-31 20:42:07 +08:00
"registry": true,
2020-03-31 20:54:32 +08:00
"raw": "@jest/source-map@25.2.1",
2020-03-31 20:42:07 +08:00
"name": "@jest/source-map",
"escapedName": "@jest%2fsource-map",
"scope": "@jest",
2020-03-31 20:54:32 +08:00
"rawSpec": "25.2.1",
2020-03-31 20:42:07 +08:00
"saveSpec": null,
2020-03-31 20:54:32 +08:00
"fetchSpec": "25.2.1"
2020-03-31 20:42:07 +08:00
},
"_requiredBy": [
"/@jest/console",
"/jest-jasmine2",
"/jest-runtime"
],
"_resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-25.2.1.tgz",
2020-03-31 20:54:32 +08:00
"_spec": "25.2.1",
"_where": ".",
2020-03-31 20:42:07 +08:00
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"dependencies": {
"callsites": "^3.0.0",
"graceful-fs": "^4.2.3",
"source-map": "^0.6.0"
},
"devDependencies": {
"@types/graceful-fs": "^4.1.2"
},
"engines": {
"node": ">= 8.3"
},
"gitHead": "a679390828b6c30aeaa547d8c4dc9aed6531e357",
"homepage": "https://github.com/facebook/jest#readme",
"license": "MIT",
"main": "build/index.js",
"name": "@jest/source-map",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/jest.git",
"directory": "packages/jest-source-map"
},
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"version": "25.2.1"
}