package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "psl@1.8.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "psl@1.8.0",
  9. "_id": "psl@1.8.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==",
  12. "_location": "/psl",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "psl@1.8.0",
  18. "name": "psl",
  19. "escapedName": "psl",
  20. "rawSpec": "1.8.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.8.0"
  23. },
  24. "_requiredBy": [
  25. "/tough-cookie"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/psl/-/psl-1.8.0.tgz",
  28. "_spec": "1.8.0",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Lupo Montero",
  32. "email": "lupomontero@gmail.com",
  33. "url": "https://lupomontero.com/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/lupomontero/psl/issues"
  37. },
  38. "description": "Domain name parser based on the Public Suffix List",
  39. "devDependencies": {
  40. "JSONStream": "^1.3.5",
  41. "browserify": "^16.5.0",
  42. "commit-and-pr": "^1.0.4",
  43. "eslint": "^6.8.0",
  44. "eslint-config-hapi": "^12.0.0",
  45. "eslint-plugin-hapi": "^4.1.0",
  46. "karma": "^4.4.1",
  47. "karma-browserify": "^7.0.0",
  48. "karma-mocha": "^1.3.0",
  49. "karma-mocha-reporter": "^2.2.5",
  50. "karma-phantomjs-launcher": "^1.0.4",
  51. "mocha": "^7.1.1",
  52. "phantomjs-prebuilt": "^2.1.16",
  53. "request": "^2.88.2",
  54. "uglify-js": "^3.8.0",
  55. "watchify": "^3.11.1"
  56. },
  57. "homepage": "https://github.com/lupomontero/psl#readme",
  58. "keywords": [
  59. "publicsuffix",
  60. "publicsuffixlist"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "psl",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+ssh://git@github.com/lupomontero/psl.git"
  68. },
  69. "scripts": {
  70. "build": "browserify ./index.js --standalone=psl > ./dist/psl.js",
  71. "changelog": "git log $(git describe --tags --abbrev=0)..HEAD --oneline --format=\"%h %s (%an <%ae>)\"",
  72. "commit-and-pr": "commit-and-pr",
  73. "postbuild": "cat ./dist/psl.js | uglifyjs -c -m > ./dist/psl.min.js",
  74. "prebuild": "./scripts/update-rules.js",
  75. "pretest": "eslint .",
  76. "test": "mocha test && karma start ./karma.conf.js --single-run",
  77. "watch": "mocha test --watch"
  78. },
  79. "version": "1.8.0"
  80. }