Changeset 59329aa for trip-planner-front/node_modules/object.pick
- 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/object.pick/package.json
rceaed42 r59329aa 1 1 { 2 "name": "object.pick", 3 "description": "Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.", 4 "version": "1.3.0", 5 "homepage": "https://github.com/jonschlinkert/object.pick", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/object.pick", 2 "_args": [ 3 [ 4 "object.pick@1.3.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "object.pick@1.3.0", 10 "_id": "object.pick@1.3.0", 11 "_inBundle": false, 12 "_integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", 13 "_location": "/object.pick", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "object.pick@1.3.0", 19 "name": "object.pick", 20 "escapedName": "object.pick", 21 "rawSpec": "1.3.0", 22 "saveSpec": null, 23 "fetchSpec": "1.3.0" 24 }, 25 "_requiredBy": [ 26 "/http-proxy-middleware/micromatch", 27 "/nanomatch", 28 "/webpack-dev-server/micromatch" 29 ], 30 "_resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", 31 "_spec": "1.3.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 }, 8 37 "bugs": { 9 38 "url": "https://github.com/jonschlinkert/object.pick/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"21 39 }, 22 40 "dependencies": { 23 41 "isobject": "^3.0.1" 24 42 }, 43 "description": "Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.", 25 44 "devDependencies": { 26 45 "gulp-format-md": "^1.0.0", … … 28 47 "vinyl": "^2.0.0" 29 48 }, 49 "engines": { 50 "node": ">=0.10.0" 51 }, 52 "files": [ 53 "index.js" 54 ], 55 "homepage": "https://github.com/jonschlinkert/object.pick", 30 56 "keywords": [ 31 57 "object", 32 58 "pick" 33 59 ], 60 "license": "MIT", 61 "main": "index.js", 62 "name": "object.pick", 63 "repository": { 64 "type": "git", 65 "url": "git+https://github.com/jonschlinkert/object.pick.git" 66 }, 67 "scripts": { 68 "test": "mocha" 69 }, 34 70 "verb": { 35 71 "run": true, … … 57 93 "reflinks": true 58 94 } 59 } 95 }, 96 "version": "1.3.0" 60 97 }
Note:
See TracChangeset
for help on using the changeset viewer.