source: trip-planner-front/node_modules/is-descriptor/package.json@ 59329aa

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

adding photos

  • Property mode set to 100644
File size: 2.7 KB
Line 
1{
2 "_args": [
3 [
4 "is-descriptor@1.0.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "is-descriptor@1.0.2",
10 "_id": "is-descriptor@1.0.2",
11 "_inBundle": false,
12 "_integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
13 "_location": "/is-descriptor",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "is-descriptor@1.0.2",
19 "name": "is-descriptor",
20 "escapedName": "is-descriptor",
21 "rawSpec": "1.0.2",
22 "saveSpec": null,
23 "fetchSpec": "1.0.2"
24 },
25 "_requiredBy": [
26 "/base/define-property",
27 "/define-property",
28 "/extglob/define-property",
29 "/snapdragon-node/define-property"
30 ],
31 "_resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
32 "_spec": "1.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/is-descriptor/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 "url": "https://github.com/wtgtybhertgeghgtwtg"
52 }
53 ],
54 "dependencies": {
55 "is-accessor-descriptor": "^1.0.0",
56 "is-data-descriptor": "^1.0.0",
57 "kind-of": "^6.0.2"
58 },
59 "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.",
60 "devDependencies": {
61 "gulp-format-md": "^1.0.0",
62 "mocha": "^3.5.3"
63 },
64 "engines": {
65 "node": ">=0.10.0"
66 },
67 "files": [
68 "index.js"
69 ],
70 "homepage": "https://github.com/jonschlinkert/is-descriptor",
71 "keywords": [
72 "accessor",
73 "check",
74 "data",
75 "descriptor",
76 "get",
77 "getter",
78 "is",
79 "keys",
80 "object",
81 "properties",
82 "property",
83 "set",
84 "setter",
85 "type",
86 "valid",
87 "value"
88 ],
89 "license": "MIT",
90 "main": "index.js",
91 "name": "is-descriptor",
92 "repository": {
93 "type": "git",
94 "url": "git+https://github.com/jonschlinkert/is-descriptor.git"
95 },
96 "scripts": {
97 "test": "mocha"
98 },
99 "verb": {
100 "related": {
101 "list": [
102 "is-accessor-descriptor",
103 "is-data-descriptor",
104 "is-descriptor",
105 "isobject"
106 ]
107 },
108 "plugins": [
109 "gulp-format-md"
110 ],
111 "toc": false,
112 "layout": "default",
113 "tasks": [
114 "readme"
115 ],
116 "lint": {
117 "reflinks": true
118 }
119 },
120 "version": "1.0.2"
121}
Note: See TracBrowser for help on using the repository browser.