UNPKG

@extendscript/aes.patch.bundle.es6

Version:

A collection of polyfills to bring ExtendScript to ES6 standards.

41 lines (40 loc) 1.35 kB
{ "name": "@extendscript/aes.patch.bundle.es6", "version": "2.0.0", "description": "A collection of polyfills to bring ExtendScript to ES6 standards.", "main": "es6.js", "scripts": { "node-env": "curl https://raw.githubusercontent.com/ES-Collection/build-node-venv/master/build-node-venv.sh > ./.bnv.sh && chmod +x ./.bnv.sh && ./.bnv.sh && rm ./.bnv.sh", "prepublishOnly": "npm config set scope extendscript", "test": "node ./test/test.js", "bundle": "exsbundlr --missing -i ./bundle.es6.js -o ./es6.js" }, "repository": { "type": "git", "url": "git+https://github.com/ExtendScript/extendscript-modules.git" }, "keywords": [ "extendscript", "polyfill", "shim", "es6" ], "contributors": [ "extendscript.org" ], "license": "MIT", "bugs": { "url": "https://github.com/ExtendScript/extendscript-modules/issues" }, "homepage": "https://github.com/ExtendScript/extendscript-modules#readme", "devDependencies": { "build-node-venv": "^1.0.3", "minimist": "^1.2.0", "@extendscript/tap-es": ">=1.0.5", "@extendscript/aes.patch.bundle.es5": ">=2.0.2", "@extendscript/aes.patch.array.from": ">=2.0.0", "@extendscript/aes.patch.object.assign": ">=2.0.0", "@extendscript/aes.patch.number.isfinite": ">=2.0.0", "extendscript-bundlr": "^0.4.0" } }