You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
2.2 KiB
73 lines
2.2 KiB
{ |
|
"_args": [ |
|
[ |
|
"jsonc-parser@3.2.0", |
|
"D:\\Project\\DaPing" |
|
] |
|
], |
|
"_from": "jsonc-parser@3.2.0", |
|
"_id": "jsonc-parser@3.2.0", |
|
"_inBundle": false, |
|
"_integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==", |
|
"_location": "/jsonc-parser", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "jsonc-parser@3.2.0", |
|
"name": "jsonc-parser", |
|
"escapedName": "jsonc-parser", |
|
"rawSpec": "3.2.0", |
|
"saveSpec": null, |
|
"fetchSpec": "3.2.0" |
|
}, |
|
"_requiredBy": [ |
|
"/@dcloudio/uni-automator", |
|
"/@dcloudio/uni-cli-shared", |
|
"/@dcloudio/vite-plugin-uni" |
|
], |
|
"_resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", |
|
"_spec": "3.2.0", |
|
"_where": "D:\\Project\\DaPing", |
|
"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": "^9.1.1", |
|
"@types/node": "^16.x", |
|
"@typescript-eslint/eslint-plugin": "^5.36.0", |
|
"@typescript-eslint/parser": "^5.36.0", |
|
"eslint": "^8.23.0", |
|
"mocha": "^10.0.0", |
|
"rimraf": "^3.0.2", |
|
"typescript": "^4.8.2" |
|
}, |
|
"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", |
|
"postpublish": "node ./build/post-publish.js", |
|
"postversion": "git push && git push --tags", |
|
"prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs", |
|
"preversion": "npm test", |
|
"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.0" |
|
}
|
|
|