package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "strip-json-comments@2.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "strip-json-comments@2.0.1",
  9. "_id": "strip-json-comments@2.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=",
  12. "_location": "/strip-json-comments",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "strip-json-comments@2.0.1",
  18. "name": "strip-json-comments",
  19. "escapedName": "strip-json-comments",
  20. "rawSpec": "2.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.1"
  23. },
  24. "_requiredBy": [
  25. "/documentation"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
  28. "_spec": "2.0.1",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/strip-json-comments/issues"
  37. },
  38. "description": "Strip comments from JSON. Lets you use comments in your JSON files!",
  39. "devDependencies": {
  40. "ava": "*",
  41. "xo": "*"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/strip-json-comments#readme",
  50. "keywords": [
  51. "json",
  52. "strip",
  53. "remove",
  54. "delete",
  55. "trim",
  56. "comments",
  57. "multiline",
  58. "parse",
  59. "config",
  60. "configuration",
  61. "conf",
  62. "settings",
  63. "util",
  64. "env",
  65. "environment"
  66. ],
  67. "license": "MIT",
  68. "name": "strip-json-comments",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/strip-json-comments.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava"
  75. },
  76. "version": "2.0.1"
  77. }