package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "webidl-conversions@4.0.2",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "webidl-conversions@4.0.2",
  10. "_id": "webidl-conversions@4.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==",
  13. "_location": "/webidl-conversions",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "webidl-conversions@4.0.2",
  19. "name": "webidl-conversions",
  20. "escapedName": "webidl-conversions",
  21. "rawSpec": "4.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.2"
  24. },
  25. "_requiredBy": [
  26. "/domexception",
  27. "/jest-environment-jsdom/jsdom",
  28. "/jest-environment-jsdom/whatwg-url",
  29. "/jsdom",
  30. "/w3c-xmlserializer",
  31. "/whatwg-url"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz",
  34. "_spec": "4.0.2",
  35. "_where": "E:\\item\\newItem\\admin",
  36. "author": {
  37. "name": "Domenic Denicola",
  38. "email": "d@domenic.me",
  39. "url": "https://domenic.me/"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/jsdom/webidl-conversions/issues"
  43. },
  44. "description": "Implements the WebIDL algorithms for converting to and from JavaScript values",
  45. "devDependencies": {
  46. "eslint": "^3.15.0",
  47. "mocha": "^1.21.4",
  48. "nyc": "^10.1.2"
  49. },
  50. "files": [
  51. "lib/"
  52. ],
  53. "homepage": "https://github.com/jsdom/webidl-conversions#readme",
  54. "keywords": [
  55. "webidl",
  56. "web",
  57. "types"
  58. ],
  59. "license": "BSD-2-Clause",
  60. "main": "lib/index.js",
  61. "name": "webidl-conversions",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/jsdom/webidl-conversions.git"
  65. },
  66. "scripts": {
  67. "coverage": "nyc mocha test/*.js",
  68. "lint": "eslint .",
  69. "test": "mocha test/*.js"
  70. },
  71. "version": "4.0.2"
  72. }