Blame view

node_modules/import-local/package.json 1.87 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": "import-local@^1.0.0",
    "_id": "import-local@1.0.0",
    "_inBundle": false,
    "_integrity": "sha1-Xk/9wD9P5sAJxnKb6yljHC+CJ7w=",
    "_location": "/import-local",
    "_phantomChildren": {},
    "_requested": {
      "type": "range",
      "registry": true,
      "raw": "import-local@^1.0.0",
      "name": "import-local",
      "escapedName": "import-local",
      "rawSpec": "^1.0.0",
      "saveSpec": null,
      "fetchSpec": "^1.0.0"
    },
    "_requiredBy": [
      "/webpack-dev-server"
    ],
    "_resolved": "http://registry.npm.taobao.org/import-local/download/import-local-1.0.0.tgz",
    "_shasum": "5e4ffdc03f4fe6c009c6729beb29631c2f8227bc",
    "_spec": "import-local@^1.0.0",
    "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/webpack-dev-server",
    "author": {
      "name": "Sindre Sorhus",
      "email": "sindresorhus@gmail.com",
      "url": "sindresorhus.com"
    },
    "bin": {
      "import-local-fixture": "fixtures/cli.js"
    },
    "bugs": {
      "url": "https://github.com/sindresorhus/import-local/issues"
    },
    "bundleDependencies": false,
    "dependencies": {
      "pkg-dir": "^2.0.0",
      "resolve-cwd": "^2.0.0"
    },
    "deprecated": false,
    "description": "Let a globally installed package use a locally installed version of itself if available",
    "devDependencies": {
      "ava": "*",
      "cpy": "^6.0.0",
      "del": "^3.0.0",
      "execa": "^0.8.0",
      "xo": "*"
    },
    "engines": {
      "node": ">=4"
    },
    "files": [
      "index.js",
      "fixtures/cli.js"
    ],
    "homepage": "https://github.com/sindresorhus/import-local#readme",
    "keywords": [
      "import",
      "local",
      "require",
      "resolve",
      "global",
      "version",
      "prefer",
      "cli"
    ],
    "license": "MIT",
    "name": "import-local",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/sindresorhus/import-local.git"
    },
    "scripts": {
      "test": "xo && ava"
    },
    "version": "1.0.0"
  }