Blame view

node_modules/global/package.json 2.07 KB
2a09d1a4   liuqimichale   添加宜春 天水 宣化
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
  {
    "_from": "global@4.3.2",
    "_id": "global@4.3.2",
    "_inBundle": false,
    "_integrity": "sha1-52mJJopsdMOJCLEwWxD8DjlOnQ8=",
    "_location": "/global",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "global@4.3.2",
      "name": "global",
      "escapedName": "global",
      "rawSpec": "4.3.2",
      "saveSpec": null,
      "fetchSpec": "4.3.2"
    },
    "_requiredBy": [
      "/video.js",
      "/videojs-contrib-hls",
      "/videojs-contrib-media-sources",
      "/videojs-flash",
      "/videojs-vtt.js",
      "/xhr"
    ],
    "_resolved": "http://registry.npm.taobao.org/global/download/global-4.3.2.tgz",
    "_shasum": "e76989268a6c74c38908b1305b10fc0e394e9d0f",
    "_spec": "global@4.3.2",
    "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/video.js",
    "author": {
      "name": "Raynos",
      "email": "raynos2@gmail.com"
    },
    "browser": {
      "min-document": false,
      "individual": false
    },
    "bugs": {
      "url": "https://github.com/Raynos/global/issues",
      "email": "raynos2@gmail.com"
    },
    "bundleDependencies": false,
    "contributors": [
      {
        "name": "Raynos"
      }
    ],
    "dependencies": {
      "min-document": "^2.19.0",
      "process": "~0.5.1"
    },
    "deprecated": false,
    "description": "Require global variables",
    "devDependencies": {
      "tape": "^2.12.0"
    },
    "homepage": "https://github.com/Raynos/global",
    "keywords": [],
    "license": "MIT",
    "main": "window.js",
    "name": "global",
    "repository": {
      "type": "git",
      "url": "git://github.com/Raynos/global.git"
    },
    "scripts": {
      "build": "browserify test/index.js -o test/static/bundle.js",
      "test": "node ./test",
      "testem": "testem"
    },
    "testling": {
      "files": "test/index.js",
      "browsers": {
        "ie": [
          "8",
          "9",
          "10"
        ],
        "firefox": [
          "16",
          "17",
          "nightly"
        ],
        "chrome": [
          "22",
          "23",
          "canary"
        ],
        "opera": [
          "12",
          "next"
        ],
        "safari": [
          "5.1"
        ]
      }
    },
    "version": "4.3.2"
  }