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/meant/package.json')
-rw-r--r--node_modules/meant/package.json37
1 files changed, 17 insertions, 20 deletions
diff --git a/node_modules/meant/package.json b/node_modules/meant/package.json
index a22398f4b..d40363535 100644
--- a/node_modules/meant/package.json
+++ b/node_modules/meant/package.json
@@ -1,43 +1,40 @@
{
- "_args": [
- [
- "meant@1.0.1",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "meant@1.0.1",
- "_id": "meant@1.0.1",
+ "_from": "meant@~1.0.1",
+ "_id": "meant@1.0.2",
"_inBundle": false,
- "_integrity": "sha512-UakVLFjKkbbUwNWJ2frVLnnAtbb7D7DsloxRd3s/gDpI8rdv8W5Hp3NaDb+POBI1fQdeussER6NB8vpcRURvlg==",
+ "_integrity": "sha512-KN+1uowN/NK+sT/Lzx7WSGIj2u+3xe5n2LbwObfjOhPZiA+cCfCm6idVl0RkEfjThkw5XJ96CyRcanq6GmKtUg==",
"_location": "/meant",
"_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "meant@1.0.1",
+ "raw": "meant@~1.0.1",
"name": "meant",
"escapedName": "meant",
- "rawSpec": "1.0.1",
+ "rawSpec": "~1.0.1",
"saveSpec": null,
- "fetchSpec": "1.0.1"
+ "fetchSpec": "~1.0.1"
},
"_requiredBy": [
"/"
],
- "_resolved": "https://registry.npmjs.org/meant/-/meant-1.0.1.tgz",
- "_spec": "1.0.1",
- "_where": "/Users/rebecca/code/npm",
+ "_resolved": "https://registry.npmjs.org/meant/-/meant-1.0.2.tgz",
+ "_shasum": "5d0c78310a3d8ae1408a16be0fe0bd42a969f560",
+ "_spec": "meant@~1.0.1",
+ "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Daijiro Wachi"
},
"bugs": {
"url": "https://github.com/watilde/meant/issues"
},
+ "bundleDependencies": false,
+ "deprecated": false,
"description": "Like the `Did you mean?` in git for npm",
"devDependencies": {
- "standard": "^8.0.0",
- "standard-version": "^2.4.0",
- "tap": "^7.1.1"
+ "standard": "^11.0.1",
+ "standard-version": "^8.0.1",
+ "tap": "^12.7.0"
},
"homepage": "https://github.com/watilde/meant#readme",
"keywords": [
@@ -54,5 +51,5 @@
"release": "standard-version",
"test": "standard && tap test.js"
},
- "version": "1.0.1"
+ "version": "1.0.2"
}