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/has-value/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "has-value",
    3   "description": "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.",
    4   "version": "1.0.0",
    5   "homepage": "https://github.com/jonschlinkert/has-value",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Jon Schlinkert (http://twitter.com/jonschlinkert)",
    9     "Ryan M Harrison (https://linkedin.com/in/harrisonrm)"
     2  "_args": [
     3    [
     4      "has-value@1.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    107  ],
    11   "repository": "jonschlinkert/has-value",
     8  "_development": true,
     9  "_from": "has-value@1.0.0",
     10  "_id": "has-value@1.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=",
     13  "_location": "/has-value",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "has-value@1.0.0",
     19    "name": "has-value",
     20    "escapedName": "has-value",
     21    "rawSpec": "1.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.0"
     24  },
     25  "_requiredBy": [
     26    "/cache-base"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz",
     29  "_spec": "1.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Jon Schlinkert",
     33    "url": "https://github.com/jonschlinkert"
     34  },
    1235  "bugs": {
    1336    "url": "https://github.com/jonschlinkert/has-value/issues"
    1437  },
    15   "license": "MIT",
    16   "files": [
    17     "index.js"
     38  "contributors": [
     39    {
     40      "name": "Jon Schlinkert",
     41      "url": "http://twitter.com/jonschlinkert"
     42    },
     43    {
     44      "name": "Ryan M Harrison",
     45      "url": "https://linkedin.com/in/harrisonrm"
     46    }
    1847  ],
    19   "main": "index.js",
    20   "engines": {
    21     "node": ">=0.10.0"
    22   },
    23   "scripts": {
    24     "test": "mocha"
    25   },
    2648  "dependencies": {
    2749    "get-value": "^2.0.6",
     
    2951    "isobject": "^3.0.0"
    3052  },
     53  "description": "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.",
    3154  "devDependencies": {
    3255    "gulp-format-md": "^0.1.12",
    3356    "mocha": "^3.4.1"
    3457  },
     58  "engines": {
     59    "node": ">=0.10.0"
     60  },
     61  "files": [
     62    "index.js"
     63  ],
     64  "homepage": "https://github.com/jonschlinkert/has-value",
    3565  "keywords": [
    3666    "array",
     
    5888    "value"
    5989  ],
     90  "license": "MIT",
     91  "main": "index.js",
     92  "name": "has-value",
     93  "repository": {
     94    "type": "git",
     95    "url": "git+https://github.com/jonschlinkert/has-value.git"
     96  },
     97  "scripts": {
     98    "test": "mocha"
     99  },
    60100  "verb": {
    61101    "run": true,
     
    80120      "reflinks": true
    81121    }
    82   }
     122  },
     123  "version": "1.0.0"
    83124}
Note: See TracChangeset for help on using the changeset viewer.