You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 lines
2.3 KiB

  1. {
  2. "_from": "psl@^1.1.28",
  3. "_id": "psl@1.8.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==",
  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.8.0.tgz",
  22. "_shasum": "9326f8bcfb013adcc005fdff056acce020e51c24",
  23. "_spec": "psl@^1.1.28",
  24. "_where": "/home/alpcentaur/ProjektA/PermApp/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": "^7.0.0",
  45. "karma-mocha": "^1.3.0",
  46. "karma-mocha-reporter": "^2.2.5",
  47. "karma-phantomjs-launcher": "^1.0.4",
  48. "mocha": "^7.1.1",
  49. "phantomjs-prebuilt": "^2.1.16",
  50. "request": "^2.88.2",
  51. "uglify-js": "^3.8.0",
  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.8.0"
  77. }