1{ 2 "_from": "require-main-filename@^2.0.0", 3 "_id": "require-main-filename@2.0.0", 4 "_inBundle": false, 5 "_integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", 6 "_location": "/require-main-filename", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "require-main-filename@^2.0.0", 12 "name": "require-main-filename", 13 "escapedName": "require-main-filename", 14 "rawSpec": "^2.0.0", 15 "saveSpec": null, 16 "fetchSpec": "^2.0.0" 17 }, 18 "_requiredBy": [ 19 "/yargs" 20 ], 21 "_resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", 22 "_shasum": "d0b329ecc7cc0f61649f62215be69af54aa8989b", 23 "_spec": "require-main-filename@^2.0.0", 24 "_where": "/Users/claudiahdz/npm/cli/node_modules/yargs", 25 "author": { 26 "name": "Ben Coe", 27 "email": "ben@npmjs.com" 28 }, 29 "bugs": { 30 "url": "https://github.com/yargs/require-main-filename/issues" 31 }, 32 "bundleDependencies": false, 33 "deprecated": false, 34 "description": "shim for require.main.filename() that works in as many environments as possible", 35 "devDependencies": { 36 "chai": "^4.0.0", 37 "standard": "^10.0.3", 38 "standard-version": "^4.0.0", 39 "tap": "^11.0.0" 40 }, 41 "files": [ 42 "index.js" 43 ], 44 "homepage": "https://github.com/yargs/require-main-filename#readme", 45 "keywords": [ 46 "require", 47 "shim", 48 "iisnode" 49 ], 50 "license": "ISC", 51 "main": "index.js", 52 "name": "require-main-filename", 53 "repository": { 54 "type": "git", 55 "url": "git+ssh://git@github.com/yargs/require-main-filename.git" 56 }, 57 "scripts": { 58 "pretest": "standard", 59 "release": "standard-version", 60 "test": "tap --coverage test.js" 61 }, 62 "version": "2.0.0" 63} 64