source: trip-planner-front/node_modules/object.pick/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
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 },
37 "bugs": {
38 "url": "https://github.com/jonschlinkert/object.pick/issues"
39 },
40 "dependencies": {
41 "isobject": "^3.0.1"
42 },
43 "description": "Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.",
44 "devDependencies": {
45 "gulp-format-md": "^1.0.0",
46 "mocha": "^3.1.2",
47 "vinyl": "^2.0.0"
48 },
49 "engines": {
50 "node": ">=0.10.0"
51 },
52 "files": [
53 "index.js"
54 ],
55 "homepage": "https://github.com/jonschlinkert/object.pick",
56 "keywords": [
57 "object",
58 "pick"
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 },
70 "verb": {
71 "run": true,
72 "toc": false,
73 "layout": "default",
74 "tasks": [
75 "readme"
76 ],
77 "plugins": [
78 "gulp-format-md"
79 ],
80 "related": {
81 "list": [
82 "extend-shallow",
83 "get-value",
84 "mixin-deep",
85 "set-value"
86 ],
87 "highlight": "object.omit"
88 },
89 "reflinks": [
90 "verb"
91 ],
92 "lint": {
93 "reflinks": true
94 }
95 },
96 "version": "1.3.0"
97}
Note: See TracBrowser for help on using the repository browser.