This repository has been archived on 2021-05-23. You can view files and clone it, but cannot push or open issues or pull requests.
simpledash/bulma/node_modules/require-directory/package.json

70 lines
1.8 KiB
JSON

{
"_from": "require-directory@^2.1.1",
"_id": "require-directory@2.1.1",
"_inBundle": false,
"_integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=",
"_location": "/require-directory",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "require-directory@^2.1.1",
"name": "require-directory",
"escapedName": "require-directory",
"rawSpec": "^2.1.1",
"saveSpec": null,
"fetchSpec": "^2.1.1"
},
"_requiredBy": [
"/yargs"
],
"_resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
"_shasum": "8c64ad5fd30dab1c976e2344ffe7f792a6a6df42",
"_spec": "require-directory@^2.1.1",
"_where": "/home/arsen/bulma-liwu/node_modules/yargs",
"author": {
"name": "Troy Goode",
"email": "troygoode@gmail.com",
"url": "http://github.com/troygoode/"
},
"bugs": {
"url": "http://github.com/troygoode/node-require-directory/issues/"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Troy Goode",
"email": "troygoode@gmail.com",
"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",
"mocha": "^2.1.0"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/troygoode/node-require-directory/",
"keywords": [
"require",
"directory",
"library",
"recursive"
],
"license": "MIT",
"main": "index.js",
"name": "require-directory",
"repository": {
"type": "git",
"url": "git://github.com/troygoode/node-require-directory.git"
},
"scripts": {
"lint": "jshint index.js test/test.js",
"test": "mocha"
},
"version": "2.1.1"
}