1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
| {
| "_args": [
| [
| "jest-docblock@25.3.0",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_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": "version",
| "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.npmmirror.com/jest-docblock/-/jest-docblock-25.3.0.tgz",
| "_spec": "25.3.0",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "bugs": {
| "url": "https://github.com/facebook/jest/issues"
| },
| "dependencies": {
| "detect-newline": "^3.0.0"
| },
| "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"
| }
|
|