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.0.0",
|
|
"/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "jsonc-parser@3.0.0",
|
|
"_id": "jsonc-parser@3.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA==",
|
|
"_location": "/jsonc-parser",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "jsonc-parser@3.0.0",
|
|
"name": "jsonc-parser",
|
|
"escapedName": "jsonc-parser",
|
|
"rawSpec": "3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@angular/cli",
|
|
"/@schematics/angular"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.0.0.tgz",
|
|
"_spec": "3.0.0",
|
|
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui",
|
|
"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": "^5.2.7",
|
|
"@types/node": "^10.12.12",
|
|
"@typescript-eslint/eslint-plugin": "^4.7.0",
|
|
"@typescript-eslint/parser": "^4.7.0",
|
|
"eslint": "^7.13.0",
|
|
"mocha": "^8.2.1",
|
|
"rimraf": "^3.0.2",
|
|
"typescript": "^4.0.5"
|
|
},
|
|
"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",
|
|
"version": "3.0.0"
|
|
}
|