package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "webidl-conversions@4.0.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "webidl-conversions@4.0.2",
  10. "_id": "webidl-conversions@4.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-qFWYCx8LazWbodXZ+zmulB+qY60=",
  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. "/data-urls/whatwg-url",
  27. "/domexception",
  28. "/jsdom",
  29. "/whatwg-url"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/webidl-conversions/download/webidl-conversions-4.0.2.tgz",
  32. "_spec": "4.0.2",
  33. "_where": "/Users/lihai/jolijoli/pad_spa",
  34. "author": {
  35. "name": "Domenic Denicola",
  36. "email": "d@domenic.me",
  37. "url": "https://domenic.me/"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/jsdom/webidl-conversions/issues"
  41. },
  42. "description": "Implements the WebIDL algorithms for converting to and from JavaScript values",
  43. "devDependencies": {
  44. "eslint": "^3.15.0",
  45. "mocha": "^1.21.4",
  46. "nyc": "^10.1.2"
  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. },
  69. "version": "4.0.2"
  70. }