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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
| {
| "_args": [
| [
| "realpath-native@2.0.0",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "realpath-native@2.0.0",
| "_id": "realpath-native@2.0.0",
| "_inBundle": false,
| "_integrity": "sha512-v1SEYUOXXdbBZK8ZuNgO4TBjamPsiSgcFr0aP+tEKpQZK8vooEUqV6nm6Cv502mX4NF2EfsnVqtNAHG+/6Ur1Q==",
| "_location": "/realpath-native",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "realpath-native@2.0.0",
| "name": "realpath-native",
| "escapedName": "realpath-native",
| "rawSpec": "2.0.0",
| "saveSpec": null,
| "fetchSpec": "2.0.0"
| },
| "_requiredBy": [
| "/@jest/core",
| "/@jest/transform",
| "/jest-cli",
| "/jest-config",
| "/jest-resolve",
| "/jest-runtime"
| ],
| "_resolved": "https://registry.npmmirror.com/realpath-native/-/realpath-native-2.0.0.tgz",
| "_spec": "2.0.0",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "Simen Bekkhus",
| "email": "sbekkhus91@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/SimenB/realpath-native/issues"
| },
| "commitlint": {
| "extends": [
| "@commitlint/config-conventional"
| ]
| },
| "description": "Use the system's native `realpath`",
| "devDependencies": {
| "@commitlint/cli": "^8.3.5",
| "@commitlint/config-conventional": "^8.3.4",
| "ava": "^2.4.0",
| "eslint": "^6.8.0",
| "eslint-config-simenb-base": "^15.0.1",
| "eslint-config-simenb-node": "^2.0.0",
| "husky": "^3.1.0",
| "lint-staged": "^9.5.0",
| "prettier": "^1.19.1"
| },
| "engines": {
| "node": ">=8"
| },
| "files": [
| "index.js",
| "index.d.ts"
| ],
| "homepage": "https://github.com/SimenB/realpath-native#readme",
| "keywords": [
| "realpath"
| ],
| "license": "MIT",
| "lint-staged": {
| "*.js": [
| "eslint --fix",
| "git add"
| ],
| "*.{md,json,ts}": [
| "prettier --write",
| "git add"
| ]
| },
| "main": "index.js",
| "name": "realpath-native",
| "prettier": {
| "proseWrap": "always",
| "singleQuote": true,
| "trailingComma": "es5"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/SimenB/realpath-native.git"
| },
| "scripts": {
| "lint": "eslint .",
| "test": "eslint . && ava"
| },
| "types": "index.d.ts",
| "version": "2.0.0"
| }
|
|