123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- {
- "_args": [
- [
- "es5-shim@4.6.7",
- "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
- ]
- ],
- "_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": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
- "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"
- }
|