package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "min-document@^2.19.0",
  3. "_id": "min-document@2.19.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9Wy1B3m3f66bPPmU5hdA4DR4PB2OfDU/+GS3yAB7IQozE3tqXaVv2zOjgla7MEGSRv95+ILmOuvhLkOK6wJtCQ==",
  6. "_location": "/min-document",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "min-document@^2.19.0",
  12. "name": "min-document",
  13. "escapedName": "min-document",
  14. "rawSpec": "^2.19.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.19.0"
  17. },
  18. "_requiredBy": [
  19. "/global",
  20. "/videojs-flash/global"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/min-document/-/min-document-2.19.0.tgz",
  23. "_shasum": "7bd282e3f5842ed295bb748cdd9f1ffa2c824685",
  24. "_spec": "min-document@^2.19.0",
  25. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\global",
  26. "author": {
  27. "name": "Raynos",
  28. "email": "raynos2@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/Raynos/min-document/issues",
  32. "email": "raynos2@gmail.com"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Raynos"
  38. }
  39. ],
  40. "dependencies": {
  41. "dom-walk": "^0.1.0"
  42. },
  43. "deprecated": false,
  44. "description": "A minimal DOM implementation",
  45. "devDependencies": {
  46. "run-browser": "git://github.com/Raynos/run-browser.git",
  47. "tap-dot": "^0.2.1",
  48. "tap-spec": "^0.1.8",
  49. "tape": "^2.12.3"
  50. },
  51. "homepage": "https://github.com/Raynos/min-document",
  52. "keywords": [],
  53. "licenses": [
  54. {
  55. "type": "MIT",
  56. "url": "http://github.com/Raynos/min-document/raw/master/LICENSE"
  57. }
  58. ],
  59. "main": "index",
  60. "name": "min-document",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/Raynos/min-document.git"
  64. },
  65. "scripts": {
  66. "browser": "run-browser test/index.js",
  67. "cover": "istanbul cover --report none --print detail ./test/index.js",
  68. "dot": "node ./test/index.js | tap-dot",
  69. "phantom": "run-browser test/index.js -b | tap-spec",
  70. "test": "node ./test/index.js | tap-spec",
  71. "view-cover": "istanbul report html && google-chrome ./coverage/index.html"
  72. },
  73. "testling": {
  74. "files": "test/index.js",
  75. "browsers": [
  76. "ie/8..latest",
  77. "firefox/16..latest",
  78. "firefox/nightly",
  79. "chrome/22..latest",
  80. "chrome/canary",
  81. "opera/12..latest",
  82. "opera/next",
  83. "safari/5.1..latest",
  84. "ipad/6.0..latest",
  85. "iphone/6.0..latest",
  86. "android-browser/4.2..latest"
  87. ]
  88. },
  89. "version": "2.19.0"
  90. }