package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "split@0.2",
  6. "scope": null,
  7. "escapedName": "split",
  8. "name": "split",
  9. "rawSpec": "0.2",
  10. "spec": ">=0.2.0 <0.3.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/event-stream"
  14. ]
  15. ],
  16. "_from": "split@>=0.2.0 <0.3.0",
  17. "_id": "split@0.2.10",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/split",
  21. "_npmUser": {
  22. "name": "dominictarr",
  23. "email": "dominic.tarr@gmail.com"
  24. },
  25. "_npmVersion": "1.3.6",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "split@0.2",
  29. "scope": null,
  30. "escapedName": "split",
  31. "name": "split",
  32. "rawSpec": "0.2",
  33. "spec": ">=0.2.0 <0.3.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/event-stream"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/split/-/split-0.2.10.tgz",
  40. "_shasum": "67097c601d697ce1368f418f06cd201cf0521a57",
  41. "_shrinkwrap": null,
  42. "_spec": "split@0.2",
  43. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/event-stream",
  44. "author": {
  45. "name": "Dominic Tarr",
  46. "email": "dominic.tarr@gmail.com",
  47. "url": "http://bit.ly/dominictarr"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/dominictarr/split/issues"
  51. },
  52. "dependencies": {
  53. "through": "2"
  54. },
  55. "description": "split a Text Stream into a Line Stream",
  56. "devDependencies": {
  57. "asynct": "*",
  58. "event-stream": "~3.0.2",
  59. "it-is": "1",
  60. "stream-spec": "~0.2",
  61. "ubelt": "~2.9"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "67097c601d697ce1368f418f06cd201cf0521a57",
  66. "tarball": "https://registry.npmjs.org/split/-/split-0.2.10.tgz"
  67. },
  68. "engines": {
  69. "node": "*"
  70. },
  71. "homepage": "http://github.com/dominictarr/split",
  72. "maintainers": [
  73. {
  74. "name": "dominictarr",
  75. "email": "dominic.tarr@gmail.com"
  76. }
  77. ],
  78. "name": "split",
  79. "optionalDependencies": {},
  80. "readme": "ERROR: No README data found!",
  81. "repository": {
  82. "type": "git",
  83. "url": "git://github.com/dominictarr/split.git"
  84. },
  85. "scripts": {
  86. "test": "asynct test/"
  87. },
  88. "version": "0.2.10"
  89. }