package.json 1.8 KB

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