package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "load-json-file@^1.0.0",
  6. "scope": null,
  7. "escapedName": "load-json-file",
  8. "name": "load-json-file",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/huanggang/huangg/panda_h5_shop/node_modules/read-pkg"
  14. ]
  15. ],
  16. "_cnpm_publish_time": 1447529426909,
  17. "_from": "load-json-file@>=1.0.0 <2.0.0",
  18. "_hasShrinkwrap": false,
  19. "_id": "load-json-file@1.1.0",
  20. "_inCache": true,
  21. "_location": "/load-json-file",
  22. "_nodeVersion": "4.2.1",
  23. "_npmUser": {
  24. "name": "sindresorhus",
  25. "email": "sindresorhus@gmail.com"
  26. },
  27. "_npmVersion": "2.14.7",
  28. "_phantomChildren": {},
  29. "_requested": {
  30. "raw": "load-json-file@^1.0.0",
  31. "scope": null,
  32. "escapedName": "load-json-file",
  33. "name": "load-json-file",
  34. "rawSpec": "^1.0.0",
  35. "spec": ">=1.0.0 <2.0.0",
  36. "type": "range"
  37. },
  38. "_requiredBy": [
  39. "/read-pkg"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
  42. "_shasum": "956905708d58b4bab4c2261b04f59f31c99374c0",
  43. "_shrinkwrap": null,
  44. "_spec": "load-json-file@^1.0.0",
  45. "_where": "/Users/huanggang/huangg/panda_h5_shop/node_modules/read-pkg",
  46. "author": {
  47. "name": "Sindre Sorhus",
  48. "email": "sindresorhus@gmail.com",
  49. "url": "sindresorhus.com"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/sindresorhus/load-json-file/issues"
  53. },
  54. "dependencies": {
  55. "graceful-fs": "^4.1.2",
  56. "parse-json": "^2.2.0",
  57. "pify": "^2.0.0",
  58. "pinkie-promise": "^2.0.0",
  59. "strip-bom": "^2.0.0"
  60. },
  61. "description": "Read and parse a JSON file",
  62. "devDependencies": {
  63. "ava": "*",
  64. "xo": "*"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "shasum": "956905708d58b4bab4c2261b04f59f31c99374c0",
  69. "size": 1825,
  70. "noattachment": false,
  71. "tarball": "http://registry.npm.taobao.org/load-json-file/download/load-json-file-1.1.0.tgz"
  72. },
  73. "engines": {
  74. "node": ">=0.10.0"
  75. },
  76. "files": [
  77. "index.js"
  78. ],
  79. "gitHead": "115157a417380d3160da418d4ff25bb33b0051eb",
  80. "homepage": "https://github.com/sindresorhus/load-json-file",
  81. "keywords": [
  82. "json",
  83. "read",
  84. "parse",
  85. "file",
  86. "fs",
  87. "graceful",
  88. "load"
  89. ],
  90. "license": "MIT",
  91. "maintainers": [
  92. {
  93. "name": "sindresorhus",
  94. "email": "sindresorhus@gmail.com"
  95. }
  96. ],
  97. "name": "load-json-file",
  98. "optionalDependencies": {},
  99. "publish_time": 1447529426909,
  100. "readme": "ERROR: No README data found!",
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/sindresorhus/load-json-file.git"
  104. },
  105. "scripts": {
  106. "test": "xo && ava"
  107. },
  108. "version": "1.1.0",
  109. "xo": {
  110. "ignores": [
  111. "test.js"
  112. ]
  113. }
  114. }