| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "buffer@^5.2.1", |
| 3 | "_id": "buffer@5.7.1", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", |
| 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.7.1.tgz", |
| 22 | "_shasum": "ba62e7c13133053582197160851a8f648e99eed0", |
| 23 | "_spec": "buffer@^5.2.1", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\unbzip2-stream", |
| 25 | "author": { |
| 26 | "name": "Feross Aboukhadijeh", |
| 27 | "email": "feross@feross.org", |
| 28 | "url": "https://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.3.1", |
| 46 | "ieee754": "^1.1.13" |
| 47 | }, |
| 48 | "deprecated": false, |
| 49 | "description": "Node.js Buffer API, for the browser", |
| 50 | "devDependencies": { |
| 51 | "airtap": "^3.0.0", |
| 52 | "benchmark": "^2.1.4", |
| 53 | "browserify": "^17.0.0", |
| 54 | "concat-stream": "^2.0.0", |
| 55 | "hyperquest": "^2.1.3", |
| 56 | "is-buffer": "^2.0.4", |
| 57 | "is-nan": "^1.3.0", |
| 58 | "split": "^1.0.1", |
| 59 | "standard": "*", |
| 60 | "tape": "^5.0.1", |
| 61 | "through2": "^4.0.2", |
| 62 | "uglify-js": "^3.11.3" |
| 63 | }, |
| 64 | "funding": [ |
| 65 | { |
| 66 | "type": "github", |
| 67 | "url": "https://github.com/sponsors/feross" |
| 68 | }, |
| 69 | { |
| 70 | "type": "patreon", |
| 71 | "url": "https://www.patreon.com/feross" |
| 72 | }, |
| 73 | { |
| 74 | "type": "consulting", |
| 75 | "url": "https://feross.org/support" |
| 76 | } |
| 77 | ], |
| 78 | "homepage": "https://github.com/feross/buffer", |
| 79 | "jspm": { |
| 80 | "map": { |
| 81 | "./index.js": { |
| 82 | "node": "@node/buffer" |
| 83 | } |
| 84 | } |
| 85 | }, |
| 86 | "keywords": [ |
| 87 | "arraybuffer", |
| 88 | "browser", |
| 89 | "browserify", |
| 90 | "buffer", |
| 91 | "compatible", |
| 92 | "dataview", |
| 93 | "uint8array" |
| 94 | ], |
| 95 | "license": "MIT", |
| 96 | "main": "index.js", |
| 97 | "name": "buffer", |
| 98 | "repository": { |
| 99 | "type": "git", |
| 100 | "url": "git://github.com/feross/buffer.git" |
| 101 | }, |
| 102 | "scripts": { |
| 103 | "perf": "browserify --debug perf/bracket-notation.js > perf/bundle.js && open perf/index.html", |
| 104 | "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", |
| 105 | "size": "browserify -r ./ | uglifyjs -c -m | gzip | wc -c", |
| 106 | "test": "standard && node ./bin/test.js", |
| 107 | "test-browser-es5": "airtap -- test/*.js", |
| 108 | "test-browser-es5-local": "airtap --local -- test/*.js", |
| 109 | "test-browser-es6": "airtap -- test/*.js test/node/*.js", |
| 110 | "test-browser-es6-local": "airtap --local -- test/*.js test/node/*.js", |
| 111 | "test-node": "tape test/*.js test/node/*.js", |
| 112 | "update-authors": "./bin/update-authors.sh" |
| 113 | }, |
| 114 | "standard": { |
| 115 | "ignore": [ |
| 116 | "test/node/**/*.js", |
| 117 | "test/common.js", |
| 118 | "test/_polyfill.js", |
| 119 | "perf/**/*.js" |
| 120 | ], |
| 121 | "globals": [ |
| 122 | "SharedArrayBuffer" |
| 123 | ] |
| 124 | }, |
| 125 | "types": "index.d.ts", |
| 126 | "version": "5.7.1" |
| 127 | } |