{ "_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" }