| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "es-abstract@^1.18.0-next.2", |
| 3 | "_id": "es-abstract@1.18.0", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-LJzK7MrQa8TS0ja2w3YNLzUgJCGPdPOV1yVvezjNnS89D+VR08+Szt2mz3YB2Dck/+w5tfIq/RoUAFqJJGM2yw==", |
| 6 | "_location": "/es-abstract", |
| 7 | "_phantomChildren": { |
| 8 | "function-bind": "1.1.1", |
| 9 | "has": "1.0.3" |
| 10 | }, |
| 11 | "_requested": { |
| 12 | "type": "range", |
| 13 | "registry": true, |
| 14 | "raw": "es-abstract@^1.18.0-next.2", |
| 15 | "name": "es-abstract", |
| 16 | "escapedName": "es-abstract", |
| 17 | "rawSpec": "^1.18.0-next.2", |
| 18 | "saveSpec": null, |
| 19 | "fetchSpec": "^1.18.0-next.2" |
| 20 | }, |
| 21 | "_requiredBy": [ |
| 22 | "/object.getownpropertydescriptors", |
| 23 | "/object.values", |
| 24 | "/util.promisify" |
| 25 | ], |
| 26 | "_resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0.tgz", |
| 27 | "_shasum": "ab80b359eecb7ede4c298000390bc5ac3ec7b5a4", |
| 28 | "_spec": "es-abstract@^1.18.0-next.2", |
| 29 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\object.values", |
| 30 | "author": { |
| 31 | "name": "Jordan Harband", |
| 32 | "email": "ljharb@gmail.com", |
| 33 | "url": "http://ljharb.codes" |
| 34 | }, |
| 35 | "bugs": { |
| 36 | "url": "https://github.com/ljharb/es-abstract/issues" |
| 37 | }, |
| 38 | "bundleDependencies": false, |
| 39 | "contributors": [ |
| 40 | { |
| 41 | "name": "Jordan Harband", |
| 42 | "email": "ljharb@gmail.com", |
| 43 | "url": "http://ljharb.codes" |
| 44 | } |
| 45 | ], |
| 46 | "dependencies": { |
| 47 | "call-bind": "^1.0.2", |
| 48 | "es-to-primitive": "^1.2.1", |
| 49 | "function-bind": "^1.1.1", |
| 50 | "get-intrinsic": "^1.1.1", |
| 51 | "has": "^1.0.3", |
| 52 | "has-symbols": "^1.0.2", |
| 53 | "is-callable": "^1.2.3", |
| 54 | "is-negative-zero": "^2.0.1", |
| 55 | "is-regex": "^1.1.2", |
| 56 | "is-string": "^1.0.5", |
| 57 | "object-inspect": "^1.9.0", |
| 58 | "object-keys": "^1.1.1", |
| 59 | "object.assign": "^4.1.2", |
| 60 | "string.prototype.trimend": "^1.0.4", |
| 61 | "string.prototype.trimstart": "^1.0.4", |
| 62 | "unbox-primitive": "^1.0.0" |
| 63 | }, |
| 64 | "deprecated": false, |
| 65 | "description": "ECMAScript spec abstract operations.", |
| 66 | "devDependencies": { |
| 67 | "@ljharb/eslint-config": "^17.5.1", |
| 68 | "array.prototype.indexof": "^1.0.2", |
| 69 | "aud": "^1.1.4", |
| 70 | "cheerio": "=1.0.0-rc.3", |
| 71 | "diff": "^5.0.0", |
| 72 | "eclint": "^2.8.1", |
| 73 | "es-value-fixtures": "^1.2.1", |
| 74 | "eslint": "^7.21.0", |
| 75 | "foreach": "^2.0.5", |
| 76 | "functions-have-names": "^1.2.2", |
| 77 | "has-bigints": "^1.0.1", |
| 78 | "has-strict-mode": "^1.0.1", |
| 79 | "in-publish": "^2.0.1", |
| 80 | "make-arrow-function": "^1.2.0", |
| 81 | "make-async-function": "^1.0.0", |
| 82 | "make-async-generator-function": "^1.0.0", |
| 83 | "make-generator-function": "^2.0.0", |
| 84 | "nyc": "^10.3.2", |
| 85 | "object.fromentries": "^2.0.4", |
| 86 | "safe-publish-latest": "^1.1.4", |
| 87 | "ses": "^0.10.4", |
| 88 | "tape": "^5.2.1" |
| 89 | }, |
| 90 | "engines": { |
| 91 | "node": ">= 0.4" |
| 92 | }, |
| 93 | "funding": { |
| 94 | "url": "https://github.com/sponsors/ljharb" |
| 95 | }, |
| 96 | "greenkeeper": { |
| 97 | "//": "nyc is ignored because it requires node 4+, and we support older than that", |
| 98 | "ignore": [ |
| 99 | "nyc" |
| 100 | ] |
| 101 | }, |
| 102 | "homepage": "https://github.com/ljharb/es-abstract#readme", |
| 103 | "keywords": [ |
| 104 | "ECMAScript", |
| 105 | "ES", |
| 106 | "abstract", |
| 107 | "operation", |
| 108 | "abstract operation", |
| 109 | "JavaScript", |
| 110 | "ES5", |
| 111 | "ES6", |
| 112 | "ES7" |
| 113 | ], |
| 114 | "license": "MIT", |
| 115 | "main": "index.js", |
| 116 | "name": "es-abstract", |
| 117 | "repository": { |
| 118 | "type": "git", |
| 119 | "url": "git://github.com/ljharb/es-abstract.git" |
| 120 | }, |
| 121 | "scripts": { |
| 122 | "eccheck": "eclint check *.js **/*.js > /dev/null", |
| 123 | "lint": "eslint .", |
| 124 | "postspackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs git add", |
| 125 | "posttest": "aud --production", |
| 126 | "prepublish": "safe-publish-latest && (not-in-publish || npm run spackle)", |
| 127 | "prespackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs rm || true", |
| 128 | "pretest": "npm run lint", |
| 129 | "spackle": "node operations/spackle 1", |
| 130 | "test": "npm run tests-only && npm run test:ses", |
| 131 | "test:ses": "node test/ses-compat", |
| 132 | "tests-only": "nyc node test" |
| 133 | }, |
| 134 | "testling": { |
| 135 | "files": "test/index.js", |
| 136 | "browsers": [ |
| 137 | "iexplore/6.0..latest", |
| 138 | "firefox/3.0..6.0", |
| 139 | "firefox/15.0..latest", |
| 140 | "firefox/nightly", |
| 141 | "chrome/4.0..10.0", |
| 142 | "chrome/20.0..latest", |
| 143 | "chrome/canary", |
| 144 | "opera/10.0..latest", |
| 145 | "opera/next", |
| 146 | "safari/4.0..latest", |
| 147 | "ipad/6.0..latest", |
| 148 | "iphone/6.0..latest", |
| 149 | "android-browser/4.2" |
| 150 | ] |
| 151 | }, |
| 152 | "version": "1.18.0" |
| 153 | } |