{ "_args": [ [ { "name": "psl", "raw": "psl@^1.1.24", "rawSpec": "^1.1.24", "scope": null, "spec": ">=1.1.24 <2.0.0", "type": "range" }, "D:\\job\\book\\summer cultivate\\机器学习\\node_modules\\request\\node_modules\\tough-cookie" ] ], "_from": "psl@>=1.1.24 <2.0.0", "_hasShrinkwrap": false, "_id": "psl@1.2.0", "_inCache": true, "_installable": true, "_location": "/psl", "_nodeVersion": "10.15.3", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/psl_1.2.0_1562020543007_0.7744839472865279" }, "_npmUser": { "email": "lupomontero@gmail.com", "name": "lupomontero" }, "_npmVersion": "6.9.0", "_phantomChildren": {}, "_requested": { "name": "psl", "raw": "psl@^1.1.24", "rawSpec": "^1.1.24", "scope": null, "spec": ">=1.1.24 <2.0.0", "type": "range" }, "_requiredBy": [ "/request/tough-cookie", "/tough-cookie" ], "_resolved": "https://registry.npmjs.org/psl/-/psl-1.2.0.tgz", "_shasum": "df12b5b1b3a30f51c329eacbdef98f3a6e136dc6", "_shrinkwrap": null, "_spec": "psl@^1.1.24", "_where": "D:\\job\\book\\summer cultivate\\机器学习\\node_modules\\request\\node_modules\\tough-cookie", "author": { "email": "lupomontero@gmail.com", "name": "Lupo Montero", "url": "https://lupomontero.com/" }, "bugs": { "url": "https://github.com/lupomontero/psl/issues" }, "dependencies": {}, "description": "Domain name parser based on the Public Suffix List", "devDependencies": { "JSONStream": "^1.3.5", "browserify": "^16.2.3", "commit-and-pr": "^1.0.3", "eslint": "^6.0.1", "eslint-config-hapi": "^12.0.0", "eslint-plugin-hapi": "^4.1.0", "karma": "^4.1.0", "karma-browserify": "^6.0.0", "karma-mocha": "^1.3.0", "karma-mocha-reporter": "^2.2.5", "karma-phantomjs-launcher": "^1.0.4", "mocha": "^6.1.4", "phantomjs-prebuilt": "^2.1.16", "request": "^2.88.0", "uglify-js": "^3.6.0", "watchify": "^3.11.1" }, "directories": {}, "dist": { "fileCount": 13, "integrity": "sha512-GEn74ZffufCmkDDLNcl3uuyF/aSD6exEyh1v/ZSdAomB82t6G9hzJVRx0jBmLDW+VfZqks3aScmMw9DszwUalA==", "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdGoq/CRA9TVsSAnZWagAA2DoP/jr4EZfTz73aXP28CSQ6\nYc16wfOYIi77dLmjrRAizItFCWNkBqC2zU1betvAWeoaj+REk9EUK02jS2aY\nruvAZzmHzM2qFz/Cn6917aSjCrpL3Js4+mEg2awAsNnyhyFTafgy98alOyhr\ntjbeHrExUC5+SV6fEm8HWjsIlHgIreJsUZTPKHRCsKZ0oLrPHyJswF9YsOE6\nE6NUACftRhjozaJ2yytd1mmQoHrUMFUga6cGcsvh1gVNImcb6V5BQdzYSwyV\nS2WFVfQ+QlnrvTaXao2xlLYIucEE2xvdGn7Vkr/nKbVQXT09aouc5tPv09Ak\nfqJrIQ+8+GAYuOU2+RsFaZfnLc316RXLWLlWYCWO/ewrdhy6la57vc0cdFcl\ntqoOB1S1h1ZbZ+AZ4N27XIFgkTSmLa1aI6/Xag5Yjze7NaTqtuGy/h6Ou9x/\ntEurBpQb4Z0+jxGJJS6A9yxisRVq15JIsenpjdFRoe+heB6HbLQMRjk7g5LW\nJlGh/q/uAPXEuzsUWnIvcCZFOWjR+ewfzYpX2vyIhRMeCPOMhiVjzKrgh2Ud\nxCwp+tuR0lH22PLuMhtHs4My+lmNVvvhF5SYmxiG7o7262jCvQi8NSCvJM7F\nISbO8Egbez/pCMH0nux2/7ViWPHB/ZFMDcAvSL26b156kL+XRnBPj4uLe7s2\ntR7+\r\n=UQZh\r\n-----END PGP SIGNATURE-----\r\n", "shasum": "df12b5b1b3a30f51c329eacbdef98f3a6e136dc6", "tarball": "https://registry.npmjs.org/psl/-/psl-1.2.0.tgz", "unpackedSize": 425981 }, "gitHead": "a90297598c5e59756d032fe10180f9f9aa450011", "homepage": "https://github.com/lupomontero/psl#readme", "keywords": [ "publicsuffix", "publicsuffixlist" ], "license": "MIT", "main": "index.js", "maintainers": [ { "email": "lupo@e-noise.com", "name": "lupomontero" } ], "name": "psl", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+ssh://git@github.com/lupomontero/psl.git" }, "scripts": { "build": "browserify ./index.js --standalone=psl > ./dist/psl.js", "changelog": "git log $(git describe --tags --abbrev=0)..HEAD --oneline --format=\"%h %s (%an <%ae>)\"", "commit-and-pr": "commit-and-pr", "postbuild": "cat ./dist/psl.js | uglifyjs -c -m > ./dist/psl.min.js", "prebuild": "./scripts/update-rules.js", "pretest": "eslint .", "test": "mocha test && karma start ./karma.conf.js --single-run", "watch": "mocha test --watch" }, "version": "1.2.0" }