| | |
| | | { |
| | | "_args": [ |
| | | [ |
| | | "require-directory@2.1.1", |
| | | "/Users/tomas/PAM/PAMapp" |
| | | ] |
| | | ], |
| | | "_from": "require-directory@2.1.1", |
| | | "_from": "require-directory@^2.1.1", |
| | | "_id": "require-directory@2.1.1", |
| | | "_inBundle": false, |
| | | "_integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", |
| | | "_location": "/require-directory", |
| | | "_phantomChildren": {}, |
| | | "_requested": { |
| | | "type": "version", |
| | | "type": "range", |
| | | "registry": true, |
| | | "raw": "require-directory@2.1.1", |
| | | "raw": "require-directory@^2.1.1", |
| | | "name": "require-directory", |
| | | "escapedName": "require-directory", |
| | | "rawSpec": "2.1.1", |
| | | "rawSpec": "^2.1.1", |
| | | "saveSpec": null, |
| | | "fetchSpec": "2.1.1" |
| | | "fetchSpec": "^2.1.1" |
| | | }, |
| | | "_requiredBy": [ |
| | | "/glob-all/yargs", |
| | | "/jest/yargs", |
| | | "/yargs" |
| | | ], |
| | | "_resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", |
| | | "_spec": "2.1.1", |
| | | "_where": "/Users/tomas/PAM/PAMapp", |
| | | "_shasum": "8c64ad5fd30dab1c976e2344ffe7f792a6a6df42", |
| | | "_spec": "require-directory@^2.1.1", |
| | | "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\yargs", |
| | | "author": { |
| | | "name": "Troy Goode", |
| | | "email": "troygoode@gmail.com", |
| | |
| | | "bugs": { |
| | | "url": "http://github.com/troygoode/node-require-directory/issues/" |
| | | }, |
| | | "bundleDependencies": false, |
| | | "contributors": [ |
| | | { |
| | | "name": "Troy Goode", |
| | |
| | | "url": "http://github.com/troygoode/" |
| | | } |
| | | ], |
| | | "deprecated": false, |
| | | "description": "Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.", |
| | | "devDependencies": { |
| | | "jshint": "^2.6.0", |