package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "webidl-conversions@^7.0.0",
  3. "_id": "webidl-conversions@7.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
  6. "_location": "/webidl-conversions",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "webidl-conversions@^7.0.0",
  12. "name": "webidl-conversions",
  13. "escapedName": "webidl-conversions",
  14. "rawSpec": "^7.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.0.0"
  17. },
  18. "_requiredBy": [
  19. "/whatwg-url"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
  22. "_scripts_comments": {
  23. "test-no-sab": "Node.js internals are broken by deleting SharedArrayBuffer if you run tests on the main thread. Using Mocha's parallel mode avoids this."
  24. },
  25. "_shasum": "256b4e1882be7debbf01d05f0aa2039778ea080a",
  26. "_spec": "webidl-conversions@^7.0.0",
  27. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\whatwg-url",
  28. "author": {
  29. "name": "Domenic Denicola",
  30. "email": "d@domenic.me",
  31. "url": "https://domenic.me/"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/jsdom/webidl-conversions/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "Implements the WebIDL algorithms for converting to and from JavaScript values",
  39. "devDependencies": {
  40. "@domenic/eslint-config": "^1.3.0",
  41. "eslint": "^7.32.0",
  42. "mocha": "^9.1.1",
  43. "nyc": "^15.1.0"
  44. },
  45. "engines": {
  46. "node": ">=12"
  47. },
  48. "files": [
  49. "lib/"
  50. ],
  51. "homepage": "https://github.com/jsdom/webidl-conversions#readme",
  52. "keywords": [
  53. "webidl",
  54. "web",
  55. "types"
  56. ],
  57. "license": "BSD-2-Clause",
  58. "main": "lib/index.js",
  59. "name": "webidl-conversions",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/jsdom/webidl-conversions.git"
  63. },
  64. "scripts": {
  65. "coverage": "nyc mocha test/*.js",
  66. "lint": "eslint .",
  67. "test": "mocha test/*.js",
  68. "test-no-sab": "mocha --parallel --jobs 2 --require test/helpers/delete-sab.js test/*.js"
  69. },
  70. "version": "7.0.0"
  71. }