Blame view

node_modules/caniuse-lite/package.json 1.77 KB
6a9ffbcc   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
  {
    "_from": "caniuse-lite@^1.0.30000805",
    "_id": "caniuse-lite@1.0.30000927",
    "_inBundle": false,
    "_integrity": "sha1-EUqd5P8eAfV5D+V47Nk0IcdSRmU=",
    "_location": "/caniuse-lite",
    "_phantomChildren": {},
    "_requested": {
      "type": "range",
      "registry": true,
      "raw": "caniuse-lite@^1.0.30000805",
      "name": "caniuse-lite",
      "escapedName": "caniuse-lite",
      "rawSpec": "^1.0.30000805",
      "saveSpec": null,
      "fetchSpec": "^1.0.30000805"
    },
    "_requiredBy": [
      "/autoprefixer",
      "/babel-preset-env/browserslist",
      "/browserslist"
    ],
    "_resolved": "http://registry.npm.taobao.org/caniuse-lite/download/caniuse-lite-1.0.30000927.tgz",
    "_shasum": "114a9de4ff1e01f5790fe578ecd93421c7524665",
    "_spec": "caniuse-lite@^1.0.30000805",
    "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/autoprefixer",
    "author": {
      "name": "Ben Briggs",
      "email": "beneb.info@gmail.com",
      "url": "http://beneb.info"
    },
    "bugs": {
      "url": "https://github.com/ben-eb/caniuse-lite/issues"
    },
    "bundleDependencies": false,
    "deprecated": false,
    "description": "A smaller version of caniuse-db, with only the essentials!",
    "files": [
      "data",
      "dist"
    ],
    "homepage": "https://github.com/ben-eb/caniuse-lite#readme",
    "keywords": [
      "support",
      "css",
      "js",
      "html5",
      "svg"
    ],
    "license": "CC-BY-4.0",
    "main": "dist/unpacker/index.js",
    "name": "caniuse-lite",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/ben-eb/caniuse-lite.git"
    },
    "scripts": {
      "prepublish": "del-cli dist && babel src/unpacker -d dist/unpacker && mkdir dist/lib && babel src/lib/statuses.js -o dist/lib/statuses.js && babel src/lib/supported.js -o dist/lib/supported.js"
    },
    "version": "1.0.30000927"
  }