package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. "buffer@4.9.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "buffer@4.9.1",
  10. "_id": "buffer@4.9.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-bRu2AbB6TvztlwlBMgkwJ8lbwpg=",
  13. "_location": "/buffer",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "buffer@4.9.1",
  19. "name": "buffer",
  20. "escapedName": "buffer",
  21. "rawSpec": "4.9.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.9.1"
  24. },
  25. "_requiredBy": [
  26. "/node-libs-browser"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/buffer/download/buffer-4.9.1.tgz",
  29. "_spec": "4.9.1",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Feross Aboukhadijeh",
  33. "email": "feross@feross.org",
  34. "url": "http://feross.org"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/feross/buffer/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Romain Beauxis",
  42. "email": "toots@rastageeks.org"
  43. },
  44. {
  45. "name": "James Halliday",
  46. "email": "mail@substack.net"
  47. }
  48. ],
  49. "dependencies": {
  50. "base64-js": "^1.0.2",
  51. "ieee754": "^1.1.4",
  52. "isarray": "^1.0.0"
  53. },
  54. "description": "Node.js Buffer API, for the browser",
  55. "devDependencies": {
  56. "benchmark": "^2.0.0",
  57. "browserify": "^13.0.0",
  58. "concat-stream": "^1.4.7",
  59. "hyperquest": "^2.0.0",
  60. "is-buffer": "^1.1.1",
  61. "is-nan": "^1.0.1",
  62. "split": "^1.0.0",
  63. "standard": "^7.0.0",
  64. "tape": "^4.0.0",
  65. "through2": "^2.0.0",
  66. "zuul": "^3.0.0"
  67. },
  68. "homepage": "https://github.com/feross/buffer",
  69. "jspm": {
  70. "map": {
  71. "./index.js": {
  72. "node": "@node/buffer"
  73. }
  74. }
  75. },
  76. "keywords": [
  77. "arraybuffer",
  78. "browser",
  79. "browserify",
  80. "buffer",
  81. "compatible",
  82. "dataview",
  83. "uint8array"
  84. ],
  85. "license": "MIT",
  86. "main": "index.js",
  87. "name": "buffer",
  88. "repository": {
  89. "type": "git",
  90. "url": "git://github.com/feross/buffer.git"
  91. },
  92. "scripts": {
  93. "perf": "browserify --debug perf/bracket-notation.js > perf/bundle.js && open perf/index.html",
  94. "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",
  95. "size": "browserify -r ./ | uglifyjs -c -m | gzip | wc -c",
  96. "test": "standard && node ./bin/test.js",
  97. "test-browser-es5": "zuul --ui tape -- test/*.js",
  98. "test-browser-es5-local": "zuul --ui tape --local -- test/*.js",
  99. "test-browser-es6": "zuul --ui tape -- test/*.js test/node/*.js",
  100. "test-browser-es6-local": "zuul --ui tape --local -- test/*.js test/node/*.js",
  101. "test-node": "tape test/*.js test/node/*.js && OBJECT_IMPL=true tape test/*.js",
  102. "update-authors": "./bin/update-authors.sh"
  103. },
  104. "standard": {
  105. "ignore": [
  106. "test/node/*.js",
  107. "test/_polyfill.js",
  108. "perf/*.js"
  109. ]
  110. },
  111. "version": "4.9.1"
  112. }