source: trip-planner-front/node_modules/extglob/node_modules/define-property/package.json@ 6a3a178

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

initial commit

  • Property mode set to 100644
File size: 1.2 KB
Line 
1{
2 "name": "define-property",
3 "description": "Define a non-enumerable property on an object.",
4 "version": "1.0.0",
5 "homepage": "https://github.com/jonschlinkert/define-property",
6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7 "repository": "jonschlinkert/define-property",
8 "bugs": {
9 "url": "https://github.com/jonschlinkert/define-property/issues"
10 },
11 "license": "MIT",
12 "files": [
13 "index.js"
14 ],
15 "main": "index.js",
16 "engines": {
17 "node": ">=0.10.0"
18 },
19 "scripts": {
20 "test": "mocha"
21 },
22 "dependencies": {
23 "is-descriptor": "^1.0.0"
24 },
25 "devDependencies": {
26 "gulp-format-md": "^0.1.12",
27 "mocha": "^3.2.0"
28 },
29 "keywords": [
30 "define",
31 "define-property",
32 "enumerable",
33 "key",
34 "non",
35 "non-enumerable",
36 "object",
37 "prop",
38 "property",
39 "value"
40 ],
41 "verb": {
42 "related": {
43 "list": [
44 "extend-shallow",
45 "merge-deep",
46 "assign-deep",
47 "mixin-deep"
48 ]
49 },
50 "toc": false,
51 "layout": "default",
52 "tasks": [
53 "readme"
54 ],
55 "plugins": [
56 "gulp-format-md"
57 ],
58 "lint": {
59 "reflinks": true
60 }
61 }
62}
Note: See TracBrowser for help on using the repository browser.