- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/has-value/package.json
rceaed42 r59329aa 1 1 { 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 ] 10 7 ], 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 }, 12 35 "bugs": { 13 36 "url": "https://github.com/jonschlinkert/has-value/issues" 14 37 }, 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 } 18 47 ], 19 "main": "index.js",20 "engines": {21 "node": ">=0.10.0"22 },23 "scripts": {24 "test": "mocha"25 },26 48 "dependencies": { 27 49 "get-value": "^2.0.6", … … 29 51 "isobject": "^3.0.0" 30 52 }, 53 "description": "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.", 31 54 "devDependencies": { 32 55 "gulp-format-md": "^0.1.12", 33 56 "mocha": "^3.4.1" 34 57 }, 58 "engines": { 59 "node": ">=0.10.0" 60 }, 61 "files": [ 62 "index.js" 63 ], 64 "homepage": "https://github.com/jonschlinkert/has-value", 35 65 "keywords": [ 36 66 "array", … … 58 88 "value" 59 89 ], 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 }, 60 100 "verb": { 61 101 "run": true, … … 80 120 "reflinks": true 81 121 } 82 } 122 }, 123 "version": "1.0.0" 83 124 }
Note:
See TracChangeset
for help on using the changeset viewer.