{
  "manifest": {
    "name": "es-abstract",
    "version": "1.23.3",
    "author": {
      "name": "Jordan Harband",
      "email": "ljharb@gmail.com",
      "url": "http://ljharb.codes"
    },
    "funding": {
      "url": "https://github.com/sponsors/ljharb"
    },
    "contributors": [
      {
        "name": "Jordan Harband",
        "email": "ljharb@gmail.com",
        "url": "http://ljharb.codes"
      }
    ],
    "description": "ECMAScript spec abstract operations.",
    "license": "MIT",
    "main": "index.js",
    "browser": {
      "worker_threads": false
    },
    "type": "commonjs",
    "sideEffects": false,
    "scripts": {
      "spackled": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1",
      "prespackle": "npm run --silent spackled | xargs rm || true",
      "spackle": "node operations/spackle 1 && node operations/build-unicode.mjs",
      "postspackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs git add",
      "prepack": "npmignore --auto --commentLines=autogenerated",
      "prepublish": "not-in-publish || npm run prepublishOnly",
      "prepublishOnly": "safe-publish-latest && npm run spackle",
      "pretest": "npm run lint",
      "test": "npm run tests-only && npm run test:ses",
      "test:ses": "node test/ses-compat",
      "posttest": "aud --production",
      "tests-only": "nyc node --stack-size=5120 test",
      "lint": "eslint .",
      "eccheck": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')"
    },
    "repository": {
      "type": "git",
      "url": "git://github.com/ljharb/es-abstract.git"
    },
    "keywords": [
      "ECMAScript",
      "ES",
      "abstract",
      "operation",
      "abstract operation",
      "JavaScript",
      "ES5",
      "ES6",
      "ES7"
    ],
    "dependencies": {
      "array-buffer-byte-length": "^1.0.1",
      "arraybuffer.prototype.slice": "^1.0.3",
      "available-typed-arrays": "^1.0.7",
      "call-bind": "^1.0.7",
      "data-view-buffer": "^1.0.1",
      "data-view-byte-length": "^1.0.1",
      "data-view-byte-offset": "^1.0.0",
      "es-define-property": "^1.0.0",
      "es-errors": "^1.3.0",
      "es-object-atoms": "^1.0.0",
      "es-set-tostringtag": "^2.0.3",
      "es-to-primitive": "^1.2.1",
      "function.prototype.name": "^1.1.6",
      "get-intrinsic": "^1.2.4",
      "get-symbol-description": "^1.0.2",
      "globalthis": "^1.0.3",
      "gopd": "^1.0.1",
      "has-property-descriptors": "^1.0.2",
      "has-proto": "^1.0.3",
      "has-symbols": "^1.0.3",
      "hasown": "^2.0.2",
      "internal-slot": "^1.0.7",
      "is-array-buffer": "^3.0.4",
      "is-callable": "^1.2.7",
      "is-data-view": "^1.0.1",
      "is-negative-zero": "^2.0.3",
      "is-regex": "^1.1.4",
      "is-shared-array-buffer": "^1.0.3",
      "is-string": "^1.0.7",
      "is-typed-array": "^1.1.13",
      "is-weakref": "^1.0.2",
      "object-inspect": "^1.13.1",
      "object-keys": "^1.1.1",
      "object.assign": "^4.1.5",
      "regexp.prototype.flags": "^1.5.2",
      "safe-array-concat": "^1.1.2",
      "safe-regex-test": "^1.0.3",
      "string.prototype.trim": "^1.2.9",
      "string.prototype.trimend": "^1.0.8",
      "string.prototype.trimstart": "^1.0.8",
      "typed-array-buffer": "^1.0.2",
      "typed-array-byte-length": "^1.0.1",
      "typed-array-byte-offset": "^1.0.2",
      "typed-array-length": "^1.0.6",
      "unbox-primitive": "^1.0.2",
      "which-typed-array": "^1.1.15"
    },
    "devDependencies": {
      "@ljharb/eslint-config": "^21.1.0",
      "@unicode/unicode-15.0.0": "^1.5.2",
      "array.from": "^1.1.6",
      "array.prototype.filter": "^1.0.4",
      "array.prototype.flatmap": "^1.3.2",
      "array.prototype.indexof": "^1.0.7",
      "aud": "^2.0.4",
      "available-regexp-flags": "^1.0.4",
      "cheerio": "=1.0.0-rc.3",
      "define-accessor-property": "^1.0.0",
      "define-data-property": "^1.1.4",
      "diff": "^5.2.0",
      "eclint": "^2.8.1",
      "es-value-fixtures": "^1.4.2",
      "eslint": "=8.8.0",
      "for-each": "^0.3.3",
      "function-bind": "^1.1.2",
      "functions-have-names": "^1.2.3",
      "glob": "=10.3.7",
      "has-bigints": "^1.0.2",
      "has-named-captures": "^1.0.0",
      "has-strict-mode": "^1.0.1",
      "in-publish": "^2.0.1",
      "is-core-module": "^2.13.1",
      "is-registered-symbol": "^1.0.1",
      "jackspeak": "=2.1.1",
      "make-arrow-function": "^1.2.0",
      "make-async-function": "^1.0.0",
      "make-async-generator-function": "^1.0.0",
      "make-generator-function": "^2.0.0",
      "mock-property": "^1.0.3",
      "npmignore": "^0.3.1",
      "nyc": "^10.3.2",
      "object.fromentries": "^2.0.8",
      "safe-bigint": "^1.1.0",
      "safe-publish-latest": "^2.0.0",
      "ses": "^0.18.8",
      "tape": "^5.7.5"
    },
    "testling": {
      "files": "test/index.js",
      "browsers": [
        "iexplore/6.0..latest",
        "firefox/3.0..6.0",
        "firefox/15.0..latest",
        "firefox/nightly",
        "chrome/4.0..10.0",
        "chrome/20.0..latest",
        "chrome/canary",
        "opera/10.0..latest",
        "opera/next",
        "safari/4.0..latest",
        "ipad/6.0..latest",
        "iphone/6.0..latest",
        "android-browser/4.2"
      ]
    },
    "engines": {
      "node": ">= 0.4"
    },
    "publishConfig": {
      "ignore": [
        ".github",
        "",
        "# dev scripts",
        "operations/*.js",
        "!operations/20*.js",
        "",
        "test/",
        "",
        ".gitattributes"
      ]
    },
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-es-abstract-1.23.3-8f0c5a35cd215312573c5a27c87dfd6c881a0aa0-integrity/node_modules/es-abstract/package.json",
    "readmeFilename": "README.md",
    "readme": "# es-abstract <sup>[![Version Badge][npm-version-svg]][package-url]</sup>\n\n[![dependency status][deps-svg]][deps-url]\n[![dev dependency status][dev-deps-svg]][dev-deps-url]\n[![License][license-image]][license-url]\n[![Downloads][downloads-image]][downloads-url]\n\n[![npm badge][npm-badge-png]][package-url]\n\nECMAScript spec abstract operations.\n\nEvery operation is available by edition/year and by name - for example, `es-abstract/2020/Call` gives you the `Call` operation from ES2020, `es-abstract/5/Type` gives you the `Type` operation from ES5.\n\nAll abstract operations are also available under an `es5`/`es2015`/`es2016`/`es2017`/`es2018`/`es2019`/`es2020`/`es2021` entry point, and as a property on the `main` export, but using deep imports is highly encouraged for bundle size and performance reasons. Non-deep entry points will be removed in the next semver-major release.\n\n## Example\n\n```js\nvar ES = require('es-abstract');\nvar assert = require('assert');\n\nassert(ES.isCallable(function () {}));\nassert(!ES.isCallable(/a/g));\n```\n\n## Tests\nSimply clone the repo, `npm install`, and run `npm test`\n\n## Security\n\nPlease email [@ljharb](https://github.com/ljharb) or see https://tidelift.com/security if you have a potential security vulnerability to report.\n\n[package-url]: https://npmjs.org/package/es-abstract\n[npm-version-svg]: https://versionbadg.es/ljharb/es-abstract.svg\n[deps-svg]: https://david-dm.org/ljharb/es-abstract.svg\n[deps-url]: https://david-dm.org/ljharb/es-abstract\n[dev-deps-svg]: https://david-dm.org/ljharb/es-abstract/dev-status.svg\n[dev-deps-url]: https://david-dm.org/ljharb/es-abstract#info=devDependencies\n[npm-badge-png]: https://nodei.co/npm/es-abstract.png?downloads=true&stars=true\n[license-image]: https://img.shields.io/npm/l/es-abstract.svg\n[license-url]: LICENSE\n[downloads-image]: https://img.shields.io/npm/dm/es-abstract.svg\n[downloads-url]: https://npm-stat.com/charts.html?package=es-abstract\n",
    "licenseText": "The MIT License (MIT)\n\nCopyright (C) 2015 Jordan Harband\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.23.3.tgz#8f0c5a35cd215312573c5a27c87dfd6c881a0aa0",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.23.3.tgz",
    "hash": "8f0c5a35cd215312573c5a27c87dfd6c881a0aa0",
    "integrity": "sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==",
    "registry": "npm",
    "packageName": "es-abstract",
    "cacheIntegrity": "sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A== sha1-jwxaNc0hUxJXPFonyH39bIgaCqA="
  },
  "registry": "npm",
  "hash": "8f0c5a35cd215312573c5a27c87dfd6c881a0aa0"
}