You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 3 година
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "require-directory@2.1.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "require-directory@2.1.1",
  9. "_id": "require-directory@2.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=",
  12. "_location": "/require-directory",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "require-directory@2.1.1",
  18. "name": "require-directory",
  19. "escapedName": "require-directory",
  20. "rawSpec": "2.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.1"
  23. },
  24. "_requiredBy": [
  25. "/browser-sync/yargs",
  26. "/jest-runtime/yargs",
  27. "/jest/yargs",
  28. "/localtunnel/yargs",
  29. "/webpack-dev-server/yargs",
  30. "/yargs"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
  33. "_spec": "2.1.1",
  34. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  35. "author": {
  36. "name": "Troy Goode",
  37. "email": "troygoode@gmail.com",
  38. "url": "http://github.com/troygoode/"
  39. },
  40. "bugs": {
  41. "url": "http://github.com/troygoode/node-require-directory/issues/"
  42. },
  43. "contributors": [
  44. {
  45. "name": "Troy Goode",
  46. "email": "troygoode@gmail.com",
  47. "url": "http://github.com/troygoode/"
  48. }
  49. ],
  50. "description": "Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.",
  51. "devDependencies": {
  52. "jshint": "^2.6.0",
  53. "mocha": "^2.1.0"
  54. },
  55. "engines": {
  56. "node": ">=0.10.0"
  57. },
  58. "homepage": "https://github.com/troygoode/node-require-directory/",
  59. "keywords": [
  60. "require",
  61. "directory",
  62. "library",
  63. "recursive"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "require-directory",
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/troygoode/node-require-directory.git"
  71. },
  72. "scripts": {
  73. "lint": "jshint index.js test/test.js",
  74. "test": "mocha"
  75. },
  76. "version": "2.1.1"
  77. }