welsonjs/node_modules/es5-shim/package.json
Namhyeon, Go 2922cd66ec rebuild with package manager
rebuild with package manager
2020-07-20 07:01:03 +09:00

125 lines
3.4 KiB
JSON

{
"_from": "es5-shim",
"_id": "es5-shim@4.5.14",
"_inBundle": false,
"_integrity": "sha512-7SwlpL+2JpymWTt8sNLuC2zdhhc+wrfe5cMPI2j0o6WsPdfAiPwmFy2f0AocPB4RQVBOZ9kNTgi5YF7TdhkvEg==",
"_location": "/es5-shim",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "es5-shim",
"name": "es5-shim",
"escapedName": "es5-shim",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/es5-shim/-/es5-shim-4.5.14.tgz",
"_shasum": "90009e1019d0ea327447cb523deaff8fe45697ef",
"_spec": "es5-shim",
"_where": "C:\\Users\\knh94\\Documents\\GitHub\\welsonjs",
"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": "^16.0.0",
"eslint": "^6.8.0",
"jasmine-node": "^1.16.2",
"safe-publish-latest": "^1.1.4",
"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": {
"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",
"prepublish": "safe-publish-latest && 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.14"
}