| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "buffer-crc32@~0.2.3", |
| 3 | "_id": "buffer-crc32@0.2.13", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=", |
| 6 | "_location": "/buffer-crc32", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "buffer-crc32@~0.2.3", |
| 12 | "name": "buffer-crc32", |
| 13 | "escapedName": "buffer-crc32", |
| 14 | "rawSpec": "~0.2.3", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "~0.2.3" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/yauzl" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", |
| 22 | "_shasum": "0d333e3f00eac50aa1454abd30ef8c2a5d9a7242", |
| 23 | "_spec": "buffer-crc32@~0.2.3", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\yauzl", |
| 25 | "author": { |
| 26 | "name": "Brian J. Brennan", |
| 27 | "email": "brianloveswords@gmail.com" |
| 28 | }, |
| 29 | "bugs": { |
| 30 | "url": "https://github.com/brianloveswords/buffer-crc32/issues" |
| 31 | }, |
| 32 | "bundleDependencies": false, |
| 33 | "contributors": [ |
| 34 | { |
| 35 | "name": "Vladimir Kuznetsov" |
| 36 | } |
| 37 | ], |
| 38 | "dependencies": {}, |
| 39 | "deprecated": false, |
| 40 | "description": "A pure javascript CRC32 algorithm that plays nice with binary data", |
| 41 | "devDependencies": { |
| 42 | "tap": "~0.2.5" |
| 43 | }, |
| 44 | "engines": { |
| 45 | "node": "*" |
| 46 | }, |
| 47 | "files": [ |
| 48 | "index.js" |
| 49 | ], |
| 50 | "homepage": "https://github.com/brianloveswords/buffer-crc32", |
| 51 | "license": "MIT", |
| 52 | "licenses": [ |
| 53 | { |
| 54 | "type": "MIT", |
| 55 | "url": "https://github.com/brianloveswords/buffer-crc32/raw/master/LICENSE" |
| 56 | } |
| 57 | ], |
| 58 | "main": "index.js", |
| 59 | "name": "buffer-crc32", |
| 60 | "optionalDependencies": {}, |
| 61 | "repository": { |
| 62 | "type": "git", |
| 63 | "url": "git://github.com/brianloveswords/buffer-crc32.git" |
| 64 | }, |
| 65 | "scripts": { |
| 66 | "test": "tap tests/*.test.js" |
| 67 | }, |
| 68 | "version": "0.2.13" |
| 69 | } |