github.com/joey-fossa/fossa-cli@v0.7.34-0.20190708193710-569f1e8679f0/analyzers/nodejs/testdata/duplicates/node_modules/psl/package.json (about) 1 { 2 "_args": [ 3 [ 4 "psl@1.1.29", 5 "/home/leo/src/gopath/src/github.com/fossas/fossa-cli/analyzers/nodejs/testdata" 6 ] 7 ], 8 "_from": "psl@1.1.29", 9 "_id": "psl@1.1.29", 10 "_inBundle": false, 11 "_integrity": "sha512-AeUmQ0oLN02flVHXWh9sSJF7mcdFq0ppid/JkErufc3hGIV/AMa8Fo9VgDo/cT2jFdOWoFvHp90qqBH54W+gjQ==", 12 "_location": "/psl", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "psl@1.1.29", 18 "name": "psl", 19 "escapedName": "psl", 20 "rawSpec": "1.1.29", 21 "saveSpec": null, 22 "fetchSpec": "1.1.29" 23 }, 24 "_requiredBy": [ 25 "/tough-cookie" 26 ], 27 "_resolved": "https://registry.npmjs.org/psl/-/psl-1.1.29.tgz", 28 "_spec": "1.1.29", 29 "_where": "/home/leo/src/gopath/src/github.com/fossas/fossa-cli/analyzers/nodejs/testdata", 30 "author": { 31 "name": "Lupo Montero" 32 }, 33 "bugs": { 34 "url": "https://github.com/wrangr/psl/issues" 35 }, 36 "description": "Domain name parser based on the Public Suffix List", 37 "devDependencies": { 38 "JSONStream": "^1.3.3", 39 "browserify": "^16.2.2", 40 "eslint": "^5.2.0", 41 "eslint-config-hapi": "^12.0.0", 42 "eslint-plugin-hapi": "^4.1.0", 43 "event-stream": "^3.3.4", 44 "karma": "^2.0.5", 45 "karma-browserify": "^5.3.0", 46 "karma-mocha": "^1.3.0", 47 "karma-mocha-reporter": "^2.2.5", 48 "karma-phantomjs-launcher": "^1.0.4", 49 "mocha": "^5.2.0", 50 "phantomjs-prebuilt": "^2.1.16", 51 "request": "^2.87.0", 52 "uglify-js": "^3.4.6", 53 "watchify": "^3.11.0" 54 }, 55 "homepage": "https://github.com/wrangr/psl#readme", 56 "keywords": [ 57 "publicsuffix", 58 "publicsuffixlist" 59 ], 60 "license": "MIT", 61 "main": "index.js", 62 "name": "psl", 63 "repository": { 64 "type": "git", 65 "url": "git+ssh://git@github.com/wrangr/psl.git" 66 }, 67 "scripts": { 68 "build": "browserify ./index.js --standalone=psl > ./dist/psl.js", 69 "postbuild": "cat ./dist/psl.js | uglifyjs -c -m > ./dist/psl.min.js", 70 "prebuild": "node ./data/build.js", 71 "pretest": "eslint .", 72 "test": "mocha test && karma start ./karma.conf.js --single-run", 73 "watch": "mocha test --watch" 74 }, 75 "version": "1.1.29" 76 }