package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "require-directory@2.1.1",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  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. "/yargs"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
  29. "_spec": "2.1.1",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "author": {
  32. "name": "Troy Goode",
  33. "email": "troygoode@gmail.com",
  34. "url": "http://github.com/troygoode/"
  35. },
  36. "bugs": {
  37. "url": "http://github.com/troygoode/node-require-directory/issues/"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Troy Goode",
  42. "email": "troygoode@gmail.com",
  43. "url": "http://github.com/troygoode/"
  44. }
  45. ],
  46. "description": "Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.",
  47. "devDependencies": {
  48. "jshint": "^2.6.0",
  49. "mocha": "^2.1.0"
  50. },
  51. "engines": {
  52. "node": ">=0.10.0"
  53. },
  54. "homepage": "https://github.com/troygoode/node-require-directory/",
  55. "keywords": [
  56. "require",
  57. "directory",
  58. "library",
  59. "recursive"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "require-directory",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/troygoode/node-require-directory.git"
  67. },
  68. "scripts": {
  69. "lint": "jshint index.js test/test.js",
  70. "test": "mocha"
  71. },
  72. "version": "2.1.1"
  73. }