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.

package.json 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_from": "buffer@^5.2.1",
  3. "_id": "buffer@5.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/gDYp/UtU0eA1ys8bOs9J6a+E/KWIY+DZ+Q2WESNUA0jFRsJOc0SNUO6xJ5SGA1xueg3NL65W6s+NY5l9cunuw==",
  6. "_location": "/buffer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "buffer@^5.2.1",
  12. "name": "buffer",
  13. "escapedName": "buffer",
  14. "rawSpec": "^5.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.2.1"
  17. },
  18. "_requiredBy": [
  19. "/unbzip2-stream"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/buffer/-/buffer-5.6.0.tgz",
  22. "_shasum": "a31749dc7d81d84db08abf937b6b8c4033f62786",
  23. "_spec": "buffer@^5.2.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\unbzip2-stream",
  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. },
  48. "deprecated": false,
  49. "description": "Node.js Buffer API, for the browser",
  50. "devDependencies": {
  51. "airtap": "^3.0.0",
  52. "benchmark": "^2.0.0",
  53. "browserify": "^16.1.0",
  54. "concat-stream": "^2.0.0",
  55. "hyperquest": "^2.0.0",
  56. "is-buffer": "^2.0.0",
  57. "is-nan": "^1.0.1",
  58. "split": "^1.0.0",
  59. "standard": "*",
  60. "tape": "^4.0.0",
  61. "through2": "^3.0.1",
  62. "uglify-js": "^3.4.5"
  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": "airtap -- test/*.js",
  94. "test-browser-es5-local": "airtap --local -- test/*.js",
  95. "test-browser-es6": "airtap -- test/*.js test/node/*.js",
  96. "test-browser-es6-local": "airtap --local -- test/*.js test/node/*.js",
  97. "test-node": "tape test/*.js test/node/*.js",
  98. "update-authors": "./bin/update-authors.sh"
  99. },
  100. "standard": {
  101. "ignore": [
  102. "test/node/**/*.js",
  103. "test/common.js",
  104. "test/_polyfill.js",
  105. "perf/**/*.js"
  106. ],
  107. "globals": [
  108. "SharedArrayBuffer"
  109. ]
  110. },
  111. "types": "index.d.ts",
  112. "version": "5.6.0"
  113. }