| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "has@^1.0.3", |
| 3 | "_id": "has@1.0.3", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", |
| 6 | "_location": "/has", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "has@^1.0.3", |
| 12 | "name": "has", |
| 13 | "escapedName": "has", |
| 14 | "rawSpec": "^1.0.3", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^1.0.3" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/es-abstract", |
| 20 | "/get-intrinsic", |
| 21 | "/is-core-module", |
| 22 | "/object.values", |
| 23 | "/util.promisify/es-abstract" |
| 24 | ], |
| 25 | "_resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", |
| 26 | "_shasum": "722d7cbfc1f6aa8241f16dd814e011e1f41e8796", |
| 27 | "_spec": "has@^1.0.3", |
| 28 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\is-core-module", |
| 29 | "author": { |
| 30 | "name": "Thiago de Arruda", |
| 31 | "email": "tpadilha84@gmail.com" |
| 32 | }, |
| 33 | "bugs": { |
| 34 | "url": "https://github.com/tarruda/has/issues" |
| 35 | }, |
| 36 | "bundleDependencies": false, |
| 37 | "contributors": [ |
| 38 | { |
| 39 | "name": "Jordan Harband", |
| 40 | "email": "ljharb@gmail.com", |
| 41 | "url": "http://ljharb.codes" |
| 42 | } |
| 43 | ], |
| 44 | "dependencies": { |
| 45 | "function-bind": "^1.1.1" |
| 46 | }, |
| 47 | "deprecated": false, |
| 48 | "description": "Object.prototype.hasOwnProperty.call shortcut", |
| 49 | "devDependencies": { |
| 50 | "@ljharb/eslint-config": "^12.2.1", |
| 51 | "eslint": "^4.19.1", |
| 52 | "tape": "^4.9.0" |
| 53 | }, |
| 54 | "engines": { |
| 55 | "node": ">= 0.4.0" |
| 56 | }, |
| 57 | "homepage": "https://github.com/tarruda/has", |
| 58 | "license": "MIT", |
| 59 | "licenses": [ |
| 60 | { |
| 61 | "type": "MIT", |
| 62 | "url": "https://github.com/tarruda/has/blob/master/LICENSE-MIT" |
| 63 | } |
| 64 | ], |
| 65 | "main": "./src", |
| 66 | "name": "has", |
| 67 | "repository": { |
| 68 | "type": "git", |
| 69 | "url": "git://github.com/tarruda/has.git" |
| 70 | }, |
| 71 | "scripts": { |
| 72 | "lint": "eslint .", |
| 73 | "pretest": "npm run lint", |
| 74 | "test": "tape test" |
| 75 | }, |
| 76 | "version": "1.0.3" |
| 77 | } |