Changeset 59329aa for trip-planner-front/node_modules/require-directory
- 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/require-directory/package.json
rceaed42 r59329aa 1 1 { 2 "author": "Troy Goode <troygoode@gmail.com> (http://github.com/troygoode/)", 3 "name": "require-directory", 4 "version": "2.1.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 ], 5 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/", 6 57 "keywords": [ 7 58 "require", … … 10 61 "recursive" 11 62 ], 12 " homepage": "https://github.com/troygoode/node-require-directory/",63 "license": "MIT", 13 64 "main": "index.js", 65 "name": "require-directory", 14 66 "repository": { 15 67 "type": "git", 16 68 "url": "git://github.com/troygoode/node-require-directory.git" 17 69 }, 18 "contributors": [ 19 { 20 "name": "Troy Goode", 21 "email": "troygoode@gmail.com", 22 "web": "http://github.com/troygoode/" 23 } 24 ], 25 "license": "MIT", 26 "bugs": { 27 "url": "http://github.com/troygoode/node-require-directory/issues/" 70 "scripts": { 71 "lint": "jshint index.js test/test.js", 72 "test": "mocha" 28 73 }, 29 "engines": { 30 "node": ">=0.10.0" 31 }, 32 "devDependencies": { 33 "jshint": "^2.6.0", 34 "mocha": "^2.1.0" 35 }, 36 "scripts": { 37 "test": "mocha", 38 "lint": "jshint index.js test/test.js" 39 } 74 "version": "2.1.1" 40 75 }
Note:
See TracChangeset
for help on using the changeset viewer.