Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2018-05-24 23:31:26 +0300
committerRebecca Turner <me@re-becca.org>2018-05-24 23:31:38 +0300
commit0483f5c5deaf18c968a128657923103e49f4e67a (patch)
tree210f154da2f60938471d96a844dcb32cbda09e2a /node_modules/imurmurhash
parent6c294614d800cb95a49ef1c422fbdde65b0731a2 (diff)
Flatten dependencies and add dev deps to git
Diffstat (limited to 'node_modules/imurmurhash')
-rw-r--r--node_modules/imurmurhash/package.json31
1 files changed, 16 insertions, 15 deletions
diff --git a/node_modules/imurmurhash/package.json b/node_modules/imurmurhash/package.json
index 10b98d1e5..b84f0ddf9 100644
--- a/node_modules/imurmurhash/package.json
+++ b/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"