package.json 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. {
  2. "_from": "editions@^1.3.3",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gzao+mxnYDzIysXKMQi/+M1mjy/rjestjg6OPoYTtI+3Izp23oiGZitsl9lPDPiTGXbcSIk1iJWhliSaglxnUg==",
  6. "_location": "/editions",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "editions@^1.3.3",
  12. "name": "editions",
  13. "escapedName": "editions",
  14. "rawSpec": "^1.3.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.3"
  17. },
  18. "_requiredBy": [
  19. "/istextorbinary"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/editions/-/editions-1.3.4.tgz",
  22. "_shasum": "3662cb592347c3168eb8e498a0ff73271d67f50b",
  23. "_spec": "editions@^1.3.3",
  24. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\istextorbinary",
  25. "author": {
  26. "name": "2016+ Bevry Pty Ltd",
  27. "email": "[email protected]",
  28. "url": "http://bevry.me"
  29. },
  30. "badges": {
  31. "list": [
  32. "travisci",
  33. "npmversion",
  34. "npmdownloads",
  35. "daviddm",
  36. "daviddmdev",
  37. "---",
  38. "patreon",
  39. "opencollective",
  40. "gratipay",
  41. "flattr",
  42. "paypal",
  43. "bitcoin",
  44. "wishlist",
  45. "---",
  46. "slackin"
  47. ],
  48. "config": {
  49. "patreonUsername": "bevry",
  50. "opencollectiveUsername": "bevry",
  51. "gratipayUsername": "bevry",
  52. "flattrUsername": "balupton",
  53. "paypalURL": "https://bevry.me/paypal",
  54. "bitcoinURL": "https://bevry.me/bitcoin",
  55. "wishlistURL": "https://bevry.me/wishlist",
  56. "slackinURL": "https://slack.bevry.me"
  57. }
  58. },
  59. "bugs": {
  60. "url": "https://github.com/bevry/editions/issues"
  61. },
  62. "bundleDependencies": false,
  63. "contributors": [
  64. {
  65. "name": "Benjamin Lupton",
  66. "email": "[email protected]",
  67. "url": "http://balupton.com"
  68. },
  69. {
  70. "name": "Zlatan Vasović",
  71. "email": "[email protected]",
  72. "url": "http://zdroid.github.io"
  73. }
  74. ],
  75. "dependencies": {},
  76. "deprecated": false,
  77. "description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
  78. "devDependencies": {
  79. "assert-helpers": "^4.5.1",
  80. "babel-cli": "^6.26.0",
  81. "babel-preset-es2015": "^6.24.1",
  82. "documentation": "^5.3.5",
  83. "eslint": "^4.16.0",
  84. "flow-bin": "^0.64.0",
  85. "joe": "^2.0.2",
  86. "joe-reporter-console": "^2.0.1",
  87. "projectz": "^1.4.0",
  88. "surge": "^0.19.0"
  89. },
  90. "editions": [
  91. {
  92. "description": "Source + ESNext + Require + Flow Type Comments",
  93. "directory": "source",
  94. "entry": "index.js",
  95. "syntaxes": [
  96. "javascript",
  97. "esnext",
  98. "require",
  99. "arrows",
  100. "destructuring",
  101. "const",
  102. "let",
  103. "flow type comments"
  104. ]
  105. },
  106. {
  107. "description": "Babel Compiled + ES2015 + Require",
  108. "directory": "es2015",
  109. "entry": "index.js",
  110. "syntaxes": [
  111. "javascript",
  112. "es2015",
  113. "require"
  114. ]
  115. }
  116. ],
  117. "engines": {
  118. "node": ">=0.8"
  119. },
  120. "homepage": "https://github.com/bevry/editions",
  121. "keywords": [
  122. "editions",
  123. "edition",
  124. "versions",
  125. "syntaxes",
  126. "esnext",
  127. "jsnext",
  128. "es2015",
  129. "es6",
  130. "es6+"
  131. ],
  132. "license": "MIT",
  133. "main": "es2015/index.js",
  134. "maintainers": [
  135. {
  136. "name": "Benjamin Lupton",
  137. "email": "[email protected]",
  138. "url": "http://balupton.com"
  139. }
  140. ],
  141. "name": "editions",
  142. "repository": {
  143. "type": "git",
  144. "url": "git+https://github.com/bevry/editions.git"
  145. },
  146. "scripts": {
  147. "our:clean": "rm -Rf ./docs ./es2015 ./es5 ./out",
  148. "our:compile": "npm run our:compile:es2015",
  149. "our:compile:es2015": "babel ./source --out-dir ./es2015 --presets es2015",
  150. "our:meta": "npm run our:meta:docs && npm run our:meta:projectz",
  151. "our:meta:docs": "documentation build -f html -o ./docs -g --shallow ./source/**.js",
  152. "our:meta:projectz": "projectz compile",
  153. "our:release": "npm run our:release:prepare && npm run our:release:check && npm run our:release:tag && npm run our:release:push",
  154. "our:release:check": "npm run our:release:check:changelog && npm run our:release:check:dirty",
  155. "our:release:check:changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
  156. "our:release:check:dirty": "git diff --exit-code",
  157. "our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
  158. "our:release:push": "git push origin master && git push origin --tags",
  159. "our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
  160. "our:setup": "npm run our:setup:npm",
  161. "our:setup:npm": "npm install",
  162. "our:test": "npm run our:verify && npm test",
  163. "our:verify": "npm run our:verify:eslint && npm run our:verify:flow",
  164. "our:verify:eslint": "eslint --fix ./source",
  165. "our:verify:flow": "flow check",
  166. "test": "node --harmony ./es2015/test.js --joe-reporter=console"
  167. },
  168. "version": "1.3.4"
  169. }