UNPKG

1.46 kBJSONView Raw
1{
2 "name": "is-descriptor",
3 "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.",
4 "version": "3.0.0",
5 "homepage": "https://github.com/jonschlinkert/is-descriptor",
6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7 "contributors": [
8 "(https://github.com/wtgtybhertgeghgtwtg)",
9 "Brian Woodward (https://twitter.com/doowb)",
10 "Jon Schlinkert (http://twitter.com/jonschlinkert)"
11 ],
12 "repository": "jonschlinkert/is-descriptor",
13 "bugs": {
14 "url": "https://github.com/jonschlinkert/is-descriptor/issues"
15 },
16 "license": "MIT",
17 "files": [
18 "index.js"
19 ],
20 "main": "index.js",
21 "engines": {
22 "node": ">=6"
23 },
24 "scripts": {
25 "test": "mocha"
26 },
27 "devDependencies": {
28 "gulp-format-md": "^2.0.0",
29 "mocha": "^5.2.0"
30 },
31 "keywords": [
32 "accessor",
33 "check",
34 "data",
35 "descriptor",
36 "get",
37 "getter",
38 "is",
39 "keys",
40 "object",
41 "properties",
42 "property",
43 "set",
44 "setter",
45 "type",
46 "valid",
47 "value"
48 ],
49 "verb": {
50 "related": {
51 "list": [
52 "is-accessor-descriptor",
53 "is-data-descriptor",
54 "is-descriptor",
55 "isobject"
56 ]
57 },
58 "plugins": [
59 "gulp-format-md"
60 ],
61 "toc": false,
62 "layout": "default",
63 "tasks": [
64 "readme"
65 ],
66 "lint": {
67 "reflinks": true
68 }
69 }
70}