2016-02-29 04:30:00 +03:00
|
|
|
{
|
|
|
|
"name": "proxy-polyfill",
|
|
|
|
"homepage": "https://github.com/GoogleChrome/proxy-polyfill",
|
|
|
|
"authors": [
|
|
|
|
"The Chromium Authors"
|
|
|
|
],
|
|
|
|
"description": "Polyfill for the Proxy object",
|
|
|
|
"main": "proxy.min.js",
|
|
|
|
"moduleType": [
|
|
|
|
"amd",
|
|
|
|
"globals",
|
|
|
|
"node"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"polyfill",
|
|
|
|
"html5",
|
|
|
|
"proxy",
|
|
|
|
"es6"
|
|
|
|
],
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"test",
|
|
|
|
"tests"
|
2016-02-29 11:31:48 +03:00
|
|
|
],
|
|
|
|
"devDependencies": {
|
|
|
|
"mocha": "",
|
|
|
|
"chai": ""
|
|
|
|
}
|
2016-02-29 04:30:00 +03:00
|
|
|
}
|