package.json 2.2 KB

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