Projekt

Obecné

Profil

Stáhnout (1.4 KB) Statistiky
| Větev: | Revize:
1
{
2
  "name": "is-data-descriptor",
3
  "description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.",
4
  "version": "1.0.0",
5
  "homepage": "https://github.com/jonschlinkert/is-data-descriptor",
6
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7
  "contributors": [
8
    "Jon Schlinkert (http://twitter.com/jonschlinkert)",
9
    "Rouven Weßling (www.rouvenwessling.de)"
10
  ],
11
  "repository": "jonschlinkert/is-data-descriptor",
12
  "bugs": {
13
    "url": "https://github.com/jonschlinkert/is-data-descriptor/issues"
14
  },
15
  "license": "MIT",
16
  "files": [
17
    "index.js"
18
  ],
19
  "main": "index.js",
20
  "engines": {
21
    "node": ">=0.10.0"
22
  },
23
  "scripts": {
24
    "test": "mocha"
25
  },
26
  "dependencies": {
27
    "kind-of": "^6.0.0"
28
  },
29
  "devDependencies": {
30
    "gulp-format-md": "^1.0.0",
31
    "mocha": "^3.5.3"
32
  },
33
  "keywords": [
34
    "accessor",
35
    "check",
36
    "data",
37
    "descriptor",
38
    "get",
39
    "getter",
40
    "is",
41
    "keys",
42
    "object",
43
    "properties",
44
    "property",
45
    "set",
46
    "setter",
47
    "type",
48
    "valid",
49
    "value"
50
  ],
51
  "verb": {
52
    "toc": false,
53
    "layout": "default",
54
    "tasks": [
55
      "readme"
56
    ],
57
    "plugins": [
58
      "gulp-format-md"
59
    ],
60
    "related": {
61
      "list": [
62
        "is-accessor-descriptor",
63
        "is-data-descriptor",
64
        "is-descriptor",
65
        "isobject"
66
      ]
67
    },
68
    "lint": {
69
      "reflinks": true
70
    }
71
  }
72
}
(4-4/4)