Blame view

node_modules/resolve-url/package.json 1.7 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
  {
    "_from": "resolve-url@^0.2.1",
    "_id": "resolve-url@0.2.1",
    "_inBundle": false,
    "_integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=",
    "_location": "/resolve-url",
    "_phantomChildren": {},
    "_requested": {
      "type": "range",
      "registry": true,
      "raw": "resolve-url@^0.2.1",
      "name": "resolve-url",
      "escapedName": "resolve-url",
      "rawSpec": "^0.2.1",
      "saveSpec": null,
      "fetchSpec": "^0.2.1"
    },
    "_requiredBy": [
      "/source-map-resolve"
    ],
    "_resolved": "http://registry.npm.taobao.org/resolve-url/download/resolve-url-0.2.1.tgz",
    "_shasum": "2c637fe77c893afd2a663fe21aa9080068e2052a",
    "_spec": "resolve-url@^0.2.1",
    "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/source-map-resolve",
    "author": {
      "name": "Simon Lydell"
    },
    "bugs": {
      "url": "https://github.com/lydell/resolve-url/issues"
    },
    "bundleDependencies": false,
    "deprecated": false,
    "description": "Like Node.js’ `path.resolve`/`url.resolve` for the browser.",
    "devDependencies": {
      "jshint": "~2.4.3",
      "tape": "~2.5.0",
      "testling": "~1.6.0"
    },
    "homepage": "https://github.com/lydell/resolve-url#readme",
    "keywords": [
      "resolve",
      "url"
    ],
    "license": "MIT",
    "main": "resolve-url.js",
    "name": "resolve-url",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/lydell/resolve-url.git"
    },
    "scripts": {
      "test": "jshint resolve-url.js test/ && testling -u"
    },
    "testling": {
      "files": "test/*.js",
      "browsers": [
        "ie/8..latest",
        "chrome/latest",
        "firefox/latest",
        "opera/12",
        "opera/latest",
        "safari/5",
        "iphone/6",
        "android-browser/4"
      ]
    },
    "version": "0.2.1"
  }