package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "bytes@3.0.0",
  6. "scope": null,
  7. "escapedName": "bytes",
  8. "name": "bytes",
  9. "rawSpec": "3.0.0",
  10. "spec": "3.0.0",
  11. "type": "version"
  12. },
  13. "C:\\Users\\Administrator\\Desktop\\answer\\node_modules\\body-parser"
  14. ]
  15. ],
  16. "_cnpm_publish_time": 1504216365175,
  17. "_from": "bytes@3.0.0",
  18. "_hasShrinkwrap": false,
  19. "_id": "bytes@3.0.0",
  20. "_inCache": true,
  21. "_location": "/bytes",
  22. "_nodeVersion": "6.11.1",
  23. "_npmOperationalInternal": {
  24. "host": "s3://npm-registry-packages",
  25. "tmp": "tmp/bytes-3.0.0.tgz_1504216364188_0.5158762519713491"
  26. },
  27. "_npmUser": {
  28. "name": "dougwilson",
  29. "email": "doug@somethingdoug.com"
  30. },
  31. "_npmVersion": "3.10.10",
  32. "_phantomChildren": {},
  33. "_requested": {
  34. "raw": "bytes@3.0.0",
  35. "scope": null,
  36. "escapedName": "bytes",
  37. "name": "bytes",
  38. "rawSpec": "3.0.0",
  39. "spec": "3.0.0",
  40. "type": "version"
  41. },
  42. "_requiredBy": [
  43. "/body-parser",
  44. "/raw-body"
  45. ],
  46. "_resolved": "http://registry.npm.taobao.org/bytes/download/bytes-3.0.0.tgz",
  47. "_shasum": "d32815404d689699f85a4ea4fa8755dd13a96048",
  48. "_shrinkwrap": null,
  49. "_spec": "bytes@3.0.0",
  50. "_where": "C:\\Users\\Administrator\\Desktop\\answer\\node_modules\\body-parser",
  51. "author": {
  52. "name": "TJ Holowaychuk",
  53. "email": "tj@vision-media.ca",
  54. "url": "http://tjholowaychuk.com"
  55. },
  56. "bugs": {
  57. "url": "https://github.com/visionmedia/bytes.js/issues"
  58. },
  59. "contributors": [
  60. {
  61. "name": "Jed Watson",
  62. "email": "jed.watson@me.com"
  63. },
  64. {
  65. "name": "Théo FIDRY",
  66. "email": "theo.fidry@gmail.com"
  67. }
  68. ],
  69. "dependencies": {},
  70. "description": "Utility to parse a string bytes to bytes and vice-versa",
  71. "devDependencies": {
  72. "mocha": "2.5.3",
  73. "nyc": "10.3.2"
  74. },
  75. "directories": {},
  76. "dist": {
  77. "shasum": "d32815404d689699f85a4ea4fa8755dd13a96048",
  78. "tarball": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz"
  79. },
  80. "engines": {
  81. "node": ">= 0.8"
  82. },
  83. "files": [
  84. "History.md",
  85. "LICENSE",
  86. "Readme.md",
  87. "index.js"
  88. ],
  89. "gitHead": "25d4cb488aea3b637448a85fa297d9e65b4b4e04",
  90. "homepage": "https://github.com/visionmedia/bytes.js#readme",
  91. "keywords": [
  92. "byte",
  93. "bytes",
  94. "utility",
  95. "parse",
  96. "parser",
  97. "convert",
  98. "converter"
  99. ],
  100. "license": "MIT",
  101. "maintainers": [
  102. {
  103. "name": "dougwilson",
  104. "email": "doug@somethingdoug.com"
  105. },
  106. {
  107. "name": "tjholowaychuk",
  108. "email": "tj@vision-media.ca"
  109. }
  110. ],
  111. "name": "bytes",
  112. "optionalDependencies": {},
  113. "readme": "ERROR: No README data found!",
  114. "repository": {
  115. "type": "git",
  116. "url": "git+https://github.com/visionmedia/bytes.js.git"
  117. },
  118. "scripts": {
  119. "test": "mocha --check-leaks --reporter spec",
  120. "test-ci": "nyc --reporter=text npm test",
  121. "test-cov": "nyc --reporter=html --reporter=text npm test"
  122. },
  123. "version": "3.0.0"
  124. }