package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "global@~4.4.0",
  3. "_id": "global@4.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==",
  6. "_location": "/global",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "global@~4.4.0",
  12. "name": "global",
  13. "escapedName": "global",
  14. "rawSpec": "~4.4.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~4.4.0"
  17. },
  18. "_requiredBy": [
  19. "/xhr"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/global/-/global-4.4.0.tgz",
  22. "_shasum": "3e7b105179006a323ed71aafca3e9c57a5cc6406",
  23. "_spec": "global@~4.4.0",
  24. "_where": "/data/wwwroot/qimall/node/node_modules/xhr",
  25. "author": {
  26. "name": "Raynos",
  27. "email": "raynos2@gmail.com"
  28. },
  29. "browser": {
  30. "min-document": false,
  31. "individual": false
  32. },
  33. "bugs": {
  34. "url": "https://github.com/Raynos/global/issues",
  35. "email": "raynos2@gmail.com"
  36. },
  37. "bundleDependencies": false,
  38. "contributors": [
  39. {
  40. "name": "Raynos"
  41. }
  42. ],
  43. "dependencies": {
  44. "min-document": "^2.19.0",
  45. "process": "^0.11.10"
  46. },
  47. "deprecated": false,
  48. "description": "Require global variables",
  49. "devDependencies": {
  50. "tape": "^2.12.0"
  51. },
  52. "homepage": "https://github.com/Raynos/global",
  53. "keywords": [],
  54. "license": "MIT",
  55. "main": "window.js",
  56. "name": "global",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/Raynos/global.git"
  60. },
  61. "scripts": {
  62. "build": "browserify test/index.js -o test/static/bundle.js",
  63. "test": "node ./test",
  64. "testem": "testem"
  65. },
  66. "testling": {
  67. "files": "test/index.js",
  68. "browsers": {
  69. "ie": [
  70. "8",
  71. "9",
  72. "10"
  73. ],
  74. "firefox": [
  75. "16",
  76. "17",
  77. "nightly"
  78. ],
  79. "chrome": [
  80. "22",
  81. "23",
  82. "canary"
  83. ],
  84. "opera": [
  85. "12",
  86. "next"
  87. ],
  88. "safari": [
  89. "5.1"
  90. ]
  91. }
  92. },
  93. "version": "4.4.0"
  94. }