All Downloads are FREE. Search and download functionalities are using the official Maven repository.

static.idm.libs.es5-shim-15.3.4.5.package.json Maven / Gradle / Ivy

There is a newer version: 6.8.1
Show newest version
{
  "name": "es5-shim",
  "version": "2.1.0",
  "description": "ES5 as implementable on previous engines",
  "homepage": "http://github.com/kriskowal/es5-shim/",
  "contributors": [
    "Kris Kowal  (http://github.com/kriskowal/)",
    "Sami Samhuri  (http://samhuri.net/)",
    "Florian Schäfer  (http://github.com/fschaefer)",
    "Irakli Gozalishvili  (http://jeditoolkit.com)",
    "Kit Cambridge  (http://kitcambridge.github.com)"
  ],
  "bugs": {
    "mail": "[email protected]",
    "url": "http://github.com/kriskowal/es5-shim/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/kriskowal/es5-shim/raw/master/LICENSE"
    }
  ],
  "main": "es5-shim.js",
  "repository": {
    "type": "git",
    "url": "http://github.com/kriskowal/es5-shim.git"
  },
  "scripts": {
    "minify": "uglifyjs es5-shim.js --source-map=es5-shim.map -b ascii_only=true,beautify=false > es5-shim.min.js; uglifyjs es5-sham.js --source-map=es5-sham.map -b ascii_only=true,beautify=false > es5-sham.min.js"
  },
  "engines": {
    "node": ">=0.2.0"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy