UNPKG

autopolyfiller

Version:

Precise polyfills. Like Autoprefixer, but for JavaScript polyfills

74 lines (73 loc) 1.82 kB
{ "name": "autopolyfiller", "description": "Precise polyfills. Like Autoprefixer, but for JavaScript polyfills", "keywords": [ "polyfill", "polyfills", "dom", "ecmascript", "ecmascript5", "ecmascript6", "postprocessor" ], "version": "1.6.1", "author": "Mikhail Davydov <i@azproduction.ru>", "contributors": [ { "name": "Mikhail Davydov", "email": "i@azproduction.ru" } ], "repository": { "type": "git", "url": "git://github.com/azproduction/autopolyfiller.git" }, "engines": { "node": ">= 0.8.0" }, "dependencies": { "acorn": "~0.11.0", "autopolyfiller-stable": "~1.0.2", "browserslist": "~0.1.0", "commander": "~2.1.0", "debug": "~0.7.4", "globule": "0.2.0", "minimatch": "^2.0.7", "mkdirp": "~0.3.5", "node.extend": "~1.0.9", "semver": "~2.2.1" }, "devDependencies": { "benchmark": "*", "browserify": "*", "chai": "*", "codeclimate-test-reporter": "~0.0.3", "coveralls": "*", "glob": "~3.2.9", "grasp-equery": "~0.2.0", "husky": "~0.5.1", "istanbul": "~0.2.11", "jscs": "^1.13.1", "jshint": "^2.7.0", "mocha": "~2.2.4", "mocha-istanbul": "*", "mock-utf8-stream": "*", "uglify-js": "*" }, "bin": { "autopolyfiller": "./bin/autopolyfiller" }, "files": [ "bin/", "lib/", "index.js" ], "scripts": { "test": "npm run lint && mocha -R spec", "lint": "jshint . && jscs . ", "coverage": "istanbul cover node_modules/.bin/_mocha --report html -- -R spec", "coverage_push": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && cat ./coverage/lcov.info | codeclimate || true", "precommit": "npm test", "benchmark": "node ./benchmark/scan" } }