package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "jsonc-parser@3.0.0",
  3. "_id": "jsonc-parser@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA==",
  6. "_location": "/jsonc-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "jsonc-parser@3.0.0",
  12. "name": "jsonc-parser",
  13. "escapedName": "jsonc-parser",
  14. "rawSpec": "3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/devextreme-schematics/@schematics/angular"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.0.0.tgz",
  22. "_shasum": "abdd785701c7e7eaca8a9ec8cf070ca51a745a22",
  23. "_spec": "jsonc-parser@3.0.0",
  24. "_where": "D:\\Thasleembanu\\Project\\Laps 2\\09-May-2023_Revathi\\BPM-UI\\node_modules\\devextreme-schematics\\node_modules\\@schematics\\angular",
  25. "author": {
  26. "name": "Microsoft Corporation"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/microsoft/node-jsonc-parser/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Scanner and parser for JSON with comments.",
  34. "devDependencies": {
  35. "@types/mocha": "^5.2.7",
  36. "@types/node": "^10.12.12",
  37. "@typescript-eslint/eslint-plugin": "^4.7.0",
  38. "@typescript-eslint/parser": "^4.7.0",
  39. "eslint": "^7.13.0",
  40. "mocha": "^8.2.1",
  41. "rimraf": "^3.0.2",
  42. "typescript": "^4.0.5"
  43. },
  44. "homepage": "https://github.com/microsoft/node-jsonc-parser#readme",
  45. "license": "MIT",
  46. "main": "./lib/umd/main.js",
  47. "module": "./lib/esm/main.js",
  48. "name": "jsonc-parser",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/microsoft/node-jsonc-parser.git"
  52. },
  53. "scripts": {
  54. "clean": "rimraf lib",
  55. "compile": "tsc -p ./src && npm run lint",
  56. "compile-esm": "tsc -p ./src/tsconfig.esm.json",
  57. "lint": "eslint src/**/*.ts",
  58. "postpublish": "node ./build/post-publish.js",
  59. "postversion": "git push && git push --tags",
  60. "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
  61. "preversion": "npm test",
  62. "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
  63. "test": "npm run compile && mocha ./lib/umd/test",
  64. "watch": "tsc -w -p ./src"
  65. },
  66. "typings": "./lib/umd/main",
  67. "version": "3.0.0"
  68. }