{ "_args": [ [ "jsonc-parser@3.0.0", "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" ] ], "_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": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", "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" }