github.com/joey-fossa/fossa-cli@v0.7.34-0.20190708193710-569f1e8679f0/analyzers/nodejs/testdata/duplicates/node_modules/tough-cookie/package.json (about) 1 { 2 "_args": [ 3 [ 4 "tough-cookie@2.4.3", 5 "/home/leo/src/gopath/src/github.com/fossas/fossa-cli/analyzers/nodejs/testdata" 6 ] 7 ], 8 "_from": "tough-cookie@2.4.3", 9 "_id": "tough-cookie@2.4.3", 10 "_inBundle": false, 11 "_integrity": "sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==", 12 "_location": "/tough-cookie", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "tough-cookie@2.4.3", 18 "name": "tough-cookie", 19 "escapedName": "tough-cookie", 20 "rawSpec": "2.4.3", 21 "saveSpec": null, 22 "fetchSpec": "2.4.3" 23 }, 24 "_requiredBy": [ 25 "/request-promise" 26 ], 27 "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz", 28 "_spec": "2.4.3", 29 "_where": "/home/leo/src/gopath/src/github.com/fossas/fossa-cli/analyzers/nodejs/testdata", 30 "author": { 31 "name": "Jeremy Stashewsky", 32 "email": "jstash@gmail.com" 33 }, 34 "bugs": { 35 "url": "https://github.com/salesforce/tough-cookie/issues" 36 }, 37 "contributors": [ 38 { 39 "name": "Alexander Savin" 40 }, 41 { 42 "name": "Ian Livingstone" 43 }, 44 { 45 "name": "Ivan Nikulin" 46 }, 47 { 48 "name": "Lalit Kapoor" 49 }, 50 { 51 "name": "Sam Thompson" 52 }, 53 { 54 "name": "Sebastian Mayr" 55 } 56 ], 57 "dependencies": { 58 "psl": "^1.1.24", 59 "punycode": "^1.4.1" 60 }, 61 "description": "RFC6265 Cookies and Cookie Jar for node.js", 62 "devDependencies": { 63 "async": "^1.4.2", 64 "nyc": "^11.6.0", 65 "string.prototype.repeat": "^0.2.0", 66 "vows": "^0.8.1" 67 }, 68 "engines": { 69 "node": ">=0.8" 70 }, 71 "files": [ 72 "lib" 73 ], 74 "homepage": "https://github.com/salesforce/tough-cookie", 75 "keywords": [ 76 "HTTP", 77 "cookie", 78 "cookies", 79 "set-cookie", 80 "cookiejar", 81 "jar", 82 "RFC6265", 83 "RFC2965" 84 ], 85 "license": "BSD-3-Clause", 86 "main": "./lib/cookie", 87 "name": "tough-cookie", 88 "repository": { 89 "type": "git", 90 "url": "git://github.com/salesforce/tough-cookie.git" 91 }, 92 "scripts": { 93 "cover": "nyc --reporter=lcov --reporter=html vows test/*_test.js", 94 "test": "vows test/*_test.js" 95 }, 96 "version": "2.4.3" 97 }