package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "binaryextensions@~1.0.0",
  6. "scope": null,
  7. "escapedName": "binaryextensions",
  8. "name": "binaryextensions",
  9. "rawSpec": "~1.0.0",
  10. "spec": ">=1.0.0 <1.1.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/istextorbinary"
  14. ]
  15. ],
  16. "_from": "binaryextensions@>=1.0.0 <1.1.0",
  17. "_id": "binaryextensions@1.0.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/binaryextensions",
  21. "_nodeVersion": "6.0.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-16-east.internal.npmjs.com",
  24. "tmp": "tmp/binaryextensions-1.0.1.tgz_1462162998272_0.9548576874658465"
  25. },
  26. "_npmUser": {
  27. "name": "balupton",
  28. "email": "b@lupton.cc"
  29. },
  30. "_npmVersion": "3.8.7",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "binaryextensions@~1.0.0",
  34. "scope": null,
  35. "escapedName": "binaryextensions",
  36. "name": "binaryextensions",
  37. "rawSpec": "~1.0.0",
  38. "spec": ">=1.0.0 <1.1.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/istextorbinary"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/binaryextensions/-/binaryextensions-1.0.1.tgz",
  45. "_shasum": "1e637488b35b58bda5f4774bf96a5212a8c90755",
  46. "_shrinkwrap": null,
  47. "_spec": "binaryextensions@~1.0.0",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/istextorbinary",
  49. "author": {
  50. "name": "2013+ Bevry Pty Ltd",
  51. "email": "us@bevry.me",
  52. "url": "http://bevry.me"
  53. },
  54. "badges": {
  55. "list": [
  56. "npmversion",
  57. "npmdownloads",
  58. "daviddm",
  59. "daviddmdev",
  60. "---",
  61. "slackin",
  62. "patreon",
  63. "gratipay",
  64. "flattr",
  65. "paypal",
  66. "bitcoin",
  67. "wishlist"
  68. ],
  69. "config": {
  70. "patreonUsername": "bevry",
  71. "gratipayUsername": "bevry",
  72. "flattrUsername": "balupton",
  73. "paypalURL": "https://bevry.me/paypal",
  74. "bitcoinURL": "https://bevry.me/bitcoin",
  75. "wishlistURL": "https://bevry.me/wishlist",
  76. "slackinURL": "https://slack.bevry.me"
  77. }
  78. },
  79. "bugs": {
  80. "url": "https://github.com/bevry/binaryextensions/issues"
  81. },
  82. "contributors": [
  83. {
  84. "name": "Benjamin Lupton",
  85. "email": "b@lupton.cc",
  86. "url": "https://balupton.com"
  87. }
  88. ],
  89. "dependencies": {},
  90. "description": "A package that contains an array of every single file extension there is for binary files",
  91. "devDependencies": {
  92. "projectz": "^1.0.0"
  93. },
  94. "directories": {},
  95. "dist": {
  96. "shasum": "1e637488b35b58bda5f4774bf96a5212a8c90755",
  97. "tarball": "https://registry.npmjs.org/binaryextensions/-/binaryextensions-1.0.1.tgz"
  98. },
  99. "engines": {},
  100. "gitHead": "c66a1f71c36811fd3e989123ed196b86f4075e94",
  101. "homepage": "https://github.com/bevry/binaryextensions",
  102. "keywords": [
  103. "binary",
  104. "extensions"
  105. ],
  106. "license": "MIT",
  107. "main": "index.js",
  108. "maintainers": [
  109. {
  110. "name": "balupton",
  111. "email": "b@lupton.cc"
  112. }
  113. ],
  114. "name": "binaryextensions",
  115. "optionalDependencies": {},
  116. "readme": "ERROR: No README data found!",
  117. "repository": {
  118. "type": "git",
  119. "url": "git+ssh://git@github.com/bevry/binaryextensions.git"
  120. },
  121. "scripts": {
  122. "meta": "npm run meta:projectz",
  123. "meta:docs": "documentation build -f html -g --shallow ./source/**.js -o ./docs",
  124. "meta:projectz": "projectz compile",
  125. "prepare": "npm run meta",
  126. "release": "npm run prepare && npm run release:publish && npm run release:tag && npm run release:push",
  127. "release:publish": "npm publish",
  128. "release:push": "git push origin master && git push origin --tags",
  129. "release:tag": "git tag v$npm_package_version -a"
  130. },
  131. "title": "The Definitive List of Binary Extensions",
  132. "version": "1.0.1"
  133. }