package.json 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. {
  2. "_args": [
  3. [
  4. "editions@^1.3.3",
  5. "/home/seleznev/project Angular/Quality system/node_modules/istextorbinary"
  6. ]
  7. ],
  8. "_from": "editions@>=1.3.3 <2.0.0",
  9. "_id": "editions@1.3.4",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/editions",
  13. "_nodeVersion": "8.9.4",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/editions-1.3.4.tgz_1517357126754_0.38373007951304317"
  17. },
  18. "_npmUser": {
  19. "email": "us@bevry.me",
  20. "name": "bevryme"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "editions",
  26. "raw": "editions@^1.3.3",
  27. "rawSpec": "^1.3.3",
  28. "scope": null,
  29. "spec": ">=1.3.3 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/istextorbinary"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/editions/-/editions-1.3.4.tgz",
  36. "_shasum": "3662cb592347c3168eb8e498a0ff73271d67f50b",
  37. "_shrinkwrap": null,
  38. "_spec": "editions@^1.3.3",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/istextorbinary",
  40. "author": {
  41. "email": "us@bevry.me",
  42. "name": "2016+ Bevry Pty Ltd",
  43. "url": "http://bevry.me"
  44. },
  45. "badges": {
  46. "config": {
  47. "bitcoinURL": "https://bevry.me/bitcoin",
  48. "flattrUsername": "balupton",
  49. "gratipayUsername": "bevry",
  50. "opencollectiveUsername": "bevry",
  51. "patreonUsername": "bevry",
  52. "paypalURL": "https://bevry.me/paypal",
  53. "slackinURL": "https://slack.bevry.me",
  54. "wishlistURL": "https://bevry.me/wishlist"
  55. },
  56. "list": [
  57. "---",
  58. "---",
  59. "bitcoin",
  60. "daviddm",
  61. "daviddmdev",
  62. "flattr",
  63. "gratipay",
  64. "npmdownloads",
  65. "npmversion",
  66. "opencollective",
  67. "patreon",
  68. "paypal",
  69. "slackin",
  70. "travisci",
  71. "wishlist"
  72. ]
  73. },
  74. "bugs": {
  75. "url": "https://github.com/bevry/editions/issues"
  76. },
  77. "contributors": [
  78. {
  79. "name": "Benjamin Lupton",
  80. "email": "b@lupton.cc",
  81. "url": "http://balupton.com"
  82. },
  83. {
  84. "name": "Zlatan Vasović",
  85. "email": "zlatanvasovic@gmail.com",
  86. "url": "http://zdroid.github.io"
  87. }
  88. ],
  89. "dependencies": {},
  90. "description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
  91. "devDependencies": {
  92. "assert-helpers": "^4.5.1",
  93. "babel-cli": "^6.26.0",
  94. "babel-preset-es2015": "^6.24.1",
  95. "documentation": "^5.3.5",
  96. "eslint": "^4.16.0",
  97. "flow-bin": "^0.64.0",
  98. "joe": "^2.0.2",
  99. "joe-reporter-console": "^2.0.1",
  100. "projectz": "^1.4.0",
  101. "surge": "^0.19.0"
  102. },
  103. "directories": {},
  104. "dist": {
  105. "integrity": "sha512-gzao+mxnYDzIysXKMQi/+M1mjy/rjestjg6OPoYTtI+3Izp23oiGZitsl9lPDPiTGXbcSIk1iJWhliSaglxnUg==",
  106. "shasum": "3662cb592347c3168eb8e498a0ff73271d67f50b",
  107. "tarball": "https://registry.npmjs.org/editions/-/editions-1.3.4.tgz"
  108. },
  109. "editions": [
  110. {
  111. "description": "Source + ESNext + Require + Flow Type Comments",
  112. "directory": "source",
  113. "entry": "index.js",
  114. "syntaxes": [
  115. "javascript",
  116. "esnext",
  117. "require",
  118. "arrows",
  119. "destructuring",
  120. "const",
  121. "let",
  122. "flow type comments"
  123. ]
  124. },
  125. {
  126. "description": "Babel Compiled + ES2015 + Require",
  127. "directory": "es2015",
  128. "entry": "index.js",
  129. "syntaxes": [
  130. "javascript",
  131. "es2015",
  132. "require"
  133. ]
  134. }
  135. ],
  136. "engines": {
  137. "node": ">=0.8"
  138. },
  139. "gitHead": "5580800dc3935e988b7aa2cf8d571f3e9fa2d8f9",
  140. "homepage": "https://github.com/bevry/editions",
  141. "keywords": [
  142. "edition",
  143. "editions",
  144. "es2015",
  145. "es6",
  146. "es6+",
  147. "esnext",
  148. "jsnext",
  149. "syntaxes",
  150. "versions"
  151. ],
  152. "license": "MIT",
  153. "main": "es2015/index.js",
  154. "maintainers": [
  155. {
  156. "name": "bevryme",
  157. "email": "us@bevry.me"
  158. },
  159. {
  160. "name": "balupton",
  161. "email": "b@lupton.cc"
  162. }
  163. ],
  164. "name": "editions",
  165. "optionalDependencies": {},
  166. "readme": "ERROR: No README data found!",
  167. "repository": {
  168. "type": "git",
  169. "url": "git+https://github.com/bevry/editions.git"
  170. },
  171. "scripts": {
  172. "our:clean": "rm -Rf ./docs ./es2015 ./es5 ./out",
  173. "our:compile": "npm run our:compile:es2015",
  174. "our:compile:es2015": "babel ./source --out-dir ./es2015 --presets es2015",
  175. "our:meta": "npm run our:meta:docs && npm run our:meta:projectz",
  176. "our:meta:docs": "documentation build -f html -o ./docs -g --shallow ./source/**.js",
  177. "our:meta:projectz": "projectz compile",
  178. "our:release": "npm run our:release:prepare && npm run our:release:check && npm run our:release:tag && npm run our:release:push",
  179. "our:release:check": "npm run our:release:check:changelog && npm run our:release:check:dirty",
  180. "our:release:check:changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
  181. "our:release:check:dirty": "git diff --exit-code",
  182. "our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
  183. "our:release:push": "git push origin master && git push origin --tags",
  184. "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\"",
  185. "our:setup": "npm run our:setup:npm",
  186. "our:setup:npm": "npm install",
  187. "our:test": "npm run our:verify && npm test",
  188. "our:verify": "npm run our:verify:eslint && npm run our:verify:flow",
  189. "our:verify:eslint": "eslint --fix ./source",
  190. "our:verify:flow": "flow check",
  191. "test": "node --harmony ./es2015/test.js --joe-reporter=console"
  192. },
  193. "version": "1.3.4"
  194. }