package.json 2.3 KB

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