source: trip-planner-front/node_modules/class-utils/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 2.8 KB
Line 
1{
2 "_args": [
3 [
4 "class-utils@0.3.6",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "class-utils@0.3.6",
10 "_id": "class-utils@0.3.6",
11 "_inBundle": false,
12 "_integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==",
13 "_location": "/class-utils",
14 "_phantomChildren": {
15 "is-buffer": "1.1.6"
16 },
17 "_requested": {
18 "type": "version",
19 "registry": true,
20 "raw": "class-utils@0.3.6",
21 "name": "class-utils",
22 "escapedName": "class-utils",
23 "rawSpec": "0.3.6",
24 "saveSpec": null,
25 "fetchSpec": "0.3.6"
26 },
27 "_requiredBy": [
28 "/base"
29 ],
30 "_resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz",
31 "_spec": "0.3.6",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "Jon Schlinkert",
35 "url": "https://github.com/jonschlinkert"
36 },
37 "bugs": {
38 "url": "https://github.com/jonschlinkert/class-utils/issues"
39 },
40 "contributors": [
41 {
42 "name": "Brian Woodward",
43 "url": "https://twitter.com/doowb"
44 },
45 {
46 "name": "Jon Schlinkert",
47 "url": "http://twitter.com/jonschlinkert"
48 },
49 {
50 "url": "https://github.com/wtgtybhertgeghgtwtg"
51 }
52 ],
53 "dependencies": {
54 "arr-union": "^3.1.0",
55 "define-property": "^0.2.5",
56 "isobject": "^3.0.0",
57 "static-extend": "^0.1.1"
58 },
59 "description": "Utils for working with JavaScript classes and prototype methods.",
60 "devDependencies": {
61 "gulp": "^3.9.1",
62 "gulp-eslint": "^2.0.0",
63 "gulp-format-md": "^0.1.7",
64 "gulp-istanbul": "^0.10.3",
65 "gulp-mocha": "^2.2.0",
66 "mocha": "^2.4.5",
67 "should": "^8.2.2",
68 "through2": "^2.0.1"
69 },
70 "engines": {
71 "node": ">=0.10.0"
72 },
73 "files": [
74 "index.js"
75 ],
76 "homepage": "https://github.com/jonschlinkert/class-utils",
77 "keywords": [
78 "array",
79 "assign",
80 "class",
81 "copy",
82 "ctor",
83 "define",
84 "delegate",
85 "descriptor",
86 "extend",
87 "extends",
88 "inherit",
89 "inheritance",
90 "merge",
91 "method",
92 "object",
93 "prop",
94 "properties",
95 "property",
96 "prototype",
97 "util",
98 "utils"
99 ],
100 "license": "MIT",
101 "main": "index.js",
102 "name": "class-utils",
103 "repository": {
104 "type": "git",
105 "url": "git+https://github.com/jonschlinkert/class-utils.git"
106 },
107 "scripts": {
108 "test": "mocha"
109 },
110 "verb": {
111 "run": true,
112 "toc": false,
113 "layout": "default",
114 "tasks": [
115 "readme"
116 ],
117 "plugins": [
118 "gulp-format-md"
119 ],
120 "related": {
121 "list": [
122 "define-property",
123 "delegate-properties",
124 "is-descriptor"
125 ]
126 },
127 "reflinks": [
128 "verb"
129 ],
130 "lint": {
131 "reflinks": true
132 }
133 },
134 "version": "0.3.6"
135}
Note: See TracBrowser for help on using the repository browser.