{
|
|
"_args": [
|
|
[
|
|
"buffer-shims@1.0.0",
|
|
"/app"
|
|
]
|
|
],
|
|
"_from": "buffer-shims@1.0.0",
|
|
"_id": "buffer-shims@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-mXjOMXOIxkmth5MCjDR37wRKi1E=",
|
|
"_location": "/buffer-shims",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "buffer-shims@1.0.0",
|
|
"name": "buffer-shims",
|
|
"escapedName": "buffer-shims",
|
|
"rawSpec": "1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/readable-stream"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz",
|
|
"_spec": "1.0.0",
|
|
"_where": "/app",
|
|
"bugs": {
|
|
"url": "https://github.com/calvinmetcalf/buffer-shims/issues"
|
|
},
|
|
"description": "some shims for node buffers",
|
|
"devDependencies": {
|
|
"tape": "^4.5.1"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/calvinmetcalf/buffer-shims#readme",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "buffer-shims",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/calvinmetcalf/buffer-shims.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|