项目原始demo,不改动
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュや、課題・プルリクエストのオープンはできません。
 
 
 
 

79 行
1.7 KiB

  1. {
  2. "_args": [
  3. [
  4. "strip-json-comments@2.0.1",
  5. "D:\\A易云\\YiYunJianZhu"
  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. "/eslint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
  29. "_spec": "2.0.1",
  30. "_where": "D:\\A易云\\YiYunJianZhu",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/strip-json-comments/issues"
  38. },
  39. "description": "Strip comments from JSON. Lets you use comments in your JSON files!",
  40. "devDependencies": {
  41. "ava": "*",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/strip-json-comments#readme",
  51. "keywords": [
  52. "json",
  53. "strip",
  54. "remove",
  55. "delete",
  56. "trim",
  57. "comments",
  58. "multiline",
  59. "parse",
  60. "config",
  61. "configuration",
  62. "conf",
  63. "settings",
  64. "util",
  65. "env",
  66. "environment"
  67. ],
  68. "license": "MIT",
  69. "name": "strip-json-comments",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/strip-json-comments.git"
  73. },
  74. "scripts": {
  75. "test": "xo && ava"
  76. },
  77. "version": "2.0.1"
  78. }