package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "psl@^1.1.28",
  3. "_id": "psl@1.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5NsSEDv8zY70ScRnOTn7bK7eanl2MvFrOrS/R6x+dBt5g1ghnj9Zv90kO8GwT8gxcu2ANyFprnFYB85IogIJOQ==",
  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.7.0.tgz",
  22. "_shasum": "f1c4c47a8ef97167dea5d6bbf4816d736e884a3c",
  23. "_spec": "psl@^1.1.28",
  24. "_where": "C:\\Users\\Jzdsh\\Desktop\\附近养车网uni-app\\附近养车网\\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": "^16.5.0",
  39. "commit-and-pr": "^1.0.4",
  40. "eslint": "^6.8.0",
  41. "eslint-config-hapi": "^12.0.0",
  42. "eslint-plugin-hapi": "^4.1.0",
  43. "karma": "^4.4.1",
  44. "karma-browserify": "^6.1.0",
  45. "karma-mocha": "^1.3.0",
  46. "karma-mocha-reporter": "^2.2.5",
  47. "karma-phantomjs-launcher": "^1.0.4",
  48. "mocha": "^6.2.2",
  49. "phantomjs-prebuilt": "^2.1.16",
  50. "request": "^2.88.0",
  51. "uglify-js": "^3.7.3",
  52. "watchify": "^3.11.1"
  53. },
  54. "homepage": "https://github.com/lupomontero/psl#readme",
  55. "keywords": [
  56. "publicsuffix",
  57. "publicsuffixlist"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "psl",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+ssh://git@github.com/lupomontero/psl.git"
  65. },
  66. "scripts": {
  67. "build": "browserify ./index.js --standalone=psl > ./dist/psl.js",
  68. "changelog": "git log $(git describe --tags --abbrev=0)..HEAD --oneline --format=\"%h %s (%an <%ae>)\"",
  69. "commit-and-pr": "commit-and-pr",
  70. "postbuild": "cat ./dist/psl.js | uglifyjs -c -m > ./dist/psl.min.js",
  71. "prebuild": "./scripts/update-rules.js",
  72. "pretest": "eslint .",
  73. "test": "mocha test && karma start ./karma.conf.js --single-run",
  74. "watch": "mocha test --watch"
  75. },
  76. "version": "1.7.0"
  77. }