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

    rceaed42 r59329aa  
    11{
    2   "name": "has-values",
    3   "description": "Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. ",
    4   "version": "1.0.0",
    5   "homepage": "https://github.com/jonschlinkert/has-values",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/has-values",
     2  "_args": [
     3    [
     4      "has-values@1.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "has-values@1.0.0",
     10  "_id": "has-values@1.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=",
     13  "_location": "/has-values",
     14  "_phantomChildren": {
     15    "is-buffer": "1.1.6"
     16  },
     17  "_requested": {
     18    "type": "version",
     19    "registry": true,
     20    "raw": "has-values@1.0.0",
     21    "name": "has-values",
     22    "escapedName": "has-values",
     23    "rawSpec": "1.0.0",
     24    "saveSpec": null,
     25    "fetchSpec": "1.0.0"
     26  },
     27  "_requiredBy": [
     28    "/has-value"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz",
     31  "_spec": "1.0.0",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Jon Schlinkert",
     35    "url": "https://github.com/jonschlinkert"
     36  },
    837  "bugs": {
    938    "url": "https://github.com/jonschlinkert/has-values/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"
    2139  },
    2240  "dependencies": {
     
    2442    "kind-of": "^4.0.0"
    2543  },
     44  "description": "Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. ",
    2645  "devDependencies": {
    2746    "gulp-format-md": "^0.1.12",
    2847    "mocha": "^3.4.1"
    2948  },
     49  "engines": {
     50    "node": ">=0.10.0"
     51  },
     52  "files": [
     53    "index.js"
     54  ],
     55  "homepage": "https://github.com/jonschlinkert/has-values",
    3056  "keywords": [
    3157    "array",
     
    5480    "values"
    5581  ],
     82  "license": "MIT",
     83  "main": "index.js",
     84  "name": "has-values",
     85  "repository": {
     86    "type": "git",
     87    "url": "git+https://github.com/jonschlinkert/has-values.git"
     88  },
     89  "scripts": {
     90    "test": "mocha"
     91  },
    5692  "verb": {
    5793    "run": true,
     
    79115      "reflinks": true
    80116    }
    81   }
     117  },
     118  "version": "1.0.0"
    82119}
Note: See TracChangeset for help on using the changeset viewer.