1{ 2 "_from": "is-npm@^1.0.0", 3 "_id": "is-npm@1.0.0", 4 "_inBundle": false, 5 "_integrity": "sha1-8vtjpl5JBbQGyGBydloaTceTufQ=", 6 "_location": "/is-npm", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "is-npm@^1.0.0", 12 "name": "is-npm", 13 "escapedName": "is-npm", 14 "rawSpec": "^1.0.0", 15 "saveSpec": null, 16 "fetchSpec": "^1.0.0" 17 }, 18 "_requiredBy": [ 19 "/update-notifier" 20 ], 21 "_resolved": "https://registry.npmjs.org/is-npm/-/is-npm-1.0.0.tgz", 22 "_shasum": "f2fb63a65e4905b406c86072765a1a4dc793b9f4", 23 "_spec": "is-npm@^1.0.0", 24 "_where": "/Users/rebecca/code/npm/node_modules/update-notifier", 25 "author": { 26 "name": "Sindre Sorhus", 27 "email": "sindresorhus@gmail.com", 28 "url": "http://sindresorhus.com" 29 }, 30 "bugs": { 31 "url": "https://github.com/sindresorhus/is-npm/issues" 32 }, 33 "bundleDependencies": false, 34 "deprecated": false, 35 "description": "Check if your code is running as an npm script", 36 "devDependencies": { 37 "ava": "0.0.3" 38 }, 39 "engines": { 40 "node": ">=0.10.0" 41 }, 42 "files": [ 43 "index.js" 44 ], 45 "homepage": "https://github.com/sindresorhus/is-npm#readme", 46 "keywords": [ 47 "npm", 48 "is", 49 "check", 50 "detect", 51 "env", 52 "environment" 53 ], 54 "license": "MIT", 55 "name": "is-npm", 56 "repository": { 57 "type": "git", 58 "url": "git+https://github.com/sindresorhus/is-npm.git" 59 }, 60 "scripts": { 61 "test": "node test.js" 62 }, 63 "version": "1.0.0" 64} 65