Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

package.json 2.4 KiB

il y a 3 ans
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "min-document@2.19.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "min-document@2.19.0",
  9. "_id": "min-document@2.19.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-e9KC4/WELtKVu3SM3Z8f+iyCRoU=",
  12. "_location": "/min-document",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "min-document@2.19.0",
  18. "name": "min-document",
  19. "escapedName": "min-document",
  20. "rawSpec": "2.19.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.19.0"
  23. },
  24. "_requiredBy": [
  25. "/global"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/min-document/-/min-document-2.19.0.tgz",
  28. "_spec": "2.19.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Raynos",
  32. "email": "raynos2@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/Raynos/min-document/issues",
  36. "email": "raynos2@gmail.com"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Raynos"
  41. }
  42. ],
  43. "dependencies": {
  44. "dom-walk": "^0.1.0"
  45. },
  46. "description": "A minimal DOM implementation",
  47. "devDependencies": {
  48. "run-browser": "git://github.com/Raynos/run-browser.git",
  49. "tap-dot": "^0.2.1",
  50. "tap-spec": "^0.1.8",
  51. "tape": "^2.12.3"
  52. },
  53. "homepage": "https://github.com/Raynos/min-document",
  54. "keywords": [],
  55. "licenses": [
  56. {
  57. "type": "MIT",
  58. "url": "http://github.com/Raynos/min-document/raw/master/LICENSE"
  59. }
  60. ],
  61. "main": "index",
  62. "name": "min-document",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/Raynos/min-document.git"
  66. },
  67. "scripts": {
  68. "browser": "run-browser test/index.js",
  69. "cover": "istanbul cover --report none --print detail ./test/index.js",
  70. "dot": "node ./test/index.js | tap-dot",
  71. "phantom": "run-browser test/index.js -b | tap-spec",
  72. "test": "node ./test/index.js | tap-spec",
  73. "view-cover": "istanbul report html && google-chrome ./coverage/index.html"
  74. },
  75. "testling": {
  76. "files": "test/index.js",
  77. "browsers": [
  78. "ie/8..latest",
  79. "firefox/16..latest",
  80. "firefox/nightly",
  81. "chrome/22..latest",
  82. "chrome/canary",
  83. "opera/12..latest",
  84. "opera/next",
  85. "safari/5.1..latest",
  86. "ipad/6.0..latest",
  87. "iphone/6.0..latest",
  88. "android-browser/4.2..latest"
  89. ]
  90. },
  91. "version": "2.19.0"
  92. }