Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/is-extendable/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "is-extendable",
    3   "description": "Returns true if a value is a plain object, array or function.",
    4   "version": "1.0.1",
    5   "homepage": "https://github.com/jonschlinkert/is-extendable",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/is-extendable",
     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  },
    836  "bugs": {
    937    "url": "https://github.com/jonschlinkert/is-extendable/issues"
    1038  },
    11   "license": "MIT",
     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  },
    1250  "files": [
    1351    "index.js",
    1452    "index.d.ts"
    1553  ],
    16   "main": "index.js",
    17   "types": "index.d.ts",
    18   "engines": {
    19     "node": ">=0.10.0"
    20   },
    21   "scripts": {
    22     "test": "mocha"
    23   },
    24   "dependencies": {
    25     "is-plain-object": "^2.0.4"
    26   },
    27   "devDependencies": {
    28     "gulp-format-md": "^1.0.0",
    29     "mocha": "^3.4.2"
    30   },
     54  "homepage": "https://github.com/jonschlinkert/is-extendable",
    3155  "keywords": [
    3256    "array",
     
    4367    "test"
    4468  ],
     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",
    4580  "verb": {
    4681    "related": {
     
    6499      "reflinks": true
    65100    }
    66   }
     101  },
     102  "version": "1.0.1"
    67103}
Note: See TracChangeset for help on using the changeset viewer.