| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "to-buffer@^1.1.1", |
| 3 | "_id": "to-buffer@1.1.1", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-lx9B5iv7msuFYE3dytT+KE5tap+rNYw+K4jVkb9R/asAb+pbBSM17jtunHplhBe6RRJdZx3Pn2Jph24O32mOVg==", |
| 6 | "_location": "/to-buffer", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "to-buffer@^1.1.1", |
| 12 | "name": "to-buffer", |
| 13 | "escapedName": "to-buffer", |
| 14 | "rawSpec": "^1.1.1", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^1.1.1" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/tar-stream" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/to-buffer/-/to-buffer-1.1.1.tgz", |
| 22 | "_shasum": "493bd48f62d7c43fcded313a03dcadb2e1213a80", |
| 23 | "_spec": "to-buffer@^1.1.1", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\tar-stream", |
| 25 | "author": { |
| 26 | "name": "Mathias Buus", |
| 27 | "url": "@mafintosh" |
| 28 | }, |
| 29 | "bugs": { |
| 30 | "url": "https://github.com/mafintosh/to-buffer/issues" |
| 31 | }, |
| 32 | "bundleDependencies": false, |
| 33 | "dependencies": {}, |
| 34 | "deprecated": false, |
| 35 | "description": "Pass in a string, get a buffer back. Pass in a buffer, get the same buffer back", |
| 36 | "devDependencies": { |
| 37 | "standard": "^6.0.5", |
| 38 | "tape": "^4.4.0" |
| 39 | }, |
| 40 | "homepage": "https://github.com/mafintosh/to-buffer", |
| 41 | "license": "MIT", |
| 42 | "main": "index.js", |
| 43 | "name": "to-buffer", |
| 44 | "repository": { |
| 45 | "type": "git", |
| 46 | "url": "git+https://github.com/mafintosh/to-buffer.git" |
| 47 | }, |
| 48 | "scripts": { |
| 49 | "test": "standard && tape test.js" |
| 50 | }, |
| 51 | "version": "1.1.1" |
| 52 | } |