source: trip-planner-front/node_modules/require-directory/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: 1.9 KB
Line 
1{
2 "_args": [
3 [
4 "require-directory@2.1.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "require-directory@2.1.1",
10 "_id": "require-directory@2.1.1",
11 "_inBundle": false,
12 "_integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=",
13 "_location": "/require-directory",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "require-directory@2.1.1",
19 "name": "require-directory",
20 "escapedName": "require-directory",
21 "rawSpec": "2.1.1",
22 "saveSpec": null,
23 "fetchSpec": "2.1.1"
24 },
25 "_requiredBy": [
26 "/karma/yargs",
27 "/webpack-dev-server/yargs",
28 "/yargs"
29 ],
30 "_resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
31 "_spec": "2.1.1",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "Troy Goode",
35 "email": "troygoode@gmail.com",
36 "url": "http://github.com/troygoode/"
37 },
38 "bugs": {
39 "url": "http://github.com/troygoode/node-require-directory/issues/"
40 },
41 "contributors": [
42 {
43 "name": "Troy Goode",
44 "email": "troygoode@gmail.com",
45 "url": "http://github.com/troygoode/"
46 }
47 ],
48 "description": "Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.",
49 "devDependencies": {
50 "jshint": "^2.6.0",
51 "mocha": "^2.1.0"
52 },
53 "engines": {
54 "node": ">=0.10.0"
55 },
56 "homepage": "https://github.com/troygoode/node-require-directory/",
57 "keywords": [
58 "require",
59 "directory",
60 "library",
61 "recursive"
62 ],
63 "license": "MIT",
64 "main": "index.js",
65 "name": "require-directory",
66 "repository": {
67 "type": "git",
68 "url": "git://github.com/troygoode/node-require-directory.git"
69 },
70 "scripts": {
71 "lint": "jshint index.js test/test.js",
72 "test": "mocha"
73 },
74 "version": "2.1.1"
75}
Note: See TracBrowser for help on using the repository browser.