source: trip-planner-front/node_modules/expand-brackets/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.6 KB
Line 
1{
2 "_args": [
3 [
4 "is-descriptor@0.1.6",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "is-descriptor@0.1.6",
10 "_id": "is-descriptor@0.1.6",
11 "_inBundle": false,
12 "_integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
13 "_location": "/expand-brackets/is-descriptor",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "is-descriptor@0.1.6",
19 "name": "is-descriptor",
20 "escapedName": "is-descriptor",
21 "rawSpec": "0.1.6",
22 "saveSpec": null,
23 "fetchSpec": "0.1.6"
24 },
25 "_requiredBy": [
26 "/expand-brackets/define-property"
27 ],
28 "_resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
29 "_spec": "0.1.6",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Jon Schlinkert",
33 "url": "https://github.com/jonschlinkert"
34 },
35 "bugs": {
36 "url": "https://github.com/jonschlinkert/is-descriptor/issues"
37 },
38 "contributors": [
39 {
40 "name": "Brian Woodward",
41 "url": "https://twitter.com/doowb"
42 },
43 {
44 "name": "Jon Schlinkert",
45 "url": "http://twitter.com/jonschlinkert"
46 },
47 {
48 "url": "https://github.com/wtgtybhertgeghgtwtg"
49 }
50 ],
51 "dependencies": {
52 "is-accessor-descriptor": "^0.1.6",
53 "is-data-descriptor": "^0.1.4",
54 "kind-of": "^5.0.0"
55 },
56 "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.",
57 "devDependencies": {
58 "gulp-format-md": "^1.0.0",
59 "mocha": "^3.4.2"
60 },
61 "engines": {
62 "node": ">=0.10.0"
63 },
64 "files": [
65 "index.js"
66 ],
67 "homepage": "https://github.com/jonschlinkert/is-descriptor",
68 "keywords": [
69 "accessor",
70 "check",
71 "data",
72 "descriptor",
73 "get",
74 "getter",
75 "is",
76 "keys",
77 "object",
78 "properties",
79 "property",
80 "set",
81 "setter",
82 "type",
83 "valid",
84 "value"
85 ],
86 "license": "MIT",
87 "main": "index.js",
88 "name": "is-descriptor",
89 "repository": {
90 "type": "git",
91 "url": "git+https://github.com/jonschlinkert/is-descriptor.git"
92 },
93 "scripts": {
94 "test": "mocha"
95 },
96 "verb": {
97 "related": {
98 "list": [
99 "is-accessor-descriptor",
100 "is-data-descriptor",
101 "is-descriptor",
102 "isobject"
103 ]
104 },
105 "plugins": [
106 "gulp-format-md"
107 ],
108 "toc": false,
109 "layout": "default",
110 "tasks": [
111 "readme"
112 ],
113 "lint": {
114 "reflinks": true
115 }
116 },
117 "version": "0.1.6"
118}
Note: See TracBrowser for help on using the repository browser.