summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/imurmurhash/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/imurmurhash/package.json')
-rw-r--r--deps/npm/node_modules/imurmurhash/package.json31
1 files changed, 16 insertions, 15 deletions
diff --git a/deps/npm/node_modules/imurmurhash/package.json b/deps/npm/node_modules/imurmurhash/package.json
index 10b98d1e5b..b84f0ddf96 100644
--- a/deps/npm/node_modules/imurmurhash/package.json
+++ b/deps/npm/node_modules/imurmurhash/package.json
@@ -1,42 +1,45 @@
{
- "_from": "imurmurhash@*",
+ "_args": [
+ [
+ "imurmurhash@0.1.4",
+ "/Users/rebecca/code/npm"
+ ]
+ ],
+ "_from": "imurmurhash@0.1.4",
"_id": "imurmurhash@0.1.4",
+ "_inBundle": false,
"_integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
"_location": "/imurmurhash",
"_phantomChildren": {},
"_requested": {
- "type": "range",
+ "type": "version",
"registry": true,
- "raw": "imurmurhash@*",
+ "raw": "imurmurhash@0.1.4",
"name": "imurmurhash",
"escapedName": "imurmurhash",
- "rawSpec": "*",
+ "rawSpec": "0.1.4",
"saveSpec": null,
- "fetchSpec": "*"
+ "fetchSpec": "0.1.4"
},
"_requiredBy": [
"/",
+ "/eslint",
"/fs-write-stream-atomic",
- "/unique-filename/unique-slug",
+ "/unique-slug",
"/write-file-atomic"
],
"_resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
- "_shasum": "9218b9b2b928a238b13dc4fb6b6d576f231453ea",
- "_shrinkwrap": null,
- "_spec": "imurmurhash@*",
- "_where": "/Users/zkat/Documents/code/npm",
+ "_spec": "0.1.4",
+ "_where": "/Users/rebecca/code/npm",
"author": {
"name": "Jens Taylor",
"email": "jensyt@gmail.com",
"url": "https://github.com/homebrewing"
},
- "bin": null,
"bugs": {
"url": "https://github.com/jensyt/imurmurhash-js/issues"
},
- "bundleDependencies": false,
"dependencies": {},
- "deprecated": false,
"description": "An incremental implementation of MurmurHash3",
"devDependencies": {},
"engines": {
@@ -59,8 +62,6 @@
"license": "MIT",
"main": "imurmurhash.js",
"name": "imurmurhash",
- "optionalDependencies": {},
- "peerDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/jensyt/imurmurhash-js.git"