projecte_ionic/node_modules/jsonc-parser/package.json
2022-02-09 18:30:03 +01:00

70 lines
2.2 KiB
JSON
Executable file

{
"_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",
"_shasum": "abdd785701c7e7eaca8a9ec8cf070ca51a745a22",
"_spec": "jsonc-parser@3.0.0",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/@angular/cli",
"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"
}