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-plain-object/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "is-plain-object",
    3   "description": "Returns true if an object was created by the `Object` constructor.",
    4   "version": "2.0.4",
    5   "homepage": "https://github.com/jonschlinkert/is-plain-object",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Jon Schlinkert (http://twitter.com/jonschlinkert)",
    9     "Osman Nuri Okumuş (http://onokumus.com)",
    10     "Steven Vachon (https://svachon.com)",
    11     "(https://github.com/wtgtybhertgeghgtwtg)"
     2  "_args": [
     3    [
     4      "is-plain-object@2.0.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    127  ],
    13   "repository": "jonschlinkert/is-plain-object",
     8  "_development": true,
     9  "_from": "is-plain-object@2.0.4",
     10  "_id": "is-plain-object@2.0.4",
     11  "_inBundle": false,
     12  "_integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
     13  "_location": "/is-plain-object",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "is-plain-object@2.0.4",
     19    "name": "is-plain-object",
     20    "escapedName": "is-plain-object",
     21    "rawSpec": "2.0.4",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.4"
     24  },
     25  "_requiredBy": [
     26    "/clone-deep",
     27    "/is-extendable",
     28    "/set-value"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
     31  "_spec": "2.0.4",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Jon Schlinkert",
     35    "url": "https://github.com/jonschlinkert"
     36  },
    1437  "bugs": {
    1538    "url": "https://github.com/jonschlinkert/is-plain-object/issues"
    1639  },
    17   "license": "MIT",
    18   "files": [
    19     "index.d.ts",
    20     "index.js"
     40  "contributors": [
     41    {
     42      "name": "Jon Schlinkert",
     43      "url": "http://twitter.com/jonschlinkert"
     44    },
     45    {
     46      "name": "Osman Nuri Okumuş",
     47      "url": "http://onokumus.com"
     48    },
     49    {
     50      "name": "Steven Vachon",
     51      "url": "https://svachon.com"
     52    },
     53    {
     54      "url": "https://github.com/wtgtybhertgeghgtwtg"
     55    }
    2156  ],
    22   "main": "index.js",
    23   "engines": {
    24     "node": ">=0.10.0"
    25   },
    26   "scripts": {
    27     "browserify": "browserify index.js --standalone isPlainObject | uglifyjs --compress --mangle -o browser/is-plain-object.js",
    28     "test_browser": "mocha-phantomjs test/browser.html",
    29     "test_node": "mocha",
    30     "test": "npm run test_node && npm run browserify && npm run test_browser"
    31   },
    3257  "dependencies": {
    3358    "isobject": "^3.0.1"
    3459  },
     60  "description": "Returns true if an object was created by the `Object` constructor.",
    3561  "devDependencies": {
    3662    "browserify": "^14.4.0",
     
    4268    "uglify-js": "^3.0.24"
    4369  },
     70  "engines": {
     71    "node": ">=0.10.0"
     72  },
     73  "files": [
     74    "index.d.ts",
     75    "index.js"
     76  ],
     77  "homepage": "https://github.com/jonschlinkert/is-plain-object",
    4478  "keywords": [
    4579    "check",
     
    5690    "value"
    5791  ],
     92  "license": "MIT",
     93  "main": "index.js",
     94  "name": "is-plain-object",
     95  "repository": {
     96    "type": "git",
     97    "url": "git+https://github.com/jonschlinkert/is-plain-object.git"
     98  },
     99  "scripts": {
     100    "browserify": "browserify index.js --standalone isPlainObject | uglifyjs --compress --mangle -o browser/is-plain-object.js",
     101    "test": "npm run test_node && npm run browserify && npm run test_browser",
     102    "test_browser": "mocha-phantomjs test/browser.html",
     103    "test_node": "mocha"
     104  },
    58105  "types": "index.d.ts",
    59106  "verb": {
     
    76123      "reflinks": true
    77124    }
    78   }
     125  },
     126  "version": "2.0.4"
    79127}
Note: See TracChangeset for help on using the changeset viewer.