| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "object.getownpropertydescriptors@^2.1.0", |
| 3 | "_id": "object.getownpropertydescriptors@2.1.2", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-WtxeKSzfBjlzL+F9b7M7hewDzMwy+C8NRssHd1YrNlzHzIDrXcXiNOMrezdAEM4UXixgV+vvnyBeN7Rygl2ttQ==", |
| 6 | "_location": "/object.getownpropertydescriptors", |
| 7 | "_phantomChildren": { |
| 8 | "function-bind": "1.1.1", |
| 9 | "has": "1.0.3", |
| 10 | "has-symbols": "1.0.1" |
| 11 | }, |
| 12 | "_requested": { |
| 13 | "type": "range", |
| 14 | "registry": true, |
| 15 | "raw": "object.getownpropertydescriptors@^2.1.0", |
| 16 | "name": "object.getownpropertydescriptors", |
| 17 | "escapedName": "object.getownpropertydescriptors", |
| 18 | "rawSpec": "^2.1.0", |
| 19 | "saveSpec": null, |
| 20 | "fetchSpec": "^2.1.0" |
| 21 | }, |
| 22 | "_requiredBy": [ |
| 23 | "/util.promisify" |
| 24 | ], |
| 25 | "_resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.2.tgz", |
| 26 | "_shasum": "1bd63aeacf0d5d2d2f31b5e393b03a7c601a23f7", |
| 27 | "_spec": "object.getownpropertydescriptors@^2.1.0", |
| 28 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\util.promisify", |
| 29 | "author": { |
| 30 | "name": "Jordan Harband", |
| 31 | "email": "ljharb@gmail.com" |
| 32 | }, |
| 33 | "bugs": { |
| 34 | "url": "https://github.com/es-shims/object.getownpropertydescriptors/issues" |
| 35 | }, |
| 36 | "bundleDependencies": false, |
| 37 | "dependencies": { |
| 38 | "call-bind": "^1.0.2", |
| 39 | "define-properties": "^1.1.3", |
| 40 | "es-abstract": "^1.18.0-next.2" |
| 41 | }, |
| 42 | "deprecated": false, |
| 43 | "description": "ES2017 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.", |
| 44 | "devDependencies": { |
| 45 | "@es-shims/api": "^2.1.2", |
| 46 | "@ljharb/eslint-config": "^17.5.1", |
| 47 | "aud": "^1.1.4", |
| 48 | "eslint": "^7.20.0", |
| 49 | "functions-have-names": "^1.2.2", |
| 50 | "has-strict-mode": "^1.0.1", |
| 51 | "nyc": "^10.3.2", |
| 52 | "safe-publish-latest": "^1.1.4", |
| 53 | "tape": "^5.2.0" |
| 54 | }, |
| 55 | "engines": { |
| 56 | "node": ">= 0.8" |
| 57 | }, |
| 58 | "funding": { |
| 59 | "url": "https://github.com/sponsors/ljharb" |
| 60 | }, |
| 61 | "homepage": "https://github.com/es-shims/object.getownpropertydescriptors#readme", |
| 62 | "keywords": [ |
| 63 | "Object.getOwnPropertyDescriptors", |
| 64 | "descriptor", |
| 65 | "property descriptor", |
| 66 | "ES8", |
| 67 | "ES2017", |
| 68 | "shim", |
| 69 | "polyfill", |
| 70 | "getOwnPropertyDescriptor", |
| 71 | "es-shim API" |
| 72 | ], |
| 73 | "license": "MIT", |
| 74 | "main": "index.js", |
| 75 | "name": "object.getownpropertydescriptors", |
| 76 | "repository": { |
| 77 | "type": "git", |
| 78 | "url": "git://github.com/es-shims/object.getownpropertydescriptors.git" |
| 79 | }, |
| 80 | "scripts": { |
| 81 | "lint": "eslint .", |
| 82 | "postlint": "es-shim-api --bound", |
| 83 | "posttest": "npx aud --production", |
| 84 | "prepublish": "safe-publish-latest", |
| 85 | "pretest": "npm run --silent lint", |
| 86 | "test": "npm run --silent tests-only", |
| 87 | "tests-only": "nyc tape 'test/**/*.js'" |
| 88 | }, |
| 89 | "testling": { |
| 90 | "files": [ |
| 91 | "test/index.js", |
| 92 | "test/shimmed.js" |
| 93 | ], |
| 94 | "browsers": [ |
| 95 | "iexplore/9.0..latest", |
| 96 | "firefox/4.0..6.0", |
| 97 | "firefox/15.0..latest", |
| 98 | "firefox/nightly", |
| 99 | "chrome/5.0..10.0", |
| 100 | "chrome/20.0..latest", |
| 101 | "chrome/canary", |
| 102 | "opera/12.0..latest", |
| 103 | "opera/next", |
| 104 | "safari/5.0..latest", |
| 105 | "ipad/6.0..latest", |
| 106 | "iphone/6.0..latest", |
| 107 | "android-browser/4.2" |
| 108 | ] |
| 109 | }, |
| 110 | "version": "2.1.2" |
| 111 | } |