Changeset 59329aa for trip-planner-front/node_modules/extend-shallow
- 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/extend-shallow/package.json
rceaed42 r59329aa 1 1 { 2 "name": "extend-shallow", 3 "description": "Extend an object with the properties of additional objects. node.js/javascript util.", 4 "version": "3.0.2", 5 "homepage": "https://github.com/jonschlinkert/extend-shallow", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "Jon Schlinkert (http://twitter.com/jonschlinkert)", 9 "Peter deHaan (http://about.me/peterdehaan)" 2 "_args": [ 3 [ 4 "extend-shallow@3.0.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 10 7 ], 11 "repository": "jonschlinkert/extend-shallow", 8 "_development": true, 9 "_from": "extend-shallow@3.0.2", 10 "_id": "extend-shallow@3.0.2", 11 "_inBundle": false, 12 "_integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", 13 "_location": "/extend-shallow", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "extend-shallow@3.0.2", 19 "name": "extend-shallow", 20 "escapedName": "extend-shallow", 21 "rawSpec": "3.0.2", 22 "saveSpec": null, 23 "fetchSpec": "3.0.2" 24 }, 25 "_requiredBy": [ 26 "/http-proxy-middleware/micromatch", 27 "/nanomatch", 28 "/regex-not", 29 "/split-string", 30 "/to-regex", 31 "/webpack-dev-server/micromatch" 32 ], 33 "_resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", 34 "_spec": "3.0.2", 35 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 36 "author": { 37 "name": "Jon Schlinkert", 38 "url": "https://github.com/jonschlinkert" 39 }, 12 40 "bugs": { 13 41 "url": "https://github.com/jonschlinkert/extend-shallow/issues" 14 42 }, 15 "license": "MIT", 16 "files": [ 17 "index.js" 43 "contributors": [ 44 { 45 "name": "Jon Schlinkert", 46 "url": "http://twitter.com/jonschlinkert" 47 }, 48 { 49 "name": "Peter deHaan", 50 "url": "http://about.me/peterdehaan" 51 } 18 52 ], 19 "main": "index.js",20 "engines": {21 "node": ">=0.10.0"22 },23 "scripts": {24 "test": "mocha"25 },26 53 "dependencies": { 27 54 "assign-symbols": "^1.0.0", 28 55 "is-extendable": "^1.0.1" 29 56 }, 57 "description": "Extend an object with the properties of additional objects. node.js/javascript util.", 30 58 "devDependencies": { 31 59 "array-slice": "^1.0.0", … … 39 67 "object-assign": "^4.1.1" 40 68 }, 69 "engines": { 70 "node": ">=0.10.0" 71 }, 72 "files": [ 73 "index.js" 74 ], 75 "homepage": "https://github.com/jonschlinkert/extend-shallow", 41 76 "keywords": [ 42 77 "assign", … … 58 93 "value" 59 94 ], 95 "license": "MIT", 96 "main": "index.js", 97 "name": "extend-shallow", 98 "repository": { 99 "type": "git", 100 "url": "git+https://github.com/jonschlinkert/extend-shallow.git" 101 }, 102 "scripts": { 103 "test": "mocha" 104 }, 60 105 "verb": { 61 106 "toc": false, … … 80 125 "reflinks": true 81 126 } 82 } 127 }, 128 "version": "3.0.2" 83 129 }
Note:
See TracChangeset
for help on using the changeset viewer.