You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
1.8 KiB

  1. {
  2. "_from": "webidl-conversions@^6.1.0",
  3. "_id": "webidl-conversions@6.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==",
  6. "_location": "/webidl-conversions",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "webidl-conversions@^6.1.0",
  12. "name": "webidl-conversions",
  13. "escapedName": "webidl-conversions",
  14. "rawSpec": "^6.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.1.0"
  17. },
  18. "_requiredBy": [
  19. "/jsdom",
  20. "/whatwg-url"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",
  23. "_shasum": "9111b4d7ea80acd40f5270d666621afa78b69514",
  24. "_spec": "webidl-conversions@^6.1.0",
  25. "_where": "/home/alpcentaur/ProjektA/PermApp/node_modules/jsdom",
  26. "author": {
  27. "name": "Domenic Denicola",
  28. "email": "d@domenic.me",
  29. "url": "https://domenic.me/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jsdom/webidl-conversions/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Implements the WebIDL algorithms for converting to and from JavaScript values",
  37. "devDependencies": {
  38. "eslint": "^6.8.0",
  39. "mocha": "^7.1.1",
  40. "nyc": "^15.0.0"
  41. },
  42. "engines": {
  43. "node": ">=10.4"
  44. },
  45. "files": [
  46. "lib/"
  47. ],
  48. "homepage": "https://github.com/jsdom/webidl-conversions#readme",
  49. "keywords": [
  50. "webidl",
  51. "web",
  52. "types"
  53. ],
  54. "license": "BSD-2-Clause",
  55. "main": "lib/index.js",
  56. "name": "webidl-conversions",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/jsdom/webidl-conversions.git"
  60. },
  61. "scripts": {
  62. "coverage": "nyc mocha test/*.js",
  63. "lint": "eslint .",
  64. "test": "mocha test/*.js"
  65. },
  66. "version": "6.1.0"
  67. }