package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "psl@^1.1.28",
  3. "_id": "psl@1.9.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==",
  6. "_location": "/psl",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "psl@^1.1.28",
  12. "name": "psl",
  13. "escapedName": "psl",
  14. "rawSpec": "^1.1.28",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.28"
  17. },
  18. "_requiredBy": [
  19. "/tough-cookie"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz",
  22. "_shasum": "d0df2a137f00794565fcaf3b2c00cd09f8d5a5a7",
  23. "_spec": "psl@^1.1.28",
  24. "_where": "D:\\公司项目\\wms\\node_modules\\tough-cookie",
  25. "author": {
  26. "name": "Lupo Montero",
  27. "email": "lupomontero@gmail.com",
  28. "url": "https://lupomontero.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/lupomontero/psl/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Domain name parser based on the Public Suffix List",
  36. "devDependencies": {
  37. "JSONStream": "^1.3.5",
  38. "browserify": "^17.0.0",
  39. "browserslist-browserstack": "^3.1.1",
  40. "browserstack-local": "^1.5.1",
  41. "chai": "^4.3.6",
  42. "commit-and-pr": "^1.0.4",
  43. "eslint": "^8.19.0",
  44. "mocha": "^7.2.0",
  45. "porch": "^2.0.0",
  46. "request": "^2.88.2",
  47. "selenium-webdriver": "^4.3.0",
  48. "serve-handler": "^6.1.3",
  49. "uglify-js": "^3.16.2",
  50. "watchify": "^4.0.0"
  51. },
  52. "homepage": "https://github.com/lupomontero/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/lupomontero/psl.git"
  63. },
  64. "scripts": {
  65. "build": "browserify ./index.js --standalone=psl > ./dist/psl.js",
  66. "changelog": "git log $(git describe --tags --abbrev=0)..HEAD --oneline --format=\"%h %s (%an <%ae>)\"",
  67. "commit-and-pr": "commit-and-pr",
  68. "lint": "eslint .",
  69. "postbuild": "cat ./dist/psl.js | uglifyjs -c -m > ./dist/psl.min.js",
  70. "prebuild": "./scripts/update-rules.js",
  71. "test": "mocha test/*.spec.js",
  72. "test:browserstack": "node test/browserstack.js",
  73. "watch": "mocha test --watch"
  74. },
  75. "version": "1.9.0"
  76. }