You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

125 lines
3.4 KiB

1 year ago
  1. {
  2. "_from": "buffer",
  3. "_id": "buffer@6.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Ks5XhFnMj74qcKqo9S7mO2p0xsY=",
  6. "_location": "/buffer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "buffer",
  12. "name": "buffer",
  13. "escapedName": "buffer",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npm.taobao.org/buffer/download/buffer-6.0.3.tgz?cache=0&sync_timestamp=1606098175437&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbuffer%2Fdownload%2Fbuffer-6.0.3.tgz",
  23. "_shasum": "2ace578459cc8fbe2a70aaa8f52ee63b6a74c6c6",
  24. "_spec": "buffer",
  25. "_where": "/mnt/d/wechat-programs/anxin-program/aixin",
  26. "author": {
  27. "name": "Feross Aboukhadijeh",
  28. "email": "feross@feross.org",
  29. "url": "https://feross.org"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/feross/buffer/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Romain Beauxis",
  38. "email": "toots@rastageeks.org"
  39. },
  40. {
  41. "name": "James Halliday",
  42. "email": "mail@substack.net"
  43. }
  44. ],
  45. "dependencies": {
  46. "base64-js": "^1.3.1",
  47. "ieee754": "^1.2.1"
  48. },
  49. "deprecated": false,
  50. "description": "Node.js Buffer API, for the browser",
  51. "devDependencies": {
  52. "airtap": "^3.0.0",
  53. "benchmark": "^2.1.4",
  54. "browserify": "^17.0.0",
  55. "concat-stream": "^2.0.0",
  56. "hyperquest": "^2.1.3",
  57. "is-buffer": "^2.0.5",
  58. "is-nan": "^1.3.0",
  59. "split": "^1.0.1",
  60. "standard": "*",
  61. "tape": "^5.0.1",
  62. "through2": "^4.0.2",
  63. "uglify-js": "^3.11.5"
  64. },
  65. "funding": [
  66. {
  67. "type": "github",
  68. "url": "https://github.com/sponsors/feross"
  69. },
  70. {
  71. "type": "patreon",
  72. "url": "https://www.patreon.com/feross"
  73. },
  74. {
  75. "type": "consulting",
  76. "url": "https://feross.org/support"
  77. }
  78. ],
  79. "homepage": "https://github.com/feross/buffer",
  80. "jspm": {
  81. "map": {
  82. "./index.js": {
  83. "node": "@node/buffer"
  84. }
  85. }
  86. },
  87. "keywords": [
  88. "arraybuffer",
  89. "browser",
  90. "browserify",
  91. "buffer",
  92. "compatible",
  93. "dataview",
  94. "uint8array"
  95. ],
  96. "license": "MIT",
  97. "main": "index.js",
  98. "name": "buffer",
  99. "repository": {
  100. "type": "git",
  101. "url": "git://github.com/feross/buffer.git"
  102. },
  103. "scripts": {
  104. "perf": "browserify --debug perf/bracket-notation.js > perf/bundle.js && open perf/index.html",
  105. "perf-node": "node perf/bracket-notation.js && node perf/concat.js && node perf/copy-big.js && node perf/copy.js && node perf/new-big.js && node perf/new.js && node perf/readDoubleBE.js && node perf/readFloatBE.js && node perf/readUInt32LE.js && node perf/slice.js && node perf/writeFloatBE.js",
  106. "size": "browserify -r ./ | uglifyjs -c -m | gzip | wc -c",
  107. "test": "standard && node ./bin/test.js",
  108. "test-browser-new": "airtap -- test/*.js test/node/*.js",
  109. "test-browser-new-local": "airtap --local -- test/*.js test/node/*.js",
  110. "test-browser-old": "airtap -- test/*.js",
  111. "test-browser-old-local": "airtap --local -- test/*.js",
  112. "test-node": "tape test/*.js test/node/*.js",
  113. "update-authors": "./bin/update-authors.sh"
  114. },
  115. "standard": {
  116. "ignore": [
  117. "test/node/**/*.js",
  118. "test/common.js",
  119. "test/_polyfill.js",
  120. "perf/**/*.js"
  121. ]
  122. },
  123. "types": "index.d.ts",
  124. "version": "6.0.3"
  125. }