package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "istextorbinary@1.0.2",
  6. "scope": null,
  7. "escapedName": "istextorbinary",
  8. "name": "istextorbinary",
  9. "rawSpec": "1.0.2",
  10. "spec": "1.0.2",
  11. "type": "version"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-replace"
  14. ]
  15. ],
  16. "_from": "istextorbinary@1.0.2",
  17. "_id": "istextorbinary@1.0.2",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/istextorbinary",
  21. "_nodeVersion": "0.10.33",
  22. "_npmUser": {
  23. "name": "balupton",
  24. "email": "b@lupton.cc"
  25. },
  26. "_npmVersion": "2.1.9",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "istextorbinary@1.0.2",
  30. "scope": null,
  31. "escapedName": "istextorbinary",
  32. "name": "istextorbinary",
  33. "rawSpec": "1.0.2",
  34. "spec": "1.0.2",
  35. "type": "version"
  36. },
  37. "_requiredBy": [
  38. "/gulp-replace"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/istextorbinary/-/istextorbinary-1.0.2.tgz",
  41. "_shasum": "ace19354d1a9a0173efeb1084ce0f87b0ad7decf",
  42. "_shrinkwrap": null,
  43. "_spec": "istextorbinary@1.0.2",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-replace",
  45. "author": {
  46. "name": "2012+ Bevry Pty Ltd",
  47. "email": "us@bevry.me",
  48. "url": "http://bevry.me"
  49. },
  50. "badges": {
  51. "travis": true,
  52. "npm": true,
  53. "npmdownloads": true,
  54. "david": true,
  55. "daviddev": true,
  56. "gratipay": "bevry",
  57. "flattr": "344188/balupton-on-Flattr",
  58. "paypal": "QB8GQPZAH84N6",
  59. "bitcoin": "https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a",
  60. "wishlist": "http://amzn.com/w/2F8TXKSNAFG4V"
  61. },
  62. "bugs": {
  63. "url": "https://github.com/bevry/istextorbinary/issues"
  64. },
  65. "cakeConfiguration": {
  66. "COFFEE_SRC_PATH": "src"
  67. },
  68. "contributors": [
  69. {
  70. "name": "Benjamin Lupton",
  71. "email": "b@lupton.cc",
  72. "url": "https://github.com/balupton"
  73. },
  74. {
  75. "name": "shinnn",
  76. "url": "https://github.com/shinnn"
  77. }
  78. ],
  79. "dependencies": {
  80. "binaryextensions": "~1.0.0",
  81. "textextensions": "~1.0.0"
  82. },
  83. "description": "Determines if a buffer is comprised of text or binary",
  84. "devDependencies": {
  85. "chai": "~1.10.0",
  86. "coffee-script": "~1.8.0",
  87. "joe": "~1.5.0",
  88. "joe-reporter-console": "~1.2.1",
  89. "projectz": "~0.3.17"
  90. },
  91. "directories": {
  92. "lib": "./out/lib"
  93. },
  94. "dist": {
  95. "shasum": "ace19354d1a9a0173efeb1084ce0f87b0ad7decf",
  96. "tarball": "https://registry.npmjs.org/istextorbinary/-/istextorbinary-1.0.2.tgz"
  97. },
  98. "engines": {
  99. "node": ">=0.4"
  100. },
  101. "gitHead": "e7606ca61f12814cb1ddd139442cc0f1dc6bbbb4",
  102. "homepage": "https://github.com/bevry/istextorbinary",
  103. "keywords": [
  104. "text",
  105. "binary",
  106. "encoding"
  107. ],
  108. "license": {
  109. "type": "MIT"
  110. },
  111. "main": "./out/lib/istextorbinary.js",
  112. "maintainers": [
  113. {
  114. "name": "balupton",
  115. "email": "b@lupton.cc"
  116. }
  117. ],
  118. "name": "istextorbinary",
  119. "optionalDependencies": {},
  120. "readme": "ERROR: No README data found!",
  121. "repository": {
  122. "type": "git",
  123. "url": "git+ssh://git@github.com/bevry/istextorbinary.git"
  124. },
  125. "scripts": {
  126. "test": "node ./out/test/istextorbinary-test.js"
  127. },
  128. "title": "Is Text or Binary?",
  129. "version": "1.0.2"
  130. }