Version 1
[yaffs-website] / node_modules / es5-shim / package.json
diff --git a/node_modules/es5-shim/package.json b/node_modules/es5-shim/package.json
new file mode 100644 (file)
index 0000000..4119ab8
--- /dev/null
@@ -0,0 +1,158 @@
+{
+  "_args": [
+    [
+      "es5-shim@^4.5.1",
+      "/var/www/yaffs/node_modules/videojs-ie8"
+    ]
+  ],
+  "_from": "es5-shim@>=4.5.1 <5.0.0",
+  "_id": "es5-shim@4.5.9",
+  "_inCache": true,
+  "_installable": true,
+  "_location": "/es5-shim",
+  "_nodeVersion": "6.2.1",
+  "_npmOperationalInternal": {
+    "host": "packages-12-west.internal.npmjs.com",
+    "tmp": "tmp/es5-shim-4.5.9.tgz_1465840965445_0.8894780746195465"
+  },
+  "_npmUser": {
+    "email": "ljharb@gmail.com",
+    "name": "ljharb"
+  },
+  "_npmVersion": "3.9.3",
+  "_phantomChildren": {},
+  "_requested": {
+    "name": "es5-shim",
+    "raw": "es5-shim@^4.5.1",
+    "rawSpec": "^4.5.1",
+    "scope": null,
+    "spec": ">=4.5.1 <5.0.0",
+    "type": "range"
+  },
+  "_requiredBy": [
+    "/videojs-ie8"
+  ],
+  "_resolved": "https://registry.npmjs.org/es5-shim/-/es5-shim-4.5.9.tgz",
+  "_shasum": "2a1e2b9e583ff5fed0c20a3ee2cbf3f75230a5c0",
+  "_shrinkwrap": null,
+  "_spec": "es5-shim@^4.5.1",
+  "_where": "/var/www/yaffs/node_modules/videojs-ie8",
+  "bugs": {
+    "url": "http://github.com/es-shims/es5-shim/issues"
+  },
+  "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/"
+    }
+  ],
+  "dependencies": {},
+  "description": "ECMAScript 5 compatibility shims for legacy JavaScript engines",
+  "devDependencies": {
+    "@ljharb/eslint-config": "^5.0.0",
+    "concurrently": "^2.1.0",
+    "eslint": "^2.12.0",
+    "jasmine-node": "^1.14.5",
+    "jscs": "^3.0.4",
+    "replace": "^0.3.0",
+    "semver": "^5.1.0",
+    "uglify-js": "^2.6.2"
+  },
+  "directories": {},
+  "dist": {
+    "shasum": "2a1e2b9e583ff5fed0c20a3ee2cbf3f75230a5c0",
+    "tarball": "https://registry.npmjs.org/es5-shim/-/es5-shim-4.5.9.tgz"
+  },
+  "engines": {
+    "node": ">=0.4.0"
+  },
+  "gitHead": "30ebdda82ed0d8f42b05785debf1e7ee066c3507",
+  "homepage": "http://github.com/es-shims/es5-shim/",
+  "keywords": [
+    "ecmascript",
+    "es5",
+    "es5 shim",
+    "javascript",
+    "polyfill",
+    "shim"
+  ],
+  "license": "MIT",
+  "main": "es5-shim.js",
+  "maintainers": [
+    {
+      "name": "kriskowal",
+      "email": "kris.kowal@cixar.com"
+    },
+    {
+      "name": "gozala",
+      "email": "rfobic@gmail.com"
+    },
+    {
+      "name": "ljharb",
+      "email": "ljharb@gmail.com"
+    }
+  ],
+  "name": "es5-shim",
+  "optionalDependencies": {},
+  "readme": "ERROR: No README data found!",
+  "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": "concurrently --raw 'npm run --silent jscs' 'npm run --silent eslint'",
+    "minify": "concurrently --raw 'npm run --silent minify-shim' 'npm run --silent minify-sham'",
+    "minify-sham": "uglifyjs es5-sham.js --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 --keep-fnames --comments --source-map=es5-shim.map -m -b ascii_only=true,beautify=false > es5-shim.min.js",
+    "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": [
+      "android-browser/4.2",
+      "chrome/25.0..latest",
+      "chrome/4.0..10.0",
+      "chrome/canary",
+      "firefox/18.0..latest",
+      "firefox/3.0..6.0",
+      "firefox/nightly",
+      "iexplore/6.0..latest",
+      "ipad/6.0..latest",
+      "iphone/6.0..latest",
+      "opera/10.0..latest",
+      "opera/next",
+      "safari/4.0..latest"
+    ]
+  },
+  "version": "4.5.9"
+}