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/lock-verify/package.json')
-rw-r--r--node_modules/lock-verify/package.json48
1 files changed, 23 insertions, 25 deletions
diff --git a/node_modules/lock-verify/package.json b/node_modules/lock-verify/package.json
index 621c12fb7..031d7b056 100644
--- a/node_modules/lock-verify/package.json
+++ b/node_modules/lock-verify/package.json
@@ -1,53 +1,54 @@
{
- "_from": "lock-verify@2.1.0",
- "_id": "lock-verify@2.1.0",
+ "_from": "lock-verify@^2.1.0",
+ "_id": "lock-verify@2.2.1",
"_inBundle": false,
- "_integrity": "sha512-vcLpxnGvrqisKvLQ2C2v0/u7LVly17ak2YSgoK4PrdsYBXQIax19vhKiLfvKNFx7FRrpTnitrpzF/uuCMuorIg==",
+ "_integrity": "sha512-n0Zw2DVupKfZMazy/HIFVNohJ1z8fIoZ77WBnyyBGG6ixw83uJNyrbiJvvHWe1QKkGiBCjj8RCPlymltliqEww==",
"_location": "/lock-verify",
- "_phantomChildren": {},
+ "_phantomChildren": {
+ "osenv": "0.1.5",
+ "validate-npm-package-name": "3.0.0"
+ },
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "lock-verify@2.1.0",
+ "raw": "lock-verify@^2.1.0",
"name": "lock-verify",
"escapedName": "lock-verify",
- "rawSpec": "2.1.0",
+ "rawSpec": "^2.1.0",
"saveSpec": null,
- "fetchSpec": "2.1.0"
+ "fetchSpec": "^2.1.0"
},
"_requiredBy": [
- "#USER",
- "/",
- "/libcipm",
- "/libnpm"
+ "/"
],
- "_resolved": "https://registry.npmjs.org/lock-verify/-/lock-verify-2.1.0.tgz",
- "_shasum": "fff4c918b8db9497af0c5fa7f6d71555de3ceb47",
- "_spec": "lock-verify@2.1.0",
- "_where": "/Users/zkat/Documents/code/work/npm",
+ "_resolved": "https://registry.npmjs.org/lock-verify/-/lock-verify-2.2.1.tgz",
+ "_shasum": "81107948c51ed16f97b96ff8b60675affb243fc1",
+ "_spec": "lock-verify@^2.1.0",
+ "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Rebecca Turner",
"email": "me@re-becca.org",
"url": "http://re-becca.org/"
},
+ "bin": {
+ "lock-verify": "cli.js"
+ },
"bugs": {
"url": "https://github.com/iarna/lock-verify/issues"
},
"bundleDependencies": false,
"dependencies": {
+ "@iarna/cli": "^1.2.0",
"npm-package-arg": "^6.1.0",
"semver": "^5.4.1"
},
"deprecated": false,
"description": "Report if your package.json is out of sync with your package-lock.json.",
- "devDependencies": {
- "@iarna/cli": "^1.2.0"
- },
"files": [
- "index.js"
+ "index.js",
+ "cli.js"
],
"homepage": "https://github.com/iarna/lock-verify#readme",
- "keywords": [],
"license": "ISC",
"main": "index.js",
"name": "lock-verify",
@@ -55,8 +56,5 @@
"type": "git",
"url": "git+https://github.com/iarna/lock-verify.git"
},
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "version": "2.1.0"
+ "version": "2.2.1"
}