source: trip-planner-front/node_modules/define-property/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.5 KB
Line 
1{
2 "_args": [
3 [
4 "define-property@2.0.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
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 },
38 "bugs": {
39 "url": "https://github.com/jonschlinkert/define-property/issues"
40 },
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 }
50 ],
51 "dependencies": {
52 "is-descriptor": "^1.0.2",
53 "isobject": "^3.0.1"
54 },
55 "description": "Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.",
56 "devDependencies": {
57 "gulp-format-md": "^1.0.0",
58 "mocha": "^3.5.3"
59 },
60 "engines": {
61 "node": ">=0.10.0"
62 },
63 "files": [
64 "index.js"
65 ],
66 "homepage": "https://github.com/jonschlinkert/define-property",
67 "keywords": [
68 "define",
69 "define-property",
70 "enumerable",
71 "key",
72 "non",
73 "non-enumerable",
74 "object",
75 "prop",
76 "property",
77 "value"
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 },
89 "verb": {
90 "toc": false,
91 "layout": "default",
92 "tasks": [
93 "readme"
94 ],
95 "plugins": [
96 "gulp-format-md"
97 ],
98 "related": {
99 "list": [
100 "assign-deep",
101 "extend-shallow",
102 "merge-deep",
103 "mixin-deep"
104 ]
105 },
106 "lint": {
107 "reflinks": true
108 }
109 },
110 "version": "2.0.2"
111}
Note: See TracBrowser for help on using the repository browser.