source: trip-planner-front/node_modules/is-accessor-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
Line 
1{
2 "_args": [
3 [
4 "is-accessor-descriptor@1.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "is-accessor-descriptor@1.0.0",
10 "_id": "is-accessor-descriptor@1.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
13 "_location": "/is-accessor-descriptor",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "is-accessor-descriptor@1.0.0",
19 "name": "is-accessor-descriptor",
20 "escapedName": "is-accessor-descriptor",
21 "rawSpec": "1.0.0",
22 "saveSpec": null,
23 "fetchSpec": "1.0.0"
24 },
25 "_requiredBy": [
26 "/is-descriptor"
27 ],
28 "_resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-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"
34 },
35 "bugs": {
36 "url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues"
37 },
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 ],
48 "dependencies": {
49 "kind-of": "^6.0.0"
50 },
51 "description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
52 "devDependencies": {
53 "gulp-format-md": "^1.0.0",
54 "mocha": "^3.5.3"
55 },
56 "engines": {
57 "node": ">=0.10.0"
58 },
59 "files": [
60 "index.js"
61 ],
62 "homepage": "https://github.com/jonschlinkert/is-accessor-descriptor",
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 ],
81 "license": "MIT",
82 "main": "index.js",
83 "name": "is-accessor-descriptor",
84 "repository": {
85 "type": "git",
86 "url": "git+https://github.com/jonschlinkert/is-accessor-descriptor.git"
87 },
88 "scripts": {
89 "test": "mocha"
90 },
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 "is-plain-object",
106 "isobject"
107 ]
108 },
109 "lint": {
110 "reflinks": true
111 }
112 },
113 "version": "1.0.0"
114}
Note: See TracBrowser for help on using the repository browser.