Version 1
[yaffs-website] / node_modules / hasha / package.json
diff --git a/node_modules/hasha/package.json b/node_modules/hasha/package.json
new file mode 100644 (file)
index 0000000..dd06141
--- /dev/null
@@ -0,0 +1,107 @@
+{
+  "_args": [
+    [
+      "hasha@~2.2.0",
+      "/var/www/yaffs/node_modules/phantomjs-prebuilt"
+    ]
+  ],
+  "_from": "hasha@>=2.2.0 <2.3.0",
+  "_id": "hasha@2.2.0",
+  "_inCache": true,
+  "_installable": true,
+  "_location": "/hasha",
+  "_nodeVersion": "4.2.4",
+  "_npmUser": {
+    "email": "sindresorhus@gmail.com",
+    "name": "sindresorhus"
+  },
+  "_npmVersion": "2.14.12",
+  "_phantomChildren": {},
+  "_requested": {
+    "name": "hasha",
+    "raw": "hasha@~2.2.0",
+    "rawSpec": "~2.2.0",
+    "scope": null,
+    "spec": ">=2.2.0 <2.3.0",
+    "type": "range"
+  },
+  "_requiredBy": [
+    "/phantomjs-prebuilt"
+  ],
+  "_resolved": "https://registry.npmjs.org/hasha/-/hasha-2.2.0.tgz",
+  "_shasum": "78d7cbfc1e6d66303fe79837365984517b2f6ee1",
+  "_shrinkwrap": null,
+  "_spec": "hasha@~2.2.0",
+  "_where": "/var/www/yaffs/node_modules/phantomjs-prebuilt",
+  "author": {
+    "email": "sindresorhus@gmail.com",
+    "name": "Sindre Sorhus",
+    "url": "sindresorhus.com"
+  },
+  "bugs": {
+    "url": "https://github.com/sindresorhus/hasha/issues"
+  },
+  "dependencies": {
+    "is-stream": "^1.0.1",
+    "pinkie-promise": "^2.0.0"
+  },
+  "description": "Hashing made simple. Get the hash of a buffer/string/stream/file.",
+  "devDependencies": {
+    "ava": "*",
+    "proxyquire": "^1.7.2",
+    "xo": "*"
+  },
+  "directories": {},
+  "dist": {
+    "shasum": "78d7cbfc1e6d66303fe79837365984517b2f6ee1",
+    "tarball": "https://registry.npmjs.org/hasha/-/hasha-2.2.0.tgz"
+  },
+  "engines": {
+    "node": ">=0.10.0"
+  },
+  "files": [
+    "index.js"
+  ],
+  "gitHead": "5104d62d41122047a9da143fcd05e9397ff494a2",
+  "homepage": "https://github.com/sindresorhus/hasha",
+  "keywords": [
+    "base64",
+    "buffer",
+    "crypto",
+    "easy",
+    "file",
+    "fs",
+    "hash",
+    "hashing",
+    "hex",
+    "md5",
+    "rev",
+    "revving",
+    "sha1",
+    "sha256",
+    "sha512",
+    "simple",
+    "stream",
+    "string",
+    "sum",
+    "text"
+  ],
+  "license": "MIT",
+  "maintainers": [
+    {
+      "name": "sindresorhus",
+      "email": "sindresorhus@gmail.com"
+    }
+  ],
+  "name": "hasha",
+  "optionalDependencies": {},
+  "readme": "ERROR: No README data found!",
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/sindresorhus/hasha.git"
+  },
+  "scripts": {
+    "test": "xo && ava"
+  },
+  "version": "2.2.0"
+}