Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. "/request/tough-cookie",
  20. "/tough-cookie"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz",
  23. "_shasum": "9326f8bcfb013adcc005fdff056acce020e51c24",
  24. "_spec": "psl@^1.1.28",
  25. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/request/node_modules/tough-cookie",
  26. "author": {
  27. "name": "Lupo Montero",
  28. "email": "lupomontero@gmail.com",
  29. "url": "https://lupomontero.com/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/lupomontero/psl/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Domain name parser based on the Public Suffix List",
  37. "devDependencies": {
  38. "JSONStream": "^1.3.5",
  39. "browserify": "^16.5.0",
  40. "commit-and-pr": "^1.0.4",
  41. "eslint": "^6.8.0",
  42. "eslint-config-hapi": "^12.0.0",
  43. "eslint-plugin-hapi": "^4.1.0",
  44. "karma": "^4.4.1",
  45. "karma-browserify": "^7.0.0",
  46. "karma-mocha": "^1.3.0",
  47. "karma-mocha-reporter": "^2.2.5",
  48. "karma-phantomjs-launcher": "^1.0.4",
  49. "mocha": "^7.1.1",
  50. "phantomjs-prebuilt": "^2.1.16",
  51. "request": "^2.88.2",
  52. "uglify-js": "^3.8.0",
  53. "watchify": "^3.11.1"
  54. },
  55. "homepage": "https://github.com/lupomontero/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/lupomontero/psl.git"
  66. },
  67. "scripts": {
  68. "build": "browserify ./index.js --standalone=psl > ./dist/psl.js",
  69. "changelog": "git log $(git describe --tags --abbrev=0)..HEAD --oneline --format=\"%h %s (%an <%ae>)\"",
  70. "commit-and-pr": "commit-and-pr",
  71. "postbuild": "cat ./dist/psl.js | uglifyjs -c -m > ./dist/psl.min.js",
  72. "prebuild": "./scripts/update-rules.js",
  73. "pretest": "eslint .",
  74. "test": "mocha test && karma start ./karma.conf.js --single-run",
  75. "watch": "mocha test --watch"
  76. },
  77. "version": "1.8.0"
  78. }