UNPKG

proxy-polyfill

Version:
35 lines (34 loc) 817 B
{ "name": "proxy-polyfill", "version": "0.3.2", "description": "Polyfill for the Proxy object", "main": "proxy.min.js", "module": "./src/index.js", "jsnext:main": "./src/index.js", "repository": { "type": "git", "url": "git+https://github.com/GoogleChrome/proxy-polyfill.git" }, "keywords": [ "polyfill", "html5", "proxy", "es6" ], "author": "The Chromium Authors", "license": "Apache-2.0", "bugs": { "url": "https://github.com/GoogleChrome/proxy-polyfill/issues" }, "homepage": "https://github.com/GoogleChrome/proxy-polyfill#readme", "devDependencies": { "chai": "^4.2.0", "google-closure-compiler": "^20200204.0.0", "mocha": "^7.0.1" }, "scripts": { "build": "node build.js", "pretest": "npm run build", "test": "mocha" } }