UNPKG

4.93 kBJSONView Raw
1{
2 "name": "es-abstract",
3 "version": "1.23.3",
4 "author": {
5 "name": "Jordan Harband",
6 "email": "ljharb@gmail.com",
7 "url": "http://ljharb.codes"
8 },
9 "funding": {
10 "url": "https://github.com/sponsors/ljharb"
11 },
12 "contributors": [
13 {
14 "name": "Jordan Harband",
15 "email": "ljharb@gmail.com",
16 "url": "http://ljharb.codes"
17 }
18 ],
19 "description": "ECMAScript spec abstract operations.",
20 "license": "MIT",
21 "main": "index.js",
22 "browser": {
23 "worker_threads": false
24 },
25 "type": "commonjs",
26 "sideEffects": false,
27 "scripts": {
28 "spackled": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1",
29 "prespackle": "npm run --silent spackled | xargs rm || true",
30 "spackle": "node operations/spackle 1 && node operations/build-unicode.mjs",
31 "postspackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs git add",
32 "prepack": "npmignore --auto --commentLines=autogenerated",
33 "prepublish": "not-in-publish || npm run prepublishOnly",
34 "prepublishOnly": "safe-publish-latest && npm run spackle",
35 "pretest": "npm run lint",
36 "test": "npm run tests-only && npm run test:ses",
37 "test:ses": "node test/ses-compat",
38 "posttest": "aud --production",
39 "tests-only": "nyc node --stack-size=5120 test",
40 "lint": "eslint .",
41 "eccheck": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')"
42 },
43 "repository": {
44 "type": "git",
45 "url": "git://github.com/ljharb/es-abstract.git"
46 },
47 "keywords": [
48 "ECMAScript",
49 "ES",
50 "abstract",
51 "operation",
52 "abstract operation",
53 "JavaScript",
54 "ES5",
55 "ES6",
56 "ES7"
57 ],
58 "dependencies": {
59 "array-buffer-byte-length": "^1.0.1",
60 "arraybuffer.prototype.slice": "^1.0.3",
61 "available-typed-arrays": "^1.0.7",
62 "call-bind": "^1.0.7",
63 "data-view-buffer": "^1.0.1",
64 "data-view-byte-length": "^1.0.1",
65 "data-view-byte-offset": "^1.0.0",
66 "es-define-property": "^1.0.0",
67 "es-errors": "^1.3.0",
68 "es-object-atoms": "^1.0.0",
69 "es-set-tostringtag": "^2.0.3",
70 "es-to-primitive": "^1.2.1",
71 "function.prototype.name": "^1.1.6",
72 "get-intrinsic": "^1.2.4",
73 "get-symbol-description": "^1.0.2",
74 "globalthis": "^1.0.3",
75 "gopd": "^1.0.1",
76 "has-property-descriptors": "^1.0.2",
77 "has-proto": "^1.0.3",
78 "has-symbols": "^1.0.3",
79 "hasown": "^2.0.2",
80 "internal-slot": "^1.0.7",
81 "is-array-buffer": "^3.0.4",
82 "is-callable": "^1.2.7",
83 "is-data-view": "^1.0.1",
84 "is-negative-zero": "^2.0.3",
85 "is-regex": "^1.1.4",
86 "is-shared-array-buffer": "^1.0.3",
87 "is-string": "^1.0.7",
88 "is-typed-array": "^1.1.13",
89 "is-weakref": "^1.0.2",
90 "object-inspect": "^1.13.1",
91 "object-keys": "^1.1.1",
92 "object.assign": "^4.1.5",
93 "regexp.prototype.flags": "^1.5.2",
94 "safe-array-concat": "^1.1.2",
95 "safe-regex-test": "^1.0.3",
96 "string.prototype.trim": "^1.2.9",
97 "string.prototype.trimend": "^1.0.8",
98 "string.prototype.trimstart": "^1.0.8",
99 "typed-array-buffer": "^1.0.2",
100 "typed-array-byte-length": "^1.0.1",
101 "typed-array-byte-offset": "^1.0.2",
102 "typed-array-length": "^1.0.6",
103 "unbox-primitive": "^1.0.2",
104 "which-typed-array": "^1.1.15"
105 },
106 "devDependencies": {
107 "@ljharb/eslint-config": "^21.1.0",
108 "@unicode/unicode-15.0.0": "^1.5.2",
109 "array.from": "^1.1.6",
110 "array.prototype.filter": "^1.0.4",
111 "array.prototype.flatmap": "^1.3.2",
112 "array.prototype.indexof": "^1.0.7",
113 "aud": "^2.0.4",
114 "available-regexp-flags": "^1.0.4",
115 "cheerio": "=1.0.0-rc.3",
116 "define-accessor-property": "^1.0.0",
117 "define-data-property": "^1.1.4",
118 "diff": "^5.2.0",
119 "eclint": "^2.8.1",
120 "es-value-fixtures": "^1.4.2",
121 "eslint": "=8.8.0",
122 "for-each": "^0.3.3",
123 "function-bind": "^1.1.2",
124 "functions-have-names": "^1.2.3",
125 "glob": "=10.3.7",
126 "has-bigints": "^1.0.2",
127 "has-named-captures": "^1.0.0",
128 "has-strict-mode": "^1.0.1",
129 "in-publish": "^2.0.1",
130 "is-core-module": "^2.13.1",
131 "is-registered-symbol": "^1.0.1",
132 "jackspeak": "=2.1.1",
133 "make-arrow-function": "^1.2.0",
134 "make-async-function": "^1.0.0",
135 "make-async-generator-function": "^1.0.0",
136 "make-generator-function": "^2.0.0",
137 "mock-property": "^1.0.3",
138 "npmignore": "^0.3.1",
139 "nyc": "^10.3.2",
140 "object.fromentries": "^2.0.8",
141 "safe-bigint": "^1.1.0",
142 "safe-publish-latest": "^2.0.0",
143 "ses": "^0.18.8",
144 "tape": "^5.7.5"
145 },
146 "testling": {
147 "files": "test/index.js",
148 "browsers": [
149 "iexplore/6.0..latest",
150 "firefox/3.0..6.0",
151 "firefox/15.0..latest",
152 "firefox/nightly",
153 "chrome/4.0..10.0",
154 "chrome/20.0..latest",
155 "chrome/canary",
156 "opera/10.0..latest",
157 "opera/next",
158 "safari/4.0..latest",
159 "ipad/6.0..latest",
160 "iphone/6.0..latest",
161 "android-browser/4.2"
162 ]
163 },
164 "engines": {
165 "node": ">= 0.4"
166 },
167 "publishConfig": {
168 "ignore": [
169 ".github",
170 "",
171 "# dev scripts",
172 "operations/*.js",
173 "!operations/20*.js",
174 "",
175 "test/",
176 "",
177 ".gitattributes"
178 ]
179 }
180}