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
| {
| "_args": [
| [
| "jsonc-parser@3.2.1",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "jsonc-parser@3.2.1",
| "_id": "jsonc-parser@3.2.1",
| "_inBundle": false,
| "_integrity": "sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==",
| "_location": "/jsonc-parser",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "jsonc-parser@3.2.1",
| "name": "jsonc-parser",
| "escapedName": "jsonc-parser",
| "rawSpec": "3.2.1",
| "saveSpec": null,
| "fetchSpec": "3.2.1"
| },
| "_requiredBy": [
| "/@dcloudio/uni-automator"
| ],
| "_resolved": "https://registry.npmmirror.com/jsonc-parser/-/jsonc-parser-3.2.1.tgz",
| "_spec": "3.2.1",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "Microsoft Corporation"
| },
| "bugs": {
| "url": "https://github.com/microsoft/node-jsonc-parser/issues"
| },
| "description": "Scanner and parser for JSON with comments.",
| "devDependencies": {
| "@types/mocha": "^10.0.6",
| "@types/node": "^16.x",
| "@typescript-eslint/eslint-plugin": "^6.19.1",
| "@typescript-eslint/parser": "^6.19.1",
| "eslint": "^8.56.0",
| "mocha": "^10.2.0",
| "rimraf": "^5.0.5",
| "typescript": "^5.3.3"
| },
| "homepage": "https://github.com/microsoft/node-jsonc-parser#readme",
| "license": "MIT",
| "main": "./lib/umd/main.js",
| "module": "./lib/esm/main.js",
| "name": "jsonc-parser",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/microsoft/node-jsonc-parser.git"
| },
| "scripts": {
| "clean": "rimraf lib",
| "compile": "tsc -p ./src && npm run lint",
| "compile-esm": "tsc -p ./src/tsconfig.esm.json",
| "lint": "eslint src/**/*.ts",
| "prepack": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
| "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
| "test": "npm run compile && mocha ./lib/umd/test",
| "watch": "tsc -w -p ./src"
| },
| "typings": "./lib/umd/main.d.ts",
| "version": "3.2.1"
| }
|
|