123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "_from": "buffers@~0.1.1",
- "_id": "buffers@0.1.1",
- "_inBundle": false,
- "_integrity": "sha1-skV5w77U1tOWru5tmorn9Ugqt7s=",
- "_location": "/buffers",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "buffers@~0.1.1",
- "name": "buffers",
- "escapedName": "buffers",
- "rawSpec": "~0.1.1",
- "saveSpec": null,
- "fetchSpec": "~0.1.1"
- },
- "_requiredBy": [
- "/binary"
- ],
- "_resolved": "https://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz",
- "_shasum": "b24579c3bed4d6d396aeee6d9a8ae7f5482ab7bb",
- "_spec": "buffers@~0.1.1",
- "_where": "E:\\vscode\\UseStudio.Desktop\\node_modules\\binary",
- "author": {
- "name": "James Halliday",
- "email": "mail@substack.net",
- "url": "http://substack.net"
- },
- "bugs": {
- "url": "https://github.com/substack/node-buffers/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Treat a collection of Buffers as a single contiguous partially mutable Buffer.",
- "engines": {
- "node": ">=0.2.0"
- },
- "homepage": "https://github.com/substack/node-buffers#readme",
- "main": "./index",
- "name": "buffers",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/substack/node-buffers.git"
- },
- "scripts": {
- "test": "expresso"
- },
- "version": "0.1.1"
- }
|