package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "webidl-conversions@3.0.1",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "webidl-conversions@3.0.1",
  10. "_id": "webidl-conversions@3.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
  13. "_location": "/webidl-conversions",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "webidl-conversions@3.0.1",
  19. "name": "webidl-conversions",
  20. "escapedName": "webidl-conversions",
  21. "rawSpec": "3.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.1"
  24. },
  25. "_requiredBy": [
  26. "/whatwg-url"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  29. "_spec": "3.0.1",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Domenic Denicola",
  33. "email": "d@domenic.me",
  34. "url": "https://domenic.me/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jsdom/webidl-conversions/issues"
  38. },
  39. "description": "Implements the WebIDL algorithms for converting to and from JavaScript values",
  40. "devDependencies": {
  41. "mocha": "^1.21.4"
  42. },
  43. "files": [
  44. "lib/"
  45. ],
  46. "homepage": "https://github.com/jsdom/webidl-conversions#readme",
  47. "keywords": [
  48. "webidl",
  49. "web",
  50. "types"
  51. ],
  52. "license": "BSD-2-Clause",
  53. "main": "lib/index.js",
  54. "name": "webidl-conversions",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/jsdom/webidl-conversions.git"
  58. },
  59. "scripts": {
  60. "test": "mocha test/*.js"
  61. },
  62. "version": "3.0.1"
  63. }