Blame view

node_modules/xhr/package.json 1.83 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
  {
    "_from": "xhr@2.4.0",
    "_id": "xhr@2.4.0",
    "_inBundle": false,
    "_integrity": "sha1-4W5mpF+GmGHu76tBbV7/ci3ECZM=",
    "_location": "/xhr",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "xhr@2.4.0",
      "name": "xhr",
      "escapedName": "xhr",
      "rawSpec": "2.4.0",
      "saveSpec": null,
      "fetchSpec": "2.4.0"
    },
    "_requiredBy": [
      "/video.js"
    ],
    "_resolved": "http://registry.npm.taobao.org/xhr/download/xhr-2.4.0.tgz",
    "_shasum": "e16e66a45f869861eeefab416d5eff722dc40993",
    "_spec": "xhr@2.4.0",
    "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/video.js",
    "author": {
      "name": "Raynos",
      "email": "raynos2@gmail.com"
    },
    "bugs": {
      "url": "https://github.com/naugtur/xhr/issues",
      "email": "naugtur@gmail.com"
    },
    "bundleDependencies": false,
    "contributors": [
      {
        "name": "Jake Verbaten"
      },
      {
        "name": "Zbyszek Tenerowicz",
        "email": "naugtur@gmail.com"
      }
    ],
    "dependencies": {
      "global": "~4.3.0",
      "is-function": "^1.0.1",
      "parse-headers": "^2.0.0",
      "xtend": "^4.0.0"
    },
    "deprecated": false,
    "description": "small xhr abstraction",
    "devDependencies": {
      "for-each": "^0.3.2",
      "pre-commit": "1.0.10",
      "run-browser": "github:naugtur/run-browser",
      "tap-spec": "^4.0.2",
      "tape": "^4.0.0"
    },
    "homepage": "https://github.com/naugtur/xhr",
    "keywords": [
      "xhr",
      "http",
      "xmlhttprequest",
      "xhr2",
      "browserify"
    ],
    "license": "MIT",
    "main": "index",
    "name": "xhr",
    "repository": {
      "type": "git",
      "url": "git://github.com/naugtur/xhr.git"
    },
    "scripts": {
      "browser": "run-browser -m test/mock-server.js test/index.js",
      "test": "run-browser test/index.js -b -m test/mock-server.js | tap-spec"
    },
    "version": "2.4.0"
  }