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