Changeset 59329aa for trip-planner-front/node_modules/isobject
- 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/isobject/package.json
rceaed42 r59329aa 1 1 { 2 "name": "isobject", 3 "description": "Returns true if the value is an object and not an array or null.", 4 "version": "3.0.1", 5 "homepage": "https://github.com/jonschlinkert/isobject", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "(https://github.com/LeSuisse)", 9 "Brian Woodward (https://twitter.com/doowb)", 10 "Jon Schlinkert (http://twitter.com/jonschlinkert)", 11 "Magnús Dæhlen (https://github.com/magnudae)", 12 "Tom MacWright (https://macwright.org)" 2 "_args": [ 3 [ 4 "isobject@3.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 13 7 ], 14 "repository": "jonschlinkert/isobject", 8 "_development": true, 9 "_from": "isobject@3.0.1", 10 "_id": "isobject@3.0.1", 11 "_inBundle": false, 12 "_integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", 13 "_location": "/isobject", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "isobject@3.0.1", 19 "name": "isobject", 20 "escapedName": "isobject", 21 "rawSpec": "3.0.1", 22 "saveSpec": null, 23 "fetchSpec": "3.0.1" 24 }, 25 "_requiredBy": [ 26 "/base", 27 "/cache-base", 28 "/class-utils", 29 "/define-property", 30 "/has-value", 31 "/http-proxy-middleware/braces", 32 "/is-plain-object", 33 "/object-visit", 34 "/object.pick", 35 "/snapdragon-node", 36 "/unset-value", 37 "/webpack-dev-server/braces" 38 ], 39 "_resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", 40 "_spec": "3.0.1", 41 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 42 "author": { 43 "name": "Jon Schlinkert", 44 "url": "https://github.com/jonschlinkert" 45 }, 15 46 "bugs": { 16 47 "url": "https://github.com/jonschlinkert/isobject/issues" 17 48 }, 18 "license": "MIT", 49 "contributors": [ 50 { 51 "url": "https://github.com/LeSuisse" 52 }, 53 { 54 "name": "Brian Woodward", 55 "url": "https://twitter.com/doowb" 56 }, 57 { 58 "name": "Jon Schlinkert", 59 "url": "http://twitter.com/jonschlinkert" 60 }, 61 { 62 "name": "Magnús Dæhlen", 63 "url": "https://github.com/magnudae" 64 }, 65 { 66 "name": "Tom MacWright", 67 "url": "https://macwright.org" 68 } 69 ], 70 "dependencies": {}, 71 "description": "Returns true if the value is an object and not an array or null.", 72 "devDependencies": { 73 "gulp-format-md": "^0.1.9", 74 "mocha": "^2.4.5" 75 }, 76 "engines": { 77 "node": ">=0.10.0" 78 }, 19 79 "files": [ 20 80 "index.d.ts", 21 81 "index.js" 22 82 ], 23 "main": "index.js", 24 "engines": { 25 "node": ">=0.10.0" 26 }, 27 "scripts": { 28 "test": "mocha" 29 }, 30 "dependencies": {}, 31 "devDependencies": { 32 "gulp-format-md": "^0.1.9", 33 "mocha": "^2.4.5" 34 }, 83 "homepage": "https://github.com/jonschlinkert/isobject", 35 84 "keywords": [ 36 85 "check", … … 47 96 "value" 48 97 ], 98 "license": "MIT", 99 "main": "index.js", 100 "name": "isobject", 101 "repository": { 102 "type": "git", 103 "url": "git+https://github.com/jonschlinkert/isobject.git" 104 }, 105 "scripts": { 106 "test": "mocha" 107 }, 49 108 "types": "index.d.ts", 50 109 "verb": { … … 71 130 "verb" 72 131 ] 73 } 132 }, 133 "version": "3.0.1" 74 134 }
Note:
See TracChangeset
for help on using the changeset viewer.