| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "define-property@^2.0.2", |
| 3 | "_id": "define-property@2.0.2", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", |
| 6 | "_location": "/define-property", |
| 7 | "_phantomChildren": { |
| 8 | "kind-of": "6.0.3" |
| 9 | }, |
| 10 | "_requested": { |
| 11 | "type": "range", |
| 12 | "registry": true, |
| 13 | "raw": "define-property@^2.0.2", |
| 14 | "name": "define-property", |
| 15 | "escapedName": "define-property", |
| 16 | "rawSpec": "^2.0.2", |
| 17 | "saveSpec": null, |
| 18 | "fetchSpec": "^2.0.2" |
| 19 | }, |
| 20 | "_requiredBy": [ |
| 21 | "/micromatch", |
| 22 | "/nanomatch", |
| 23 | "/to-regex" |
| 24 | ], |
| 25 | "_resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", |
| 26 | "_shasum": "d459689e8d654ba77e02a817f8710d702cb16e9d", |
| 27 | "_spec": "define-property@^2.0.2", |
| 28 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\micromatch", |
| 29 | "author": { |
| 30 | "name": "Jon Schlinkert", |
| 31 | "url": "https://github.com/jonschlinkert" |
| 32 | }, |
| 33 | "bugs": { |
| 34 | "url": "https://github.com/jonschlinkert/define-property/issues" |
| 35 | }, |
| 36 | "bundleDependencies": false, |
| 37 | "contributors": [ |
| 38 | { |
| 39 | "name": "Brian Woodward", |
| 40 | "url": "https://twitter.com/doowb" |
| 41 | }, |
| 42 | { |
| 43 | "name": "Jon Schlinkert", |
| 44 | "url": "http://twitter.com/jonschlinkert" |
| 45 | } |
| 46 | ], |
| 47 | "dependencies": { |
| 48 | "is-descriptor": "^1.0.2", |
| 49 | "isobject": "^3.0.1" |
| 50 | }, |
| 51 | "deprecated": false, |
| 52 | "description": "Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.", |
| 53 | "devDependencies": { |
| 54 | "gulp-format-md": "^1.0.0", |
| 55 | "mocha": "^3.5.3" |
| 56 | }, |
| 57 | "engines": { |
| 58 | "node": ">=0.10.0" |
| 59 | }, |
| 60 | "files": [ |
| 61 | "index.js" |
| 62 | ], |
| 63 | "homepage": "https://github.com/jonschlinkert/define-property", |
| 64 | "keywords": [ |
| 65 | "define", |
| 66 | "define-property", |
| 67 | "enumerable", |
| 68 | "key", |
| 69 | "non", |
| 70 | "non-enumerable", |
| 71 | "object", |
| 72 | "prop", |
| 73 | "property", |
| 74 | "value" |
| 75 | ], |
| 76 | "license": "MIT", |
| 77 | "main": "index.js", |
| 78 | "name": "define-property", |
| 79 | "repository": { |
| 80 | "type": "git", |
| 81 | "url": "git+https://github.com/jonschlinkert/define-property.git" |
| 82 | }, |
| 83 | "scripts": { |
| 84 | "test": "mocha" |
| 85 | }, |
| 86 | "verb": { |
| 87 | "toc": false, |
| 88 | "layout": "default", |
| 89 | "tasks": [ |
| 90 | "readme" |
| 91 | ], |
| 92 | "plugins": [ |
| 93 | "gulp-format-md" |
| 94 | ], |
| 95 | "related": { |
| 96 | "list": [ |
| 97 | "assign-deep", |
| 98 | "extend-shallow", |
| 99 | "merge-deep", |
| 100 | "mixin-deep" |
| 101 | ] |
| 102 | }, |
| 103 | "lint": { |
| 104 | "reflinks": true |
| 105 | } |
| 106 | }, |
| 107 | "version": "2.0.2" |
| 108 | } |