| [9af201e] | 1 | {
|
|---|
| 2 | "name": "es-abstract",
|
|---|
| 3 | "version": "1.24.2",
|
|---|
| 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 --stack-size=5120 test/ses-compat",
|
|---|
| 38 | "posttest": "npx npm@'>= 10.2' audit --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.2",
|
|---|
| 60 | "arraybuffer.prototype.slice": "^1.0.4",
|
|---|
| 61 | "available-typed-arrays": "^1.0.7",
|
|---|
| 62 | "call-bind": "^1.0.8",
|
|---|
| 63 | "call-bound": "^1.0.4",
|
|---|
| 64 | "data-view-buffer": "^1.0.2",
|
|---|
| 65 | "data-view-byte-length": "^1.0.2",
|
|---|
| 66 | "data-view-byte-offset": "^1.0.1",
|
|---|
| 67 | "es-define-property": "^1.0.1",
|
|---|
| 68 | "es-errors": "^1.3.0",
|
|---|
| 69 | "es-object-atoms": "^1.1.1",
|
|---|
| 70 | "es-set-tostringtag": "^2.1.0",
|
|---|
| 71 | "es-to-primitive": "^1.3.0",
|
|---|
| 72 | "function.prototype.name": "^1.1.8",
|
|---|
| 73 | "get-intrinsic": "^1.3.0",
|
|---|
| 74 | "get-proto": "^1.0.1",
|
|---|
| 75 | "get-symbol-description": "^1.1.0",
|
|---|
| 76 | "globalthis": "^1.0.4",
|
|---|
| 77 | "gopd": "^1.2.0",
|
|---|
| 78 | "has-property-descriptors": "^1.0.2",
|
|---|
| 79 | "has-proto": "^1.2.0",
|
|---|
| 80 | "has-symbols": "^1.1.0",
|
|---|
| 81 | "hasown": "^2.0.2",
|
|---|
| 82 | "internal-slot": "^1.1.0",
|
|---|
| 83 | "is-array-buffer": "^3.0.5",
|
|---|
| 84 | "is-callable": "^1.2.7",
|
|---|
| 85 | "is-data-view": "^1.0.2",
|
|---|
| 86 | "is-negative-zero": "^2.0.3",
|
|---|
| 87 | "is-regex": "^1.2.1",
|
|---|
| 88 | "is-set": "^2.0.3",
|
|---|
| 89 | "is-shared-array-buffer": "^1.0.4",
|
|---|
| 90 | "is-string": "^1.1.1",
|
|---|
| 91 | "is-typed-array": "^1.1.15",
|
|---|
| 92 | "is-weakref": "^1.1.1",
|
|---|
| 93 | "math-intrinsics": "^1.1.0",
|
|---|
| 94 | "object-inspect": "^1.13.4",
|
|---|
| 95 | "object-keys": "^1.1.1",
|
|---|
| 96 | "object.assign": "^4.1.7",
|
|---|
| 97 | "own-keys": "^1.0.1",
|
|---|
| 98 | "regexp.prototype.flags": "^1.5.4",
|
|---|
| 99 | "safe-array-concat": "^1.1.3",
|
|---|
| 100 | "safe-push-apply": "^1.0.0",
|
|---|
| 101 | "safe-regex-test": "^1.1.0",
|
|---|
| 102 | "set-proto": "^1.0.0",
|
|---|
| 103 | "stop-iteration-iterator": "^1.1.0",
|
|---|
| 104 | "string.prototype.trim": "^1.2.10",
|
|---|
| 105 | "string.prototype.trimend": "^1.0.9",
|
|---|
| 106 | "string.prototype.trimstart": "^1.0.8",
|
|---|
| 107 | "typed-array-buffer": "^1.0.3",
|
|---|
| 108 | "typed-array-byte-length": "^1.0.3",
|
|---|
| 109 | "typed-array-byte-offset": "^1.0.4",
|
|---|
| 110 | "typed-array-length": "^1.0.7",
|
|---|
| 111 | "unbox-primitive": "^1.1.0",
|
|---|
| 112 | "which-typed-array": "^1.1.19"
|
|---|
| 113 | },
|
|---|
| 114 | "devDependencies": {
|
|---|
| 115 | "@ljharb/eslint-config": "^22.1.3",
|
|---|
| 116 | "@unicode/unicode-15.0.0": "^1.6.16",
|
|---|
| 117 | "array.from": "^1.1.6",
|
|---|
| 118 | "array.prototype.filter": "^1.0.4",
|
|---|
| 119 | "array.prototype.flatmap": "^1.3.3",
|
|---|
| 120 | "array.prototype.indexof": "^1.0.8",
|
|---|
| 121 | "available-regexp-flags": "^1.0.4",
|
|---|
| 122 | "cheerio": "=1.0.0-rc.3",
|
|---|
| 123 | "define-accessor-property": "^1.0.0",
|
|---|
| 124 | "define-data-property": "^1.1.4",
|
|---|
| 125 | "diff": "^7.0.0",
|
|---|
| 126 | "eclint": "^2.8.1",
|
|---|
| 127 | "es-value-fixtures": "^1.7.1",
|
|---|
| 128 | "eslint": "^9.39.2",
|
|---|
| 129 | "for-each": "^0.3.5",
|
|---|
| 130 | "function-bind": "^1.1.2",
|
|---|
| 131 | "functions-have-names": "^1.2.3",
|
|---|
| 132 | "glob": "^7.2.3",
|
|---|
| 133 | "has-bigints": "^1.1.0",
|
|---|
| 134 | "has-named-captures": "^1.0.0",
|
|---|
| 135 | "has-strict-mode": "^1.1.0",
|
|---|
| 136 | "in-publish": "^2.0.1",
|
|---|
| 137 | "is-bigint": "^1.1.0",
|
|---|
| 138 | "is-core-module": "^2.16.1",
|
|---|
| 139 | "jackspeak": "=2.1.1",
|
|---|
| 140 | "jiti": "^0.0.0",
|
|---|
| 141 | "make-async-function": "^1.0.0",
|
|---|
| 142 | "make-async-generator-function": "^1.0.0",
|
|---|
| 143 | "make-generator-function": "^2.1.0",
|
|---|
| 144 | "mock-property": "^1.1.0",
|
|---|
| 145 | "npmignore": "^0.3.5",
|
|---|
| 146 | "nyc": "^10.3.2",
|
|---|
| 147 | "object.fromentries": "^2.0.8",
|
|---|
| 148 | "safe-bigint": "^1.1.1",
|
|---|
| 149 | "safe-publish-latest": "^2.0.0",
|
|---|
| 150 | "ses": "^1.14.0",
|
|---|
| 151 | "tape": "^5.9.0"
|
|---|
| 152 | },
|
|---|
| 153 | "testling": {
|
|---|
| 154 | "files": "test/index.js",
|
|---|
| 155 | "browsers": [
|
|---|
| 156 | "iexplore/6.0..latest",
|
|---|
| 157 | "firefox/3.0..6.0",
|
|---|
| 158 | "firefox/15.0..latest",
|
|---|
| 159 | "firefox/nightly",
|
|---|
| 160 | "chrome/4.0..10.0",
|
|---|
| 161 | "chrome/20.0..latest",
|
|---|
| 162 | "chrome/canary",
|
|---|
| 163 | "opera/10.0..latest",
|
|---|
| 164 | "opera/next",
|
|---|
| 165 | "safari/4.0..latest",
|
|---|
| 166 | "ipad/6.0..latest",
|
|---|
| 167 | "iphone/6.0..latest",
|
|---|
| 168 | "android-browser/4.2"
|
|---|
| 169 | ]
|
|---|
| 170 | },
|
|---|
| 171 | "engines": {
|
|---|
| 172 | "node": ">= 0.4"
|
|---|
| 173 | },
|
|---|
| 174 | "publishConfig": {
|
|---|
| 175 | "ignore": [
|
|---|
| 176 | ".github",
|
|---|
| 177 | "",
|
|---|
| 178 | "# dev scripts",
|
|---|
| 179 | "operations/*",
|
|---|
| 180 | "!operations/es5.js",
|
|---|
| 181 | "!operations/20*.js",
|
|---|
| 182 | "",
|
|---|
| 183 | "test/",
|
|---|
| 184 | "",
|
|---|
| 185 | ".gitattributes"
|
|---|
| 186 | ]
|
|---|
| 187 | }
|
|---|
| 188 | }
|
|---|