raptor-polyfill
Version:
Polyfills for various EcmaScript 5 and EcmaScript 6 methods distributed as CommonJS modules that can be require'd individually or as a whole.
30 lines (29 loc) • 886 B
JSON
{
"name": "raptor-polyfill",
"description": "Polyfills for various EcmaScript 5 and EcmaScript 6 methods distributed as CommonJS modules that can be require'd individually or as a whole.",
"keywords": [
"EcmaScript",
"polyfill",
"ES5",
"ES6"
],
"repository": {
"type": "git",
"url": "https://github.com/raptorjs/raptor-polyfill.git"
},
"scripts": {
"test": "node_modules/.bin/jshint array/ date/ function/ json/ object/ string/ *.js"
},
"author": "Patrick Steele-Idem <pnidem@gmail.com>",
"maintainers": "Patrick Steele-Idem <pnidem@gmail.com>",
"dependencies": {},
"devDependencies": {
"jshint": "~2.4.4"
},
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"main": "raptor-polyfill.js",
"version": "1.1.0"
}