package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "psl@1.1.31",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "psl@1.1.31",
  9. "_id": "psl@1.1.31",
  10. "_inBundle": false,
  11. "_integrity": "sha512-/6pt4+C+T+wZUieKR620OpzN/LlnNKuWjy1iFLQ/UG35JqHlR/89MP1d96dUfkf6Dne3TuLQzOYEYshJ+Hx8mw==",
  12. "_location": "/psl",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "psl@1.1.31",
  18. "name": "psl",
  19. "escapedName": "psl",
  20. "rawSpec": "1.1.31",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.31"
  23. },
  24. "_requiredBy": [
  25. "/tough-cookie"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/psl/-/psl-1.1.31.tgz",
  28. "_spec": "1.1.31",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "Lupo Montero"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/wrangr/psl/issues"
  35. },
  36. "description": "Domain name parser based on the Public Suffix List",
  37. "devDependencies": {
  38. "JSONStream": "^1.3.5",
  39. "browserify": "^16.2.3",
  40. "eslint": "^5.10.0",
  41. "eslint-config-hapi": "^12.0.0",
  42. "eslint-plugin-hapi": "^4.1.0",
  43. "event-stream": "3.3.4",
  44. "karma": "^3.1.3",
  45. "karma-browserify": "^6.0.0",
  46. "karma-mocha": "^1.3.0",
  47. "karma-mocha-reporter": "^2.2.5",
  48. "karma-phantomjs-launcher": "^1.0.4",
  49. "mocha": "^5.2.0",
  50. "phantomjs-prebuilt": "^2.1.16",
  51. "request": "^2.88.0",
  52. "uglify-js": "^3.4.9",
  53. "watchify": "^3.11.0"
  54. },
  55. "homepage": "https://github.com/wrangr/psl#readme",
  56. "keywords": [
  57. "publicsuffix",
  58. "publicsuffixlist"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "psl",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+ssh://git@github.com/wrangr/psl.git"
  66. },
  67. "scripts": {
  68. "build": "browserify ./index.js --standalone=psl > ./dist/psl.js",
  69. "postbuild": "cat ./dist/psl.js | uglifyjs -c -m > ./dist/psl.min.js",
  70. "prebuild": "node ./data/build.js",
  71. "pretest": "eslint .",
  72. "test": "mocha test && karma start ./karma.conf.js --single-run",
  73. "watch": "mocha test --watch"
  74. },
  75. "version": "1.1.31"
  76. }