github.com/joey-fossa/fossa-cli@v0.7.34-0.20190708193710-569f1e8679f0/analyzers/nodejs/testdata/duplicates/node_modules/punycode/package.json (about) 1 { 2 "_args": [ 3 [ 4 "punycode@1.4.1", 5 "/home/leo/src/gopath/src/github.com/fossas/fossa-cli/analyzers/nodejs/testdata" 6 ] 7 ], 8 "_from": "punycode@1.4.1", 9 "_id": "punycode@1.4.1", 10 "_inBundle": false, 11 "_integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=", 12 "_location": "/punycode", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "punycode@1.4.1", 18 "name": "punycode", 19 "escapedName": "punycode", 20 "rawSpec": "1.4.1", 21 "saveSpec": null, 22 "fetchSpec": "1.4.1" 23 }, 24 "_requiredBy": [ 25 "/tough-cookie" 26 ], 27 "_resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", 28 "_spec": "1.4.1", 29 "_where": "/home/leo/src/gopath/src/github.com/fossas/fossa-cli/analyzers/nodejs/testdata", 30 "author": { 31 "name": "Mathias Bynens", 32 "url": "https://mathiasbynens.be/" 33 }, 34 "bugs": { 35 "url": "https://github.com/bestiejs/punycode.js/issues" 36 }, 37 "contributors": [ 38 { 39 "name": "Mathias Bynens", 40 "url": "https://mathiasbynens.be/" 41 }, 42 { 43 "name": "John-David Dalton", 44 "url": "http://allyoucanleet.com/" 45 } 46 ], 47 "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.", 48 "devDependencies": { 49 "coveralls": "^2.11.4", 50 "grunt": "^0.4.5", 51 "grunt-contrib-uglify": "^0.11.0", 52 "grunt-shell": "^1.1.2", 53 "istanbul": "^0.4.1", 54 "qunit-extras": "^1.4.4", 55 "qunitjs": "~1.11.0", 56 "requirejs": "^2.1.22" 57 }, 58 "files": [ 59 "LICENSE-MIT.txt", 60 "punycode.js" 61 ], 62 "homepage": "https://mths.be/punycode", 63 "jspm": { 64 "map": { 65 "./punycode.js": { 66 "node": "@node/punycode" 67 } 68 } 69 }, 70 "keywords": [ 71 "punycode", 72 "unicode", 73 "idn", 74 "idna", 75 "dns", 76 "url", 77 "domain" 78 ], 79 "license": "MIT", 80 "main": "punycode.js", 81 "name": "punycode", 82 "repository": { 83 "type": "git", 84 "url": "git+https://github.com/bestiejs/punycode.js.git" 85 }, 86 "scripts": { 87 "test": "node tests/tests.js" 88 }, 89 "version": "1.4.1" 90 }