package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "psl@1.7.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "psl@1.7.0",
  9. "_id": "psl@1.7.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-5NsSEDv8zY70ScRnOTn7bK7eanl2MvFrOrS/R6x+dBt5g1ghnj9Zv90kO8GwT8gxcu2ANyFprnFYB85IogIJOQ==",
  12. "_location": "/psl",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "psl@1.7.0",
  18. "name": "psl",
  19. "escapedName": "psl",
  20. "rawSpec": "1.7.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.7.0"
  23. },
  24. "_requiredBy": [
  25. "/@aspnet/signalr/tough-cookie",
  26. "/universal-analytics/tough-cookie"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/psl/-/psl-1.7.0.tgz",
  29. "_spec": "1.7.0",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  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": "^16.5.0",
  43. "commit-and-pr": "^1.0.4",
  44. "eslint": "^6.8.0",
  45. "eslint-config-hapi": "^12.0.0",
  46. "eslint-plugin-hapi": "^4.1.0",
  47. "karma": "^4.4.1",
  48. "karma-browserify": "^6.1.0",
  49. "karma-mocha": "^1.3.0",
  50. "karma-mocha-reporter": "^2.2.5",
  51. "karma-phantomjs-launcher": "^1.0.4",
  52. "mocha": "^6.2.2",
  53. "phantomjs-prebuilt": "^2.1.16",
  54. "request": "^2.88.0",
  55. "uglify-js": "^3.7.3",
  56. "watchify": "^3.11.1"
  57. },
  58. "homepage": "https://github.com/lupomontero/psl#readme",
  59. "keywords": [
  60. "publicsuffix",
  61. "publicsuffixlist"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "psl",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+ssh://git@github.com/lupomontero/psl.git"
  69. },
  70. "scripts": {
  71. "build": "browserify ./index.js --standalone=psl > ./dist/psl.js",
  72. "changelog": "git log $(git describe --tags --abbrev=0)..HEAD --oneline --format=\"%h %s (%an <%ae>)\"",
  73. "commit-and-pr": "commit-and-pr",
  74. "postbuild": "cat ./dist/psl.js | uglifyjs -c -m > ./dist/psl.min.js",
  75. "prebuild": "./scripts/update-rules.js",
  76. "pretest": "eslint .",
  77. "test": "mocha test && karma start ./karma.conf.js --single-run",
  78. "watch": "mocha test --watch"
  79. },
  80. "version": "1.7.0"
  81. }