aboutsummaryrefslogtreecommitdiff
path: root/node_modules/buffer-crc32/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-crc32/package.json
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/buffer-crc32/package.json')
-rw-r--r--node_modules/buffer-crc32/package.json100
1 files changed, 18 insertions, 82 deletions
diff --git a/node_modules/buffer-crc32/package.json b/node_modules/buffer-crc32/package.json
index f5c58e00c..59605aa9c 100644
--- a/node_modules/buffer-crc32/package.json
+++ b/node_modules/buffer-crc32/package.json
@@ -1,100 +1,36 @@
{
- "_args": [
- [
- {
- "raw": "buffer-crc32@^0.2.1",
- "scope": null,
- "escapedName": "buffer-crc32",
- "name": "buffer-crc32",
- "rawSpec": "^0.2.1",
- "spec": ">=0.2.1 <0.3.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/archiver"
- ]
- ],
- "_from": "buffer-crc32@>=0.2.1 <0.3.0",
- "_id": "buffer-crc32@0.2.5",
- "_inCache": true,
- "_location": "/buffer-crc32",
- "_nodeVersion": "0.10.33",
- "_npmUser": {
- "name": "brianloveswords",
- "email": "brianloveswords@gmail.com"
- },
- "_npmVersion": "2.1.11",
- "_phantomChildren": {},
- "_requested": {
- "raw": "buffer-crc32@^0.2.1",
- "scope": null,
- "escapedName": "buffer-crc32",
- "name": "buffer-crc32",
- "rawSpec": "^0.2.1",
- "spec": ">=0.2.1 <0.3.0",
- "type": "range"
- },
- "_requiredBy": [
- "/archiver",
- "/compress-commons",
- "/crc32-stream",
- "/yazl"
- ],
- "_resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.5.tgz",
- "_shasum": "db003ac2671e62ebd6ece78ea2c2e1b405736e91",
- "_shrinkwrap": null,
- "_spec": "buffer-crc32@^0.2.1",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/archiver",
- "author": {
- "name": "Brian J. Brennan",
- "email": "brianloveswords@gmail.com",
- "url": "http://bjb.io"
- },
- "bugs": {
- "url": "https://github.com/brianloveswords/buffer-crc32/issues"
- },
- "contributors": [
- {
- "name": "Vladimir Kuznetsov"
- }
- ],
- "dependencies": {},
+ "author": "Brian J. Brennan <brianloveswords@gmail.com> (http://bjb.io)",
+ "name": "buffer-crc32",
"description": "A pure javascript CRC32 algorithm that plays nice with binary data",
- "devDependencies": {
- "tap": "~0.2.5"
- },
- "directories": {},
- "dist": {
- "shasum": "db003ac2671e62ebd6ece78ea2c2e1b405736e91",
- "tarball": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.5.tgz"
- },
- "engines": {
- "node": "*"
- },
- "gitHead": "beb976670f2ea6414e4cce4764d0213e5f9d7cbc",
- "homepage": "https://github.com/brianloveswords/buffer-crc32",
- "license": "MIT",
+ "version": "0.2.5",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/brianloveswords/buffer-crc32/raw/master/LICENSE"
}
],
- "main": "index.js",
- "maintainers": [
+ "contributors": [
{
- "name": "brianloveswords",
- "email": "brian@nyhacker.org"
+ "name": "Vladimir Kuznetsov",
+ "github": "mistakster"
}
],
- "name": "buffer-crc32",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
+ "homepage": "https://github.com/brianloveswords/buffer-crc32",
"repository": {
"type": "git",
"url": "git://github.com/brianloveswords/buffer-crc32.git"
},
+ "main": "index.js",
"scripts": {
- "test": "tap tests/*.test.js"
+ "test": "./node_modules/.bin/tap tests/*.test.js"
+ },
+ "dependencies": {},
+ "devDependencies": {
+ "tap": "~0.2.5"
+ },
+ "optionalDependencies": {},
+ "engines": {
+ "node": "*"
},
- "version": "0.2.5"
+ "license": "MIT"
}