source: trip-planner-front/node_modules/for-in/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 2.3 KB
Line 
1{
2 "_args": [
3 [
4 "for-in@1.0.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "for-in@1.0.2",
10 "_id": "for-in@1.0.2",
11 "_inBundle": false,
12 "_integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=",
13 "_location": "/for-in",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "for-in@1.0.2",
19 "name": "for-in",
20 "escapedName": "for-in",
21 "rawSpec": "1.0.2",
22 "saveSpec": null,
23 "fetchSpec": "1.0.2"
24 },
25 "_requiredBy": [
26 "/mixin-deep"
27 ],
28 "_resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
29 "_spec": "1.0.2",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Jon Schlinkert",
33 "url": "https://github.com/jonschlinkert"
34 },
35 "bugs": {
36 "url": "https://github.com/jonschlinkert/for-in/issues"
37 },
38 "contributors": [
39 {
40 "name": "Jon Schlinkert",
41 "email": "jon.schlinkert@sellside.com",
42 "url": "http://twitter.com/jonschlinkert"
43 },
44 {
45 "name": "Paul Irish",
46 "url": "http://paulirish.com"
47 }
48 ],
49 "description": "Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js",
50 "devDependencies": {
51 "gulp-format-md": "^0.1.11",
52 "mocha": "^3.2.0"
53 },
54 "engines": {
55 "node": ">=0.10.0"
56 },
57 "files": [
58 "index.js"
59 ],
60 "homepage": "https://github.com/jonschlinkert/for-in",
61 "keywords": [
62 "for",
63 "for-in",
64 "for-own",
65 "has",
66 "has-own",
67 "hasOwn",
68 "in",
69 "key",
70 "keys",
71 "object",
72 "own",
73 "value"
74 ],
75 "license": "MIT",
76 "main": "index.js",
77 "name": "for-in",
78 "repository": {
79 "type": "git",
80 "url": "git+https://github.com/jonschlinkert/for-in.git"
81 },
82 "scripts": {
83 "test": "mocha"
84 },
85 "verb": {
86 "run": true,
87 "toc": false,
88 "layout": "default",
89 "tasks": [
90 "readme"
91 ],
92 "plugins": [
93 "gulp-format-md"
94 ],
95 "related": {
96 "list": [
97 "arr-flatten",
98 "collection-map",
99 "for-own"
100 ]
101 },
102 "reflinks": [
103 "verb"
104 ],
105 "lint": {
106 "reflinks": true
107 }
108 },
109 "version": "1.0.2"
110}
Note: See TracBrowser for help on using the repository browser.