50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
|
{
|
||
|
"_from": "buffer-shims@~1.0.0",
|
||
|
"_id": "buffer-shims@1.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-mXjOMXOIxkmth5MCjDR37wRKi1E=",
|
||
|
"_location": "/buffer-shims",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"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",
|
||
|
"_shasum": "9978ce317388c649ad8793028c3477ef044a8b51",
|
||
|
"_spec": "buffer-shims@~1.0.0",
|
||
|
"_where": "/home/lilleman/go/src/gitlab.larvit.se/power-plan/auth/tests/node_modules/readable-stream",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/calvinmetcalf/buffer-shims/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"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"
|
||
|
}
|