package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "domexception@^1.0.1",
  3. "_id": "domexception@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug==",
  6. "_location": "/domexception",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "domexception@^1.0.1",
  12. "name": "domexception",
  13. "escapedName": "domexception",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-plugin-unit-mocha/jsdom",
  20. "/jsdom",
  21. "/w3c-xmlserializer"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/domexception/-/domexception-1.0.1.tgz",
  24. "_shasum": "937442644ca6a31261ef36e3ec677fe805582c90",
  25. "_spec": "domexception@^1.0.1",
  26. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\jsdom",
  27. "author": {
  28. "name": "Domenic Denicola",
  29. "email": "d@domenic.me",
  30. "url": "https://domenic.me/"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/jsdom/domexception/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "webidl-conversions": "^4.0.2"
  38. },
  39. "deprecated": "Use your platform's native DOMException instead",
  40. "description": "An implementation of the DOMException class from browsers",
  41. "devDependencies": {
  42. "eslint": "^4.3.0",
  43. "mkdirp": "^0.5.1",
  44. "mocha": "^3.5.0",
  45. "request": "^2.81.0",
  46. "webidl2js": "^7.2.0"
  47. },
  48. "files": [
  49. "lib/"
  50. ],
  51. "homepage": "https://github.com/jsdom/domexception#readme",
  52. "keywords": [
  53. "dom",
  54. "webidl",
  55. "web idl",
  56. "domexception",
  57. "error",
  58. "exception"
  59. ],
  60. "license": "MIT",
  61. "main": "lib/public-api.js",
  62. "name": "domexception",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/jsdom/domexception.git"
  66. },
  67. "scripts": {
  68. "lint": "eslint lib",
  69. "prepublish": "node scripts/generate.js",
  70. "pretest": "npm run prepublish",
  71. "test": "mocha"
  72. },
  73. "version": "1.0.1"
  74. }