source: trip-planner-front/node_modules/class-utils/package.json@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
2 "name": "class-utils",
3 "description": "Utils for working with JavaScript classes and prototype methods.",
4 "version": "0.3.6",
5 "homepage": "https://github.com/jonschlinkert/class-utils",
6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7 "contributors": [
8 "Brian Woodward (https://twitter.com/doowb)",
9 "Jon Schlinkert (http://twitter.com/jonschlinkert)",
10 "(https://github.com/wtgtybhertgeghgtwtg)"
11 ],
12 "repository": "jonschlinkert/class-utils",
13 "bugs": {
14 "url": "https://github.com/jonschlinkert/class-utils/issues"
15 },
16 "license": "MIT",
17 "files": [
18 "index.js"
19 ],
20 "main": "index.js",
21 "engines": {
22 "node": ">=0.10.0"
23 },
24 "scripts": {
25 "test": "mocha"
26 },
27 "dependencies": {
28 "arr-union": "^3.1.0",
29 "define-property": "^0.2.5",
30 "isobject": "^3.0.0",
31 "static-extend": "^0.1.1"
32 },
33 "devDependencies": {
34 "gulp": "^3.9.1",
35 "gulp-eslint": "^2.0.0",
36 "gulp-format-md": "^0.1.7",
37 "gulp-istanbul": "^0.10.3",
38 "gulp-mocha": "^2.2.0",
39 "mocha": "^2.4.5",
40 "should": "^8.2.2",
41 "through2": "^2.0.1"
42 },
43 "keywords": [
44 "array",
45 "assign",
46 "class",
47 "copy",
48 "ctor",
49 "define",
50 "delegate",
51 "descriptor",
52 "extend",
53 "extends",
54 "inherit",
55 "inheritance",
56 "merge",
57 "method",
58 "object",
59 "prop",
60 "properties",
61 "property",
62 "prototype",
63 "util",
64 "utils"
65 ],
66 "verb": {
67 "run": true,
68 "toc": false,
69 "layout": "default",
70 "tasks": [
71 "readme"
72 ],
73 "plugins": [
74 "gulp-format-md"
75 ],
76 "related": {
77 "list": [
78 "define-property",
79 "delegate-properties",
80 "is-descriptor"
81 ]
82 },
83 "reflinks": [
84 "verb"
85 ],
86 "lint": {
87 "reflinks": true
88 }
89 }
90}
Note: See TracBrowser for help on using the repository browser.