source: trip-planner-front/node_modules/is-accessor-descriptor/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.4 KB
Line 
1{
2 "name": "is-accessor-descriptor",
3 "description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
4 "version": "1.0.0",
5 "homepage": "https://github.com/jonschlinkert/is-accessor-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-accessor-descriptor",
12 "bugs": {
13 "url": "https://github.com/jonschlinkert/is-accessor-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 "is-plain-object",
66 "isobject"
67 ]
68 },
69 "lint": {
70 "reflinks": true
71 }
72 }
73}
Note: See TracBrowser for help on using the repository browser.