Blame view

node_modules/es5-shim/package.json 3.63 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
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
  {
    "_from": "es5-shim@^4.5.1",
    "_id": "es5-shim@4.5.12",
    "_inBundle": false,
    "_integrity": "sha1-UIwT3aHIfdPfG1DmnnuWuCFJtkk=",
    "_location": "/es5-shim",
    "_phantomChildren": {},
    "_requested": {
      "type": "range",
      "registry": true,
      "raw": "es5-shim@^4.5.1",
      "name": "es5-shim",
      "escapedName": "es5-shim",
      "rawSpec": "^4.5.1",
      "saveSpec": null,
      "fetchSpec": "^4.5.1"
    },
    "_requiredBy": [
      "/videojs-ie8"
    ],
    "_resolved": "http://registry.npm.taobao.org/es5-shim/download/es5-shim-4.5.12.tgz",
    "_shasum": "508c13dda1c87dd3df1b50e69e7b96b82149b649",
    "_spec": "es5-shim@^4.5.1",
    "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/videojs-ie8",
    "bugs": {
      "url": "http://github.com/es-shims/es5-shim/issues"
    },
    "bundleDependencies": false,
    "contributors": [
      {
        "name": "Kris Kowal",
        "email": "kris@cixar.com",
        "url": "http://github.com/kriskowal/"
      },
      {
        "name": "Sami Samhuri",
        "email": "sami.samhuri@gmail.com",
        "url": "http://samhuri.net/"
      },
      {
        "name": "Florian Schäfer",
        "email": "florian.schaefer@gmail.com",
        "url": "http://github.com/fschaefer"
      },
      {
        "name": "Irakli Gozalishvili",
        "email": "rfobic@gmail.com",
        "url": "http://jeditoolkit.com"
      },
      {
        "name": "Kit Cambridge",
        "email": "kitcambridge@gmail.com",
        "url": "http://kitcambridge.github.com"
      },
      {
        "name": "Jordan Harband",
        "email": "ljharb@gmail.com",
        "url": "https://github.com/ljharb/"
      }
    ],
    "deprecated": false,
    "description": "ECMAScript 5 compatibility shims for legacy JavaScript engines",
    "devDependencies": {
      "@ljharb/eslint-config": "^13.0.0",
      "eslint": "^5.5.0",
      "jasmine-node": "^1.13.1",
      "jscs": "^3.0.7",
      "replace": "^1.0.0",
      "semver": "^5.5.1",
      "uglify-js": "2.7.3"
    },
    "engines": {
      "node": ">=0.4.0"
    },
    "greenkeeper": {
      "ignore": [
        "uglify-js"
      ]
    },
    "homepage": "http://github.com/es-shims/es5-shim/",
    "keywords": [
      "shim",
      "es5",
      "es5 shim",
      "javascript",
      "ecmascript",
      "polyfill"
    ],
    "license": "MIT",
    "main": "es5-shim.js",
    "name": "es5-shim",
    "repository": {
      "type": "git",
      "url": "git+ssh://git@github.com/es-shims/es5-shim.git"
    },
    "scripts": {
      "eslint": "eslint tests/helpers/*.js tests/spec/*.js es5-shim.js es5-sham.js",
      "jscs": "jscs tests/helpers/*.js tests/spec/*.js es5-shim.js es5-sham.js",
      "lint": "npm run --silent jscs && npm run --silent eslint",
      "minify": "npm run --silent minify-shim && npm run --silent minify-sham",
      "minify-sham": "uglifyjs es5-sham.js --support-ie8 --keep-fnames --comments --source-map=es5-sham.map -m -b ascii_only=true,beautify=false > es5-sham.min.js",
      "minify-shim": "uglifyjs es5-shim.js --support-ie8 --keep-fnames --comments --source-map=es5-shim.map -m -b ascii_only=true,beautify=false | sed 's/0xde0b6b3a7640080/1000000000000000128/' > es5-shim.min.js",
      "prepublish": "npm run minify",
      "pretest": "npm run --silent lint",
      "test": "npm run --silent tests-only",
      "test-native": "jasmine-node --matchall tests/spec/",
      "tests-only": "jasmine-node --matchall ./ tests/spec/"
    },
    "testling": {
      "browsers": [
        "iexplore/6.0..latest",
        "firefox/3.0..6.0",
        "firefox/18.0..latest",
        "firefox/nightly",
        "chrome/4.0..10.0",
        "chrome/25.0..latest",
        "chrome/canary",
        "opera/10.0..latest",
        "opera/next",
        "safari/4.0..latest",
        "ipad/6.0..latest",
        "iphone/6.0..latest",
        "android-browser/4.2"
      ]
    },
    "version": "4.5.12"
  }