Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

package.json 3.0KB

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