| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "_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": [
- "/devextreme-schematics/@schematics/angular"
- ],
- "_resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.0.0.tgz",
- "_shasum": "abdd785701c7e7eaca8a9ec8cf070ca51a745a22",
- "_spec": "jsonc-parser@3.0.0",
- "_where": "D:\\Thasleembanu\\Project\\Laps 2\\09-May-2023_Revathi\\BPM-UI\\node_modules\\devextreme-schematics\\node_modules\\@schematics\\angular",
- "author": {
- "name": "Microsoft Corporation"
- },
- "bugs": {
- "url": "https://github.com/microsoft/node-jsonc-parser/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "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"
- }
|