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. ],
  21. "_resolved": "https://registry.npmmirror.com/min-document/-/min-document-2.19.0.tgz",
  22. "_shasum": "7bd282e3f5842ed295bb748cdd9f1ffa2c824685",
  23. "_spec": "min-document@^2.19.0",
  24. "_where": "/data/wwwroot/qimall/node/node_modules/global",
  25. "author": {
  26. "name": "Raynos",
  27. "email": "raynos2@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/Raynos/min-document/issues",
  31. "email": "raynos2@gmail.com"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Raynos"
  37. }
  38. ],
  39. "dependencies": {
  40. "dom-walk": "^0.1.0"
  41. },
  42. "deprecated": false,
  43. "description": "A minimal DOM implementation",
  44. "devDependencies": {
  45. "run-browser": "git://github.com/Raynos/run-browser.git",
  46. "tap-dot": "^0.2.1",
  47. "tap-spec": "^0.1.8",
  48. "tape": "^2.12.3"
  49. },
  50. "homepage": "https://github.com/Raynos/min-document",
  51. "keywords": [],
  52. "licenses": [
  53. {
  54. "type": "MIT",
  55. "url": "http://github.com/Raynos/min-document/raw/master/LICENSE"
  56. }
  57. ],
  58. "main": "index",
  59. "name": "min-document",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/Raynos/min-document.git"
  63. },
  64. "scripts": {
  65. "browser": "run-browser test/index.js",
  66. "cover": "istanbul cover --report none --print detail ./test/index.js",
  67. "dot": "node ./test/index.js | tap-dot",
  68. "phantom": "run-browser test/index.js -b | tap-spec",
  69. "test": "node ./test/index.js | tap-spec",
  70. "view-cover": "istanbul report html && google-chrome ./coverage/index.html"
  71. },
  72. "testling": {
  73. "files": "test/index.js",
  74. "browsers": [
  75. "ie/8..latest",
  76. "firefox/16..latest",
  77. "firefox/nightly",
  78. "chrome/22..latest",
  79. "chrome/canary",
  80. "opera/12..latest",
  81. "opera/next",
  82. "safari/5.1..latest",
  83. "ipad/6.0..latest",
  84. "iphone/6.0..latest",
  85. "android-browser/4.2..latest"
  86. ]
  87. },
  88. "version": "2.19.0"
  89. }