-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 2.44 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 2.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@extendscript/aes.patch.bundle.es5",
"version": "2.0.2",
"description": "A collection of ES5 polyfills for Exendscript.",
"main": "es5.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.es5.js -o ./es5.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ExtendScript/extendscript-modules.git"
},
"keywords": [
"extendscript",
"polyfill",
"shim",
"es5"
],
"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.array.every": "^2.0.0",
"@extendscript/aes.patch.array.filter": "^2.0.0",
"@extendscript/aes.patch.array.foreach": "^2.0.0",
"@extendscript/aes.patch.array.indexof": "^2.0.0",
"@extendscript/aes.patch.array.isarray": "^2.0.0",
"@extendscript/aes.patch.array.lastindexof": "^2.0.0",
"@extendscript/aes.patch.array.map": "^2.0.0",
"@extendscript/aes.patch.array.reduce": "^2.0.0",
"@extendscript/aes.patch.array.some": "^2.0.0",
"@extendscript/aes.patch.function.bind": "^2.0.0",
"@extendscript/aes.patch.object.create": "^2.0.0",
"@extendscript/aes.patch.object.defineproperties": "^2.0.0",
"@extendscript/aes.patch.object.defineproperty": "^2.0.0",
"@extendscript/aes.patch.object.freeze": "^2.0.0",
"@extendscript/aes.patch.object.getownpropertydescriptor": "^2.0.0",
"@extendscript/aes.patch.object.getownpropertynames": "^2.0.0",
"@extendscript/aes.patch.object.getprototypeof": "^2.0.0",
"@extendscript/aes.patch.object.isextensible": "^2.0.0",
"@extendscript/aes.patch.object.isfrozen": "^2.0.0",
"@extendscript/aes.patch.object.issealed": "^2.0.0",
"@extendscript/aes.patch.object.keys": "^2.0.0",
"@extendscript/aes.patch.object.preventextensions": "^2.0.0",
"@extendscript/aes.patch.object.seal": "^2.0.0",
"@extendscript/aes.patch.string.trim": "^3.0.0",
"extendscript-bundlr": "^0.4.0"
}
}