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:
Diffstat (limited to 'node_modules/imurmurhash/package.json')
-rw-r--r--node_modules/imurmurhash/package.json25
1 files changed, 11 insertions, 14 deletions
diff --git a/node_modules/imurmurhash/package.json b/node_modules/imurmurhash/package.json
index b84f0ddf9..4014e1ef0 100644
--- a/node_modules/imurmurhash/package.json
+++ b/node_modules/imurmurhash/package.json
@@ -1,36 +1,31 @@
{
- "_args": [
- [
- "imurmurhash@0.1.4",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "imurmurhash@0.1.4",
+ "_from": "imurmurhash@^0.1.4",
"_id": "imurmurhash@0.1.4",
"_inBundle": false,
"_integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
"_location": "/imurmurhash",
"_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "imurmurhash@0.1.4",
+ "raw": "imurmurhash@^0.1.4",
"name": "imurmurhash",
"escapedName": "imurmurhash",
- "rawSpec": "0.1.4",
+ "rawSpec": "^0.1.4",
"saveSpec": null,
- "fetchSpec": "0.1.4"
+ "fetchSpec": "^0.1.4"
},
"_requiredBy": [
- "/",
"/eslint",
"/fs-write-stream-atomic",
+ "/tap/write-file-atomic",
"/unique-slug",
"/write-file-atomic"
],
"_resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
- "_spec": "0.1.4",
- "_where": "/Users/rebecca/code/npm",
+ "_shasum": "9218b9b2b928a238b13dc4fb6b6d576f231453ea",
+ "_spec": "imurmurhash@^0.1.4",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/write-file-atomic",
"author": {
"name": "Jens Taylor",
"email": "jensyt@gmail.com",
@@ -39,7 +34,9 @@
"bugs": {
"url": "https://github.com/jensyt/imurmurhash-js/issues"
},
+ "bundleDependencies": false,
"dependencies": {},
+ "deprecated": false,
"description": "An incremental implementation of MurmurHash3",
"devDependencies": {},
"engines": {