| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "string_decoder@~1.1.1", |
| 3 | "_id": "string_decoder@1.1.1", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", |
| 6 | "_location": "/string_decoder", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "string_decoder@~1.1.1", |
| 12 | "name": "string_decoder", |
| 13 | "escapedName": "string_decoder", |
| 14 | "rawSpec": "~1.1.1", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "~1.1.1" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/readable-stream" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", |
| 22 | "_shasum": "9cf1611ba62685d7030ae9e4ba34149c3af03fc8", |
| 23 | "_spec": "string_decoder@~1.1.1", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\readable-stream", |
| 25 | "bugs": { |
| 26 | "url": "https://github.com/nodejs/string_decoder/issues" |
| 27 | }, |
| 28 | "bundleDependencies": false, |
| 29 | "dependencies": { |
| 30 | "safe-buffer": "~5.1.0" |
| 31 | }, |
| 32 | "deprecated": false, |
| 33 | "description": "The string_decoder module from Node core", |
| 34 | "devDependencies": { |
| 35 | "babel-polyfill": "^6.23.0", |
| 36 | "core-util-is": "^1.0.2", |
| 37 | "inherits": "^2.0.3", |
| 38 | "tap": "~0.4.8" |
| 39 | }, |
| 40 | "homepage": "https://github.com/nodejs/string_decoder", |
| 41 | "keywords": [ |
| 42 | "string", |
| 43 | "decoder", |
| 44 | "browser", |
| 45 | "browserify" |
| 46 | ], |
| 47 | "license": "MIT", |
| 48 | "main": "lib/string_decoder.js", |
| 49 | "name": "string_decoder", |
| 50 | "repository": { |
| 51 | "type": "git", |
| 52 | "url": "git://github.com/nodejs/string_decoder.git" |
| 53 | }, |
| 54 | "scripts": { |
| 55 | "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js", |
| 56 | "test": "tap test/parallel/*.js && node test/verify-dependencies" |
| 57 | }, |
| 58 | "version": "1.1.1" |
| 59 | } |