1{ 2 "_from": "lock-verify@2.1.0", 3 "_id": "lock-verify@2.1.0", 4 "_inBundle": false, 5 "_integrity": "sha512-vcLpxnGvrqisKvLQ2C2v0/u7LVly17ak2YSgoK4PrdsYBXQIax19vhKiLfvKNFx7FRrpTnitrpzF/uuCMuorIg==", 6 "_location": "/lock-verify", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "lock-verify@2.1.0", 12 "name": "lock-verify", 13 "escapedName": "lock-verify", 14 "rawSpec": "2.1.0", 15 "saveSpec": null, 16 "fetchSpec": "2.1.0" 17 }, 18 "_requiredBy": [ 19 "#USER", 20 "/", 21 "/libcipm", 22 "/libnpm" 23 ], 24 "_resolved": "https://registry.npmjs.org/lock-verify/-/lock-verify-2.1.0.tgz", 25 "_shasum": "fff4c918b8db9497af0c5fa7f6d71555de3ceb47", 26 "_spec": "lock-verify@2.1.0", 27 "_where": "/Users/zkat/Documents/code/work/npm", 28 "author": { 29 "name": "Rebecca Turner", 30 "email": "me@re-becca.org", 31 "url": "http://re-becca.org/" 32 }, 33 "bugs": { 34 "url": "https://github.com/iarna/lock-verify/issues" 35 }, 36 "bundleDependencies": false, 37 "dependencies": { 38 "npm-package-arg": "^6.1.0", 39 "semver": "^5.4.1" 40 }, 41 "deprecated": false, 42 "description": "Report if your package.json is out of sync with your package-lock.json.", 43 "devDependencies": { 44 "@iarna/cli": "^1.2.0" 45 }, 46 "files": [ 47 "index.js" 48 ], 49 "homepage": "https://github.com/iarna/lock-verify#readme", 50 "keywords": [], 51 "license": "ISC", 52 "main": "index.js", 53 "name": "lock-verify", 54 "repository": { 55 "type": "git", 56 "url": "git+https://github.com/iarna/lock-verify.git" 57 }, 58 "scripts": { 59 "test": "echo \"Error: no test specified\" && exit 1" 60 }, 61 "version": "2.1.0" 62} 63