package.json 1.8 KB

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