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

adding photos

Location:
trip-planner-front/node_modules/union-value
Files:
2 edited

Legend:

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

    rceaed42 r59329aa  
    11{
    2   "name": "is-extendable",
    3   "description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
    4   "version": "0.1.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@0.1.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "is-extendable@0.1.1",
     10  "_id": "is-extendable@0.1.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
     13  "_location": "/union-value/is-extendable",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "is-extendable@0.1.1",
     19    "name": "is-extendable",
     20    "escapedName": "is-extendable",
     21    "rawSpec": "0.1.1",
     22    "saveSpec": null,
     23    "fetchSpec": "0.1.1"
     24  },
     25  "_requiredBy": [
     26    "/union-value"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
     29  "_spec": "0.1.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Jon Schlinkert",
     33    "url": "https://github.com/jonschlinkert"
     34  },
    835  "bugs": {
    936    "url": "https://github.com/jonschlinkert/is-extendable/issues"
    1037  },
    11   "license": "MIT",
     38  "description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
     39  "devDependencies": {
     40    "mocha": "*"
     41  },
     42  "engines": {
     43    "node": ">=0.10.0"
     44  },
    1245  "files": [
    1346    "index.js"
    1447  ],
    15   "main": "index.js",
    16   "engines": {
    17     "node": ">=0.10.0"
    18   },
    19   "scripts": {
    20     "test": "mocha"
    21   },
    22   "devDependencies": {
    23     "mocha": "*"
    24   },
     48  "homepage": "https://github.com/jonschlinkert/is-extendable",
    2549  "keywords": [
    2650    "array",
     
    3660    "test"
    3761  ],
     62  "license": "MIT",
     63  "main": "index.js",
     64  "name": "is-extendable",
     65  "repository": {
     66    "type": "git",
     67    "url": "git+https://github.com/jonschlinkert/is-extendable.git"
     68  },
     69  "scripts": {
     70    "test": "mocha"
     71  },
    3872  "verbiage": {
    3973    "related": {
     
    4882      ]
    4983    }
    50   }
     84  },
     85  "version": "0.1.1"
    5186}
  • trip-planner-front/node_modules/union-value/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "union-value",
    3   "description": "Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.",
    4   "version": "1.0.1",
    5   "homepage": "https://github.com/jonschlinkert/union-value",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/union-value",
     2  "_args": [
     3    [
     4      "union-value@1.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "union-value@1.0.1",
     10  "_id": "union-value@1.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==",
     13  "_location": "/union-value",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "union-value@1.0.1",
     19    "name": "union-value",
     20    "escapedName": "union-value",
     21    "rawSpec": "1.0.1",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.1"
     24  },
     25  "_requiredBy": [
     26    "/cache-base"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz",
     29  "_spec": "1.0.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Jon Schlinkert",
     33    "url": "https://github.com/jonschlinkert"
     34  },
    835  "bugs": {
    936    "url": "https://github.com/jonschlinkert/union-value/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"
    2137  },
    2238  "dependencies": {
     
    2642    "set-value": "^2.0.1"
    2743  },
     44  "description": "Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.",
    2845  "devDependencies": {
    2946    "gulp-format-md": "^0.1.11",
     
    3148    "should": "^11.2.0"
    3249  },
     50  "engines": {
     51    "node": ">=0.10.0"
     52  },
     53  "files": [
     54    "index.js"
     55  ],
     56  "homepage": "https://github.com/jonschlinkert/union-value",
    3357  "keywords": [
    3458    "array",
     
    4670    "value"
    4771  ],
     72  "license": "MIT",
     73  "main": "index.js",
     74  "name": "union-value",
     75  "repository": {
     76    "type": "git",
     77    "url": "git+https://github.com/jonschlinkert/union-value.git"
     78  },
     79  "scripts": {
     80    "test": "mocha"
     81  },
    4882  "verb": {
    4983    "toc": false,
     
    67101      "reflinks": true
    68102    }
    69   }
     103  },
     104  "version": "1.0.1"
    70105}
Note: See TracChangeset for help on using the changeset viewer.