package.json 2.1 KB

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