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