aboutsummaryrefslogtreecommitdiff
path: root/node_modules/buffer-shims/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/buffer-shims/package.json
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/buffer-shims/package.json')
-rw-r--r--node_modules/buffer-shims/package.json96
1 files changed, 10 insertions, 86 deletions
diff --git a/node_modules/buffer-shims/package.json b/node_modules/buffer-shims/package.json
index 9f3f8f433..be34aa460 100644
--- a/node_modules/buffer-shims/package.json
+++ b/node_modules/buffer-shims/package.json
@@ -1,94 +1,18 @@
{
- "_args": [
- [
- {
- "raw": "buffer-shims@^1.0.0",
- "scope": null,
- "escapedName": "buffer-shims",
- "name": "buffer-shims",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/lazystream/node_modules/readable-stream"
- ]
- ],
- "_from": "buffer-shims@>=1.0.0 <2.0.0",
- "_id": "buffer-shims@1.0.0",
- "_inCache": true,
- "_location": "/buffer-shims",
- "_nodeVersion": "5.11.0",
- "_npmOperationalInternal": {
- "host": "packages-16-east.internal.npmjs.com",
- "tmp": "tmp/buffer-shims-1.0.0.tgz_1462560889323_0.8640750856138766"
- },
- "_npmUser": {
- "name": "cwmma",
- "email": "calvin.metcalf@gmail.com"
- },
- "_npmVersion": "3.8.6",
- "_phantomChildren": {},
- "_requested": {
- "raw": "buffer-shims@^1.0.0",
- "scope": null,
- "escapedName": "buffer-shims",
- "name": "buffer-shims",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/archiver-utils/readable-stream",
- "/archiver/readable-stream",
- "/compress-commons/readable-stream",
- "/crc32-stream/readable-stream",
- "/duplexify/readable-stream",
- "/lazystream/readable-stream",
- "/merge-stream/readable-stream",
- "/tar-stream/readable-stream",
- "/vinyl-fs/readable-stream",
- "/zip-stream/readable-stream"
- ],
- "_resolved": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz",
- "_shasum": "9978ce317388c649ad8793028c3477ef044a8b51",
- "_shrinkwrap": null,
- "_spec": "buffer-shims@^1.0.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/lazystream/node_modules/readable-stream",
- "bugs": {
- "url": "https://github.com/calvinmetcalf/buffer-shims/issues"
- },
- "dependencies": {},
+ "name": "buffer-shims",
+ "version": "1.0.0",
"description": "some shims for node buffers",
+ "main": "index.js",
+ "scripts": {
+ "test": "tape test/*.js"
+ },
+ "files": ["index.js"],
+ "license": "MIT",
"devDependencies": {
"tape": "^4.5.1"
},
- "directories": {},
- "dist": {
- "shasum": "9978ce317388c649ad8793028c3477ef044a8b51",
- "tarball": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "ea89b3857ab5b8203957922a84e9a48cf4c47e0a",
- "homepage": "https://github.com/calvinmetcalf/buffer-shims#readme",
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "cwmma",
- "email": "calvin.metcalf@gmail.com"
- }
- ],
- "name": "buffer-shims",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
"repository": {
"type": "git",
- "url": "git+ssh://git@github.com/calvinmetcalf/buffer-shims.git"
- },
- "scripts": {
- "test": "tape test/*.js"
- },
- "version": "1.0.0"
+ "url": "git@github.com:calvinmetcalf/buffer-shims.git"
+ }
}