package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "fstream@>= 0.1.30 < 1",
  6. "scope": null,
  7. "escapedName": "fstream",
  8. "name": "fstream",
  9. "rawSpec": ">= 0.1.30 < 1",
  10. "spec": ">=0.1.30 <1.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/unzip"
  14. ]
  15. ],
  16. "_from": "fstream@>=0.1.30 <1.0.0",
  17. "_id": "fstream@0.1.31",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/fstream",
  21. "_npmUser": {
  22. "name": "isaacs",
  23. "email": "i@izs.me"
  24. },
  25. "_npmVersion": "2.0.0-alpha-5",
  26. "_phantomChildren": {
  27. "natives": "1.1.0"
  28. },
  29. "_requested": {
  30. "raw": "fstream@>= 0.1.30 < 1",
  31. "scope": null,
  32. "escapedName": "fstream",
  33. "name": "fstream",
  34. "rawSpec": ">= 0.1.30 < 1",
  35. "spec": ">=0.1.30 <1.0.0",
  36. "type": "range"
  37. },
  38. "_requiredBy": [
  39. "/unzip"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/fstream/-/fstream-0.1.31.tgz",
  42. "_shasum": "7337f058fbbbbefa8c9f561a28cab0849202c988",
  43. "_shrinkwrap": null,
  44. "_spec": "fstream@>= 0.1.30 < 1",
  45. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/unzip",
  46. "author": {
  47. "name": "Isaac Z. Schlueter",
  48. "email": "i@izs.me",
  49. "url": "http://blog.izs.me/"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/isaacs/fstream/issues"
  53. },
  54. "dependencies": {
  55. "graceful-fs": "~3.0.2",
  56. "inherits": "~2.0.0",
  57. "mkdirp": "0.5",
  58. "rimraf": "2"
  59. },
  60. "description": "Advanced file system stream things",
  61. "devDependencies": {
  62. "tap": ""
  63. },
  64. "directories": {},
  65. "dist": {
  66. "shasum": "7337f058fbbbbefa8c9f561a28cab0849202c988",
  67. "tarball": "https://registry.npmjs.org/fstream/-/fstream-0.1.31.tgz"
  68. },
  69. "engines": {
  70. "node": ">=0.6"
  71. },
  72. "gitHead": "3512b3d41b4c9b3ef15cf32a04e06b297f3dd6a4",
  73. "homepage": "https://github.com/isaacs/fstream",
  74. "license": "BSD",
  75. "main": "fstream.js",
  76. "maintainers": [
  77. {
  78. "name": "isaacs",
  79. "email": "i@izs.me"
  80. }
  81. ],
  82. "name": "fstream",
  83. "optionalDependencies": {},
  84. "readme": "ERROR: No README data found!",
  85. "repository": {
  86. "type": "git",
  87. "url": "git://github.com/isaacs/fstream.git"
  88. },
  89. "scripts": {
  90. "test": "tap examples/*.js"
  91. },
  92. "version": "0.1.31"
  93. }