Blame view

node_modules/browserslist/package.json 3.05 KB
aaac7fed   liuqimichale   add
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
  {
    "_args": [
      [
        "browserslist@2.11.3",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "browserslist@2.11.3",
    "_id": "browserslist@2.11.3",
    "_inBundle": false,
    "_integrity": "sha1-/jYWeu0bvN5IJ+v+cTR6LMcLmbI=",
    "_location": "/browserslist",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "browserslist@2.11.3",
      "name": "browserslist",
      "escapedName": "browserslist",
      "rawSpec": "2.11.3",
      "saveSpec": null,
      "fetchSpec": "2.11.3"
    },
    "_requiredBy": [
      "/autoprefixer"
    ],
    "_resolved": "http://registry.npm.taobao.org/browserslist/download/browserslist-2.11.3.tgz",
    "_spec": "2.11.3",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Andrey Sitnik",
      "email": "andrey@sitnik.ru"
    },
    "bin": {
      "browserslist": "./cli.js"
    },
    "browser": {
      "./node.js": "./browser.js",
      "path": false
    },
    "bugs": {
      "url": "https://github.com/ai/browserslist/issues"
    },
    "dependencies": {
      "caniuse-lite": "^1.0.30000792",
      "electron-to-chromium": "^1.3.30"
    },
    "description": "Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset",
    "devDependencies": {
      "cross-spawn": "^5.1.0",
      "eslint": "^4.15.0",
      "eslint-ci": "^0.1.1",
      "eslint-config-logux": "^17.0.0",
      "eslint-config-standard": "^10.2.1",
      "eslint-plugin-es5": "^1.2.0",
      "eslint-plugin-import": "^2.8.0",
      "eslint-plugin-jest": "^21.6.2",
      "eslint-plugin-node": "^5.2.1",
      "eslint-plugin-promise": "^3.6.0",
      "eslint-plugin-security": "^1.4.0",
      "eslint-plugin-standard": "^3.0.1",
      "jest": "^22.0.6",
      "lint-staged": "^6.0.0",
      "pre-commit": "^1.1.3",
      "size-limit": "^0.14.0",
      "yaspeller-ci": "^1.0.0"
    },
    "eslintConfig": {
      "extends": "eslint-config-logux/browser",
      "rules": {
        "security/detect-unsafe-regex": "off",
        "global-require": "off"
      },
      "overrides": {
        "files": [
          "*.test.js"
        ],
        "rules": {
          "es5/no-arrow-functions": "off"
        }
      }
    },
    "homepage": "https://github.com/ai/browserslist#readme",
    "jest": {
      "testEnvironment": "node",
      "coverageThreshold": {
        "global": {
          "statements": 100
        }
      },
      "modulePathIgnorePatterns": [
        "<rootDir>/test/fixtures"
      ]
    },
    "keywords": [
      "caniuse",
      "browsers",
      "target"
    ],
    "license": "MIT",
    "lint-staged": {
      "*.md": "yaspeller-ci",
      "*.js": "eslint"
    },
    "name": "browserslist",
    "pre-commit": [
      "lint-staged"
    ],
    "repository": {
      "type": "git",
      "url": "git+https://github.com/ai/browserslist.git"
    },
    "scripts": {
      "lint": "eslint-ci *.js test/*.js __mocks__/*.js",
      "lint-staged": "lint-staged",
      "spellcheck": "yaspeller-ci README.md CHANGELOG.md",
      "test": "jest --coverage && yarn lint && yarn spellcheck && size-limit"
    },
    "size-limit": [
      {
        "path": "index.js",
        "limit": "160 KB"
      }
    ],
    "version": "2.11.3"
  }