63 lines
1.7 KiB
JSON
63 lines
1.7 KiB
JSON
{
|
|
"_from": "jest-docblock@^25.3.0",
|
|
"_id": "jest-docblock@25.3.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-aktF0kCar8+zxRHxQZwxMy70stc9R1mOmrLsT5VO3pIT0uzGRSDAXxSlz4NqQWpuLjPpuMhPRl7H+5FRsvIQAg==",
|
|
"_location": "/jest-docblock",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "jest-docblock@^25.3.0",
|
|
"name": "jest-docblock",
|
|
"escapedName": "jest-docblock",
|
|
"rawSpec": "^25.3.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^25.3.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/jest-runner"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-25.3.0.tgz",
|
|
"_shasum": "8b777a27e3477cd77a168c05290c471a575623ef",
|
|
"_spec": "jest-docblock@^25.3.0",
|
|
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/jest-runner",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/jest/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"detect-newline": "^3.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "`jest-docblock` is a package that can extract and parse a specially-formatted comment called a \"docblock\" at the top of a file.",
|
|
"devDependencies": {
|
|
"@types/node": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.3"
|
|
},
|
|
"gitHead": "45a4936d96d74cdee6b91122a51a556e3ebe6dc8",
|
|
"homepage": "https://github.com/facebook/jest#readme",
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"name": "jest-docblock",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/jest.git",
|
|
"directory": "packages/jest-docblock"
|
|
},
|
|
"types": "build/index.d.ts",
|
|
"typesVersions": {
|
|
"<3.8": {
|
|
"build/*": [
|
|
"build/ts3.4/*"
|
|
]
|
|
}
|
|
},
|
|
"version": "25.3.0"
|
|
}
|