Changeset 59329aa for trip-planner-front/node_modules/define-property
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/define-property/package.json
rceaed42 r59329aa 1 1 { 2 "name": "define-property", 3 "description": "Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.", 4 "version": "2.0.2", 5 "homepage": "https://github.com/jonschlinkert/define-property", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "Brian Woodward (https://twitter.com/doowb)", 9 "Jon Schlinkert (http://twitter.com/jonschlinkert)" 2 "_args": [ 3 [ 4 "define-property@2.0.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 10 7 ], 11 "repository": "jonschlinkert/define-property", 8 "_development": true, 9 "_from": "define-property@2.0.2", 10 "_id": "define-property@2.0.2", 11 "_inBundle": false, 12 "_integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", 13 "_location": "/define-property", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "define-property@2.0.2", 19 "name": "define-property", 20 "escapedName": "define-property", 21 "rawSpec": "2.0.2", 22 "saveSpec": null, 23 "fetchSpec": "2.0.2" 24 }, 25 "_requiredBy": [ 26 "/http-proxy-middleware/micromatch", 27 "/nanomatch", 28 "/to-regex", 29 "/webpack-dev-server/micromatch" 30 ], 31 "_resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", 32 "_spec": "2.0.2", 33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 34 "author": { 35 "name": "Jon Schlinkert", 36 "url": "https://github.com/jonschlinkert" 37 }, 12 38 "bugs": { 13 39 "url": "https://github.com/jonschlinkert/define-property/issues" 14 40 }, 15 "license": "MIT", 16 "files": [ 17 "index.js" 41 "contributors": [ 42 { 43 "name": "Brian Woodward", 44 "url": "https://twitter.com/doowb" 45 }, 46 { 47 "name": "Jon Schlinkert", 48 "url": "http://twitter.com/jonschlinkert" 49 } 18 50 ], 19 "main": "index.js",20 "engines": {21 "node": ">=0.10.0"22 },23 "scripts": {24 "test": "mocha"25 },26 51 "dependencies": { 27 52 "is-descriptor": "^1.0.2", 28 53 "isobject": "^3.0.1" 29 54 }, 55 "description": "Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.", 30 56 "devDependencies": { 31 57 "gulp-format-md": "^1.0.0", 32 58 "mocha": "^3.5.3" 33 59 }, 60 "engines": { 61 "node": ">=0.10.0" 62 }, 63 "files": [ 64 "index.js" 65 ], 66 "homepage": "https://github.com/jonschlinkert/define-property", 34 67 "keywords": [ 35 68 "define", … … 44 77 "value" 45 78 ], 79 "license": "MIT", 80 "main": "index.js", 81 "name": "define-property", 82 "repository": { 83 "type": "git", 84 "url": "git+https://github.com/jonschlinkert/define-property.git" 85 }, 86 "scripts": { 87 "test": "mocha" 88 }, 46 89 "verb": { 47 90 "toc": false, … … 64 107 "reflinks": true 65 108 } 66 } 109 }, 110 "version": "2.0.2" 67 111 }
Note:
See TracChangeset
for help on using the changeset viewer.