package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "rimraf@~2.2.8",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt"
  6. ]
  7. ],
  8. "_from": "rimraf@>=2.2.8 <2.3.0",
  9. "_id": "rimraf@2.2.8",
  10. "_inCache": true,
  11. "_location": "/rimraf",
  12. "_npmUser": {
  13. "email": "i@izs.me",
  14. "name": "isaacs"
  15. },
  16. "_npmVersion": "1.4.10",
  17. "_phantomChildren": {},
  18. "_requested": {
  19. "name": "rimraf",
  20. "raw": "rimraf@~2.2.8",
  21. "rawSpec": "~2.2.8",
  22. "scope": null,
  23. "spec": ">=2.2.8 <2.3.0",
  24. "type": "range"
  25. },
  26. "_requiredBy": [
  27. "/grunt"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz",
  30. "_shasum": "e439be2aaee327321952730f99a8929e4fc50582",
  31. "_shrinkwrap": null,
  32. "_spec": "rimraf@~2.2.8",
  33. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt",
  34. "author": {
  35. "email": "i@izs.me",
  36. "name": "Isaac Z. Schlueter",
  37. "url": "http://blog.izs.me/"
  38. },
  39. "bin": {
  40. "rimraf": "./bin.js"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/isaacs/rimraf/issues"
  44. },
  45. "contributors": [
  46. {
  47. "name": "Isaac Z. Schlueter",
  48. "email": "i@izs.me",
  49. "url": "http://blog.izs.me"
  50. },
  51. {
  52. "name": "Wayne Larsen",
  53. "email": "wayne@larsen.st",
  54. "url": "http://github.com/wvl"
  55. },
  56. {
  57. "name": "ritch",
  58. "email": "skawful@gmail.com"
  59. },
  60. {
  61. "name": "Marcel Laverdet"
  62. },
  63. {
  64. "name": "Yosef Dinerstein",
  65. "email": "yosefd@microsoft.com"
  66. }
  67. ],
  68. "dependencies": {},
  69. "description": "A deep deletion module for node (like `rm -rf`)",
  70. "devDependencies": {},
  71. "directories": {},
  72. "dist": {
  73. "shasum": "e439be2aaee327321952730f99a8929e4fc50582",
  74. "tarball": "http://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz"
  75. },
  76. "homepage": "https://github.com/isaacs/rimraf",
  77. "installable": true,
  78. "license": {
  79. "type": "MIT",
  80. "url": "https://github.com/isaacs/rimraf/raw/master/LICENSE"
  81. },
  82. "main": "rimraf.js",
  83. "maintainers": [
  84. {
  85. "name": "isaacs",
  86. "email": "i@izs.me"
  87. }
  88. ],
  89. "name": "rimraf",
  90. "optionalDependencies": {},
  91. "repository": {
  92. "type": "git",
  93. "url": "git://github.com/isaacs/rimraf.git"
  94. },
  95. "scripts": {
  96. "test": "cd test && bash run.sh"
  97. },
  98. "version": "2.2.8"
  99. }