132 lines
3.6 KiB
JSON
132 lines
3.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"es5-shim@4.6.7",
|
|
"D:\\林谷智能项目\\yanchengPowerSupply"
|
|
]
|
|
],
|
|
"_from": "es5-shim@4.6.7",
|
|
"_id": "es5-shim@4.6.7",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-jg21/dmlrNQI7JyyA2w7n+yifSxBng0ZralnSfVZjoCawgNTCnS+yBCyVM9DL5itm7SUnDGgv7hcq2XCZX4iRQ==",
|
|
"_location": "/es5-shim",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "es5-shim@4.6.7",
|
|
"name": "es5-shim",
|
|
"escapedName": "es5-shim",
|
|
"rawSpec": "4.6.7",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.6.7"
|
|
},
|
|
"_requiredBy": [
|
|
"/videojs-ie8"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/es5-shim/-/es5-shim-4.6.7.tgz",
|
|
"_spec": "4.6.7",
|
|
"_where": "D:\\林谷智能项目\\yanchengPowerSupply",
|
|
"bugs": {
|
|
"url": "https://github.com/es-shims/es5-shim/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Kris Kowal",
|
|
"email": "kris@cixar.com",
|
|
"url": "https://github.com/kriskowal/"
|
|
},
|
|
{
|
|
"name": "Sami Samhuri",
|
|
"email": "sami.samhuri@gmail.com",
|
|
"url": "https://samhuri.net/"
|
|
},
|
|
{
|
|
"name": "Florian Schäfer",
|
|
"email": "florian.schaefer@gmail.com",
|
|
"url": "https://github.com/fschaefer"
|
|
},
|
|
{
|
|
"name": "Irakli Gozalishvili",
|
|
"email": "rfobic@gmail.com",
|
|
"url": "https://gozala.io"
|
|
},
|
|
{
|
|
"name": "Kit Cambridge",
|
|
"email": "kitcambridge@gmail.com",
|
|
"url": "https://github.com/kitcambridge"
|
|
},
|
|
{
|
|
"name": "Jordan Harband",
|
|
"email": "ljharb@gmail.com",
|
|
"url": "https://github.com/ljharb/"
|
|
}
|
|
],
|
|
"description": "ECMAScript 5 compatibility shims for legacy JavaScript engines",
|
|
"devDependencies": {
|
|
"@ljharb/eslint-config": "^21.0.0",
|
|
"aud": "^2.0.0",
|
|
"eslint": "=8.8.0",
|
|
"in-publish": "^2.0.1",
|
|
"jasmine-node": "^1.16.2",
|
|
"nyc": "^10.3.2",
|
|
"safe-publish-latest": "^2.0.0",
|
|
"uglify-js": "2.7.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
},
|
|
"greenkeeper": {
|
|
"ignore": [
|
|
"uglify-js"
|
|
]
|
|
},
|
|
"homepage": "https://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+https://github.com/es-shims/es5-shim.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "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",
|
|
"posttest": "aud --production",
|
|
"prepublish": "not-in-publish || npm run prepublishOnly",
|
|
"prepublishOnly": "safe-publish-latest && npm run minify",
|
|
"pretest": "npm run --silent lint",
|
|
"test": "npm run tests-only",
|
|
"tests-native": "jasmine-node --matchall tests/helpers/ tests/spec/",
|
|
"tests-only": "nyc jasmine-node --matchall es5-sh*m.js tests/helpers/ 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.6.7"
|
|
}
|