github.com/joey-fossa/fossa-cli@v0.7.34-0.20190708193710-569f1e8679f0/analyzers/nodejs/testdata/duplicates/node_modules/core-js/package.json (about) 1 { 2 "_args": [ 3 [ 4 "core-js@2.5.7", 5 "/home/leo/src/gopath/src/github.com/fossas/fossa-cli/analyzers/nodejs/testdata" 6 ] 7 ], 8 "_from": "core-js@2.5.7", 9 "_id": "core-js@2.5.7", 10 "_inBundle": false, 11 "_integrity": "sha512-RszJCAxg/PP6uzXVXL6BsxSXx/B05oJAQ2vkJRjyjrEcNVycaqOmNb5OTxZPE3xa5gwZduqza6L9JOCenh/Ecw==", 12 "_location": "/core-js", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "core-js@2.5.7", 18 "name": "core-js", 19 "escapedName": "core-js", 20 "rawSpec": "2.5.7", 21 "saveSpec": null, 22 "fetchSpec": "2.5.7" 23 }, 24 "_requiredBy": [ 25 "/babel-polyfill", 26 "/babel-runtime" 27 ], 28 "_resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.7.tgz", 29 "_spec": "2.5.7", 30 "_where": "/home/leo/src/gopath/src/github.com/fossas/fossa-cli/analyzers/nodejs/testdata", 31 "bugs": { 32 "url": "https://github.com/zloirock/core-js/issues" 33 }, 34 "description": "Standard library", 35 "devDependencies": { 36 "LiveScript": "1.3.x", 37 "es-observable-tests": "0.2.x", 38 "eslint": "4.19.x", 39 "eslint-plugin-import": "2.12.x", 40 "grunt": "^1.0.2", 41 "grunt-cli": "^1.2.0", 42 "grunt-contrib-clean": "^1.1.0", 43 "grunt-contrib-copy": "^1.0.0", 44 "grunt-contrib-uglify": "3.3.x", 45 "grunt-contrib-watch": "^1.0.0", 46 "grunt-karma": "^2.0.0", 47 "grunt-livescript": "0.6.x", 48 "karma": "^2.0.0", 49 "karma-chrome-launcher": "^2.2.0", 50 "karma-firefox-launcher": "^1.0.1", 51 "karma-ie-launcher": "^1.0.0", 52 "karma-phantomjs-launcher": "1.0.x", 53 "karma-qunit": "^2.1.0", 54 "phantomjs-prebuilt": "2.1.x", 55 "promises-aplus-tests": "^2.1.2", 56 "qunit": "2.6.x", 57 "temp": "^0.8.3", 58 "webpack": "^3.11.0" 59 }, 60 "homepage": "https://github.com/zloirock/core-js#readme", 61 "keywords": [ 62 "ES3", 63 "ES5", 64 "ES6", 65 "ES7", 66 "ES2015", 67 "ES2016", 68 "ES2017", 69 "ECMAScript 3", 70 "ECMAScript 5", 71 "ECMAScript 6", 72 "ECMAScript 7", 73 "ECMAScript 2015", 74 "ECMAScript 2016", 75 "ECMAScript 2017", 76 "Harmony", 77 "Strawman", 78 "Map", 79 "Set", 80 "WeakMap", 81 "WeakSet", 82 "Promise", 83 "Symbol", 84 "TypedArray", 85 "setImmediate", 86 "Dict", 87 "polyfill", 88 "shim" 89 ], 90 "license": "MIT", 91 "main": "index.js", 92 "name": "core-js", 93 "repository": { 94 "type": "git", 95 "url": "git+https://github.com/zloirock/core-js.git" 96 }, 97 "scripts": { 98 "grunt": "grunt", 99 "lint": "eslint ./", 100 "observables-tests": "node tests/observables/adapter && node tests/observables/adapter-library", 101 "promises-tests": "promises-aplus-tests tests/promises-aplus/adapter", 102 "test": "npm run grunt clean copy && npm run lint && npm run grunt livescript client karma:default && npm run grunt library karma:library && npm run promises-tests && npm run observables-tests && lsc tests/commonjs" 103 }, 104 "version": "2.5.7" 105 }