package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "[email protected]",
  5. "/Users/shaddockh/Development/Atomic/AtomicFork/AtomicGameEngine/Build/node_modules/dts-generator"
  6. ]
  7. ],
  8. "_from": "[email protected]",
  9. "_id": "[email protected]",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/mkdirp",
  13. "_nodeVersion": "2.0.0",
  14. "_npmUser": {
  15. "email": "[email protected]",
  16. "name": "substack"
  17. },
  18. "_npmVersion": "2.9.0",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "mkdirp",
  22. "raw": "[email protected]",
  23. "rawSpec": "0.5.1",
  24. "scope": null,
  25. "spec": "0.5.1",
  26. "type": "version"
  27. },
  28. "_requiredBy": [
  29. "/dts-generator"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
  32. "_shasum": "30057438eac6cf7f8c4767f38648d6697d75c903",
  33. "_shrinkwrap": null,
  34. "_spec": "[email protected]",
  35. "_where": "/Users/shaddockh/Development/Atomic/AtomicFork/AtomicGameEngine/Build/node_modules/dts-generator",
  36. "author": {
  37. "email": "[email protected]",
  38. "name": "James Halliday",
  39. "url": "http://substack.net"
  40. },
  41. "bin": {
  42. "mkdirp": "bin/cmd.js"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/substack/node-mkdirp/issues"
  46. },
  47. "dependencies": {
  48. "minimist": "0.0.8"
  49. },
  50. "description": "Recursively mkdir, like `mkdir -p`",
  51. "devDependencies": {
  52. "mock-fs": "2 >=2.7.0",
  53. "tap": "1"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "shasum": "30057438eac6cf7f8c4767f38648d6697d75c903",
  58. "tarball": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz"
  59. },
  60. "gitHead": "d4eff0f06093aed4f387e88e9fc301cb76beedc7",
  61. "homepage": "https://github.com/substack/node-mkdirp#readme",
  62. "keywords": [
  63. "directory",
  64. "mkdir"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "maintainers": [
  69. {
  70. "name": "substack",
  71. "email": "[email protected]"
  72. }
  73. ],
  74. "name": "mkdirp",
  75. "optionalDependencies": {},
  76. "readme": "ERROR: No README data found!",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/substack/node-mkdirp.git"
  80. },
  81. "scripts": {
  82. "test": "tap test/*.js"
  83. },
  84. "version": "0.5.1"
  85. }