package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "strip-json-comments",
  3. "version": "2.0.1",
  4. "description": "Strip comments from JSON. Lets you use comments in your JSON files!",
  5. "license": "MIT",
  6. "repository": "sindresorhus/strip-json-comments",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=0.10.0"
  14. },
  15. "scripts": {
  16. "test": "xo && ava"
  17. },
  18. "files": [
  19. "index.js"
  20. ],
  21. "keywords": [
  22. "json",
  23. "strip",
  24. "remove",
  25. "delete",
  26. "trim",
  27. "comments",
  28. "multiline",
  29. "parse",
  30. "config",
  31. "configuration",
  32. "conf",
  33. "settings",
  34. "util",
  35. "env",
  36. "environment"
  37. ],
  38. "devDependencies": {
  39. "ava": "*",
  40. "xo": "*"
  41. },
  42. "__npminstall_done": "Thu Dec 24 2020 20:20:56 GMT+0800 (CST)",
  43. "_from": "strip-json-comments@2.0.1",
  44. "_resolved": "https://registry.npm.taobao.org/strip-json-comments/download/strip-json-comments-2.0.1.tgz?cache=0&sync_timestamp=1594569787131&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fstrip-json-comments%2Fdownload%2Fstrip-json-comments-2.0.1.tgz"
  45. }