source: trip-planner-front/node_modules/is-descriptor/package.json@ 8d391a1

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

primeNG components

  • Property mode set to 100644
File size: 2.8 KB
Line 
1{
2 "_from": "is-descriptor@^0.1.0",
3 "_id": "is-descriptor@0.1.6",
4 "_inBundle": false,
5 "_integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
6 "_location": "/is-descriptor",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "is-descriptor@^0.1.0",
12 "name": "is-descriptor",
13 "escapedName": "is-descriptor",
14 "rawSpec": "^0.1.0",
15 "saveSpec": null,
16 "fetchSpec": "^0.1.0"
17 },
18 "_requiredBy": [
19 "/class-utils/define-property",
20 "/expand-brackets/define-property",
21 "/object-copy/define-property",
22 "/snapdragon/define-property",
23 "/static-extend/define-property"
24 ],
25 "_resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
26 "_shasum": "366d8240dde487ca51823b1ab9f07a10a78251ca",
27 "_spec": "is-descriptor@^0.1.0",
28 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\class-utils\\node_modules\\define-property",
29 "author": {
30 "name": "Jon Schlinkert",
31 "url": "https://github.com/jonschlinkert"
32 },
33 "bugs": {
34 "url": "https://github.com/jonschlinkert/is-descriptor/issues"
35 },
36 "bundleDependencies": false,
37 "contributors": [
38 {
39 "name": "Brian Woodward",
40 "url": "https://twitter.com/doowb"
41 },
42 {
43 "name": "Jon Schlinkert",
44 "url": "http://twitter.com/jonschlinkert"
45 },
46 {
47 "url": "https://github.com/wtgtybhertgeghgtwtg"
48 }
49 ],
50 "dependencies": {
51 "is-accessor-descriptor": "^0.1.6",
52 "is-data-descriptor": "^0.1.4",
53 "kind-of": "^5.0.0"
54 },
55 "deprecated": false,
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.