UNPKG

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