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:
authorisaacs <i@izs.me>2020-07-24 22:55:18 +0300
committerisaacs <i@izs.me>2020-07-29 21:55:03 +0300
commit53ed7e5205a3f4d5d33828ff9dc11c093f482f7b (patch)
treed76317be79432c9527e8fb37d4c13e0719cdbaf9 /node_modules/imurmurhash
parentbbe4279120c94791b70d97f235c73d972fd67354 (diff)
reset deps using npm v7
First self-install!
Diffstat (limited to 'node_modules/imurmurhash')
-rw-r--r--node_modules/imurmurhash/package.json71
1 files changed, 22 insertions, 49 deletions
diff --git a/node_modules/imurmurhash/package.json b/node_modules/imurmurhash/package.json
index 4014e1ef0..8a93edb55 100644
--- a/node_modules/imurmurhash/package.json
+++ b/node_modules/imurmurhash/package.json
@@ -1,54 +1,22 @@
{
- "_from": "imurmurhash@^0.1.4",
- "_id": "imurmurhash@0.1.4",
- "_inBundle": false,
- "_integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
- "_location": "/imurmurhash",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "imurmurhash@^0.1.4",
- "name": "imurmurhash",
- "escapedName": "imurmurhash",
- "rawSpec": "^0.1.4",
- "saveSpec": null,
- "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",
- "_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",
- "url": "https://github.com/homebrewing"
- },
- "bugs": {
- "url": "https://github.com/jensyt/imurmurhash-js/issues"
- },
- "bundleDependencies": false,
- "dependencies": {},
- "deprecated": false,
+ "name": "imurmurhash",
+ "version": "0.1.4",
"description": "An incremental implementation of MurmurHash3",
- "devDependencies": {},
- "engines": {
- "node": ">=0.8.19"
- },
+ "homepage": "https://github.com/jensyt/imurmurhash-js",
+ "main": "imurmurhash.js",
"files": [
"imurmurhash.js",
"imurmurhash.min.js",
"package.json",
"README.md"
],
- "homepage": "https://github.com/jensyt/imurmurhash-js",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/jensyt/imurmurhash-js"
+ },
+ "bugs": {
+ "url": "https://github.com/jensyt/imurmurhash-js/issues"
+ },
"keywords": [
"murmur",
"murmurhash",
@@ -56,12 +24,17 @@
"hash",
"incremental"
],
+ "author": {
+ "name": "Jens Taylor",
+ "email": "jensyt@gmail.com",
+ "url": "https://github.com/homebrewing"
+ },
"license": "MIT",
- "main": "imurmurhash.js",
- "name": "imurmurhash",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jensyt/imurmurhash-js.git"
+ "dependencies": {
+ },
+ "devDependencies": {
},
- "version": "0.1.4"
+ "engines": {
+ "node": ">=0.8.19"
+ }
}