github.com/joey-fossa/fossa-cli@v0.7.34-0.20190708193710-569f1e8679f0/analyzers/nodejs/testdata/duplicates/node_modules/regenerator-runtime/package.json (about) 1 { 2 "_args": [ 3 [ 4 "regenerator-runtime@0.10.5", 5 "/home/leo/src/gopath/src/github.com/fossas/fossa-cli/analyzers/nodejs/testdata" 6 ] 7 ], 8 "_from": "regenerator-runtime@0.10.5", 9 "_id": "regenerator-runtime@0.10.5", 10 "_inBundle": false, 11 "_integrity": "sha1-M2w+/BIgrc7dosn6tntaeVWjNlg=", 12 "_location": "/regenerator-runtime", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "regenerator-runtime@0.10.5", 18 "name": "regenerator-runtime", 19 "escapedName": "regenerator-runtime", 20 "rawSpec": "0.10.5", 21 "saveSpec": null, 22 "fetchSpec": "0.10.5" 23 }, 24 "_requiredBy": [ 25 "/babel-polyfill" 26 ], 27 "_resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz", 28 "_spec": "0.10.5", 29 "_where": "/home/leo/src/gopath/src/github.com/fossas/fossa-cli/analyzers/nodejs/testdata", 30 "author": { 31 "name": "Ben Newman", 32 "email": "bn@cs.stanford.edu" 33 }, 34 "description": "Runtime for Regenerator-compiled generator and async functions.", 35 "keywords": [ 36 "regenerator", 37 "runtime", 38 "generator", 39 "async" 40 ], 41 "license": "MIT", 42 "main": "runtime-module.js", 43 "name": "regenerator-runtime", 44 "repository": { 45 "type": "git", 46 "url": "https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime" 47 }, 48 "version": "0.10.5" 49 }