102 lines
3.0 KiB
JSON
102 lines
3.0 KiB
JSON
|
{
|
||
|
"name": "es6-shim",
|
||
|
"version": "0.20.1",
|
||
|
"author": {
|
||
|
"name": "Paul Miller",
|
||
|
"url": "http://paulmillr.com"
|
||
|
},
|
||
|
"description": "ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines",
|
||
|
"keywords": [
|
||
|
"ecmascript",
|
||
|
"harmony",
|
||
|
"es6",
|
||
|
"shim",
|
||
|
"promise",
|
||
|
"promises",
|
||
|
"setPrototypeOf",
|
||
|
"map",
|
||
|
"set",
|
||
|
"__proto__"
|
||
|
],
|
||
|
"homepage": "https://github.com/paulmillr/es6-shim/",
|
||
|
"license": "MIT",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/paulmillr/es6-shim.git"
|
||
|
},
|
||
|
"main": "es6-shim",
|
||
|
"scripts": {
|
||
|
"test": "npm run test-shim && npm run test-sham",
|
||
|
"lint": "npm run lint-shim && npm run lint-sham",
|
||
|
"lint-shim": "jshint es6-shim.js test/*.js test/*/*.js && jscs es6-shim.js test/*.js test/*/*.js",
|
||
|
"lint-sham": "jshint es6-sham.js test-sham/*.js && jscs es6-sham.js test-sham/*.js",
|
||
|
"test-shim": "npm run lint-shim && mocha test/*.js test/*/*.js",
|
||
|
"test-sham": "npm run lint-sham && mocha test-sham/*.js",
|
||
|
"test-native": "jshint es6-shim.js && NO_ES6_SHIM=1 mocha test/*.js test/*/*.js",
|
||
|
"minify": "npm run minify-shim && npm run minify-sham",
|
||
|
"minify-shim": "uglifyjs es6-shim.js --comments --source-map=es6-shim.map -m -b ascii_only=true,beautify=false > es6-shim.min.js",
|
||
|
"minify-sham": "uglifyjs es6-sham.js --comments --source-map=es6-sham.map -m -b ascii_only=true,beautify=false > es6-sham.min.js",
|
||
|
"sauce": "grunt sauce"
|
||
|
},
|
||
|
"testling": {
|
||
|
"html": "testling.html",
|
||
|
"browsers": [
|
||
|
"iexplore/9.0..latest",
|
||
|
"firefox/10.0",
|
||
|
"firefox/17.0",
|
||
|
"firefox/22.0..latest",
|
||
|
"firefox/nightly",
|
||
|
"chrome/25.0..latest",
|
||
|
"chrome/canary",
|
||
|
"safari/5.0.5..latest",
|
||
|
"ipad/6.0..latest",
|
||
|
"iphone/6.0..latest",
|
||
|
"opera/12.0..latest",
|
||
|
"android-browser/4.2..latest"
|
||
|
]
|
||
|
},
|
||
|
"dependencies": {},
|
||
|
"devDependencies": {
|
||
|
"chai": "~1.9.2",
|
||
|
"es5-shim": "~4.0.3",
|
||
|
"grunt": "~0.4.5",
|
||
|
"grunt-contrib-connect": "~0.8.0",
|
||
|
"grunt-contrib-watch": "~0.6.1",
|
||
|
"grunt-saucelabs": "~8.3.2",
|
||
|
"jscs": "~1.7.3",
|
||
|
"jshint": "~2.5.6",
|
||
|
"mocha": "~2.0.1",
|
||
|
"promises-aplus-tests": "~2.1.0",
|
||
|
"promises-es6-tests": "~0.5.0",
|
||
|
"uglify-js": "~2.4.15"
|
||
|
},
|
||
|
"gitHead": "c70e0007f247e2db6c1bd967c1d7ed9809d2c8bf",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/paulmillr/es6-shim/issues"
|
||
|
},
|
||
|
"_id": "es6-shim@0.20.1",
|
||
|
"_shasum": "9f86fcece9b9c9af3133b3c9db795e44a20499a4",
|
||
|
"_from": "es6-shim@",
|
||
|
"_npmVersion": "1.4.28",
|
||
|
"_npmUser": {
|
||
|
"name": "ljharb",
|
||
|
"email": "ljharb@gmail.com"
|
||
|
},
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "paulmillr",
|
||
|
"email": "paul@paulmillr.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "ljharb",
|
||
|
"email": "ljharb@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"dist": {
|
||
|
"shasum": "9f86fcece9b9c9af3133b3c9db795e44a20499a4",
|
||
|
"tarball": "http://registry.npmjs.org/es6-shim/-/es6-shim-0.20.1.tgz"
|
||
|
},
|
||
|
"directories": {},
|
||
|
"_resolved": "https://registry.npmjs.org/es6-shim/-/es6-shim-0.20.1.tgz"
|
||
|
}
|