source: trip-planner-front/node_modules/is-extendable/package.json@ 59329aa

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

adding photos

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
2 "_args": [
3 [
4 "is-extendable@1.0.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "is-extendable@1.0.1",
10 "_id": "is-extendable@1.0.1",
11 "_inBundle": false,
12 "_integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
13 "_location": "/is-extendable",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "is-extendable@1.0.1",
19 "name": "is-extendable",
20 "escapedName": "is-extendable",
21 "rawSpec": "1.0.1",
22 "saveSpec": null,
23 "fetchSpec": "1.0.1"
24 },
25 "_requiredBy": [
26 "/extend-shallow",
27 "/mixin-deep"
28 ],
29 "_resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
30 "_spec": "1.0.1",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Jon Schlinkert",
34 "url": "https://github.com/jonschlinkert"
35 },
36 "bugs": {
37 "url": "https://github.com/jonschlinkert/is-extendable/issues"
38 },
39 "dependencies": {
40 "is-plain-object": "^2.0.4"
41 },
42 "description": "Returns true if a value is a plain object, array or function.",
43 "devDependencies": {
44 "gulp-format-md": "^1.0.0",
45 "mocha": "^3.4.2"
46 },
47 "engines": {
48 "node": ">=0.10.0"
49 },
50 "files": [
51 "index.js",
52 "index.d.ts"
53 ],
54 "homepage": "https://github.com/jonschlinkert/is-extendable",
55 "keywords": [
56 "array",
57 "assign",
58 "check",
59 "date",
60 "extend",
61 "extendable",
62 "extensible",
63 "function",
64 "is",
65 "object",
66 "regex",
67 "test"
68 ],
69 "license": "MIT",
70 "main": "index.js",
71 "name": "is-extendable",
72 "repository": {
73 "type": "git",
74 "url": "git+https://github.com/jonschlinkert/is-extendable.git"
75 },
76 "scripts": {
77 "test": "mocha"
78 },
79 "types": "index.d.ts",
80 "verb": {
81 "related": {
82 "list": [
83 "assign-deep",
84 "is-equal-shallow",
85 "is-plain-object",
86 "isobject",
87 "kind-of"
88 ]
89 },
90 "toc": false,
91 "layout": "default",
92 "tasks": [
93 "readme"
94 ],
95 "plugins": [
96 "gulp-format-md"
97 ],
98 "lint": {
99 "reflinks": true
100 }
101 },
102 "version": "1.0.1"
103}
Note: See TracBrowser for help on using the repository browser.