package.json 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. {
  2. "_args": [
  3. [
  4. "domain-browser@^1.1.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/node-libs-browser"
  6. ]
  7. ],
  8. "_from": "domain-browser@>=1.1.1 <2.0.0",
  9. "_id": "domain-browser@1.2.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/domain-browser",
  13. "_nodeVersion": "8.9.4",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/domain-browser-1.2.0.tgz_1516946800947_0.5075918147340417"
  17. },
  18. "_npmUser": {
  19. "email": "us@bevry.me",
  20. "name": "bevryme"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "domain-browser",
  26. "raw": "domain-browser@^1.1.1",
  27. "rawSpec": "^1.1.1",
  28. "scope": null,
  29. "spec": ">=1.1.1 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/node-libs-browser"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz",
  36. "_shasum": "3d31f50191a6749dd1375a7f522e823d42e54eda",
  37. "_shrinkwrap": null,
  38. "_spec": "domain-browser@^1.1.1",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/node-libs-browser",
  40. "author": {
  41. "email": "us@bevry.me",
  42. "name": "2013+ 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. "browser": "source/index.js",
  75. "bugs": {
  76. "url": "https://github.com/bevry/domain-browser/issues"
  77. },
  78. "contributors": [
  79. {
  80. "name": "Benjamin Lupton",
  81. "email": "b@lupton.cc",
  82. "url": "http://balupton.com"
  83. },
  84. {
  85. "name": "Evan Solomon",
  86. "url": "http://evansolomon.me"
  87. },
  88. {
  89. "name": "James Halliday",
  90. "email": "substack@gmail.com",
  91. "url": "http://substack.neocities.org/"
  92. },
  93. {
  94. "name": "Guy Bedford",
  95. "email": "guybedford@gmail.com",
  96. "url": "twitter.com/guybedford"
  97. },
  98. {
  99. "name": "Bogdan Chadkin",
  100. "email": "trysound@yandex.ru",
  101. "url": "https://github.com/TrySound"
  102. }
  103. ],
  104. "dependencies": {},
  105. "description": "Node's domain module for the web browser. This is merely an evented try...catch with the same API as node, nothing more.",
  106. "devDependencies": {
  107. "assert-helpers": "^4.5.0",
  108. "eslint": "^4.16.0",
  109. "joe": "^2.0.2",
  110. "joe-reporter-console": "^2.0.1",
  111. "projectz": "^1.4.0"
  112. },
  113. "directories": {},
  114. "dist": {
  115. "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==",
  116. "shasum": "3d31f50191a6749dd1375a7f522e823d42e54eda",
  117. "tarball": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz"
  118. },
  119. "editions": [
  120. {
  121. "description": "Source + ES5 + Require",
  122. "directory": "source",
  123. "entry": "index.js",
  124. "syntaxes": [
  125. "javascript",
  126. "es5",
  127. "require"
  128. ]
  129. }
  130. ],
  131. "engines": {
  132. "node": ">=0.4",
  133. "npm": ">=1.2"
  134. },
  135. "gitHead": "d77aeed4098c1e685f46f833392759996742424a",
  136. "homepage": "https://github.com/bevry/domain-browser",
  137. "jspm": {
  138. "map": {
  139. "source/index.js": {
  140. "node": "@node/domain"
  141. }
  142. }
  143. },
  144. "keywords": [
  145. "amd",
  146. "browser",
  147. "catch",
  148. "component",
  149. "component.io",
  150. "domain",
  151. "ender.js",
  152. "node-compat",
  153. "require.js",
  154. "try",
  155. "trycatch",
  156. "umd"
  157. ],
  158. "license": "MIT",
  159. "main": "source/index.js",
  160. "maintainers": [
  161. {
  162. "name": "bevryme",
  163. "email": "us@bevry.me"
  164. },
  165. {
  166. "name": "balupton",
  167. "email": "b@lupton.cc"
  168. },
  169. {
  170. "name": "substack",
  171. "email": "substack@gmail.com"
  172. },
  173. {
  174. "name": "evansolomon",
  175. "email": "evan@evanalyze.com"
  176. }
  177. ],
  178. "name": "domain-browser",
  179. "optionalDependencies": {},
  180. "readme": "ERROR: No README data found!",
  181. "repository": {
  182. "type": "git",
  183. "url": "git+https://github.com/bevry/domain-browser.git"
  184. },
  185. "scripts": {
  186. "our:clean": "rm -Rf ./docs ./es2015 ./es5 ./out",
  187. "our:compile": "echo no need for this project",
  188. "our:meta": "npm run our:meta:projectz",
  189. "our:meta:projectz": "projectz compile",
  190. "our:release": "npm run our:release:prepare && npm run our:release:check && npm run our:release:tag && npm run our:release:push",
  191. "our:release:check": "npm run our:release:check:changelog && npm run our:release:check:dirty",
  192. "our:release:check:changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
  193. "our:release:check:dirty": "git diff --exit-code",
  194. "our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
  195. "our:release:push": "git push origin master && git push origin --tags",
  196. "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\"",
  197. "our:setup": "npm run our:setup:npm",
  198. "our:setup:npm": "npm install",
  199. "our:test": "npm run our:verify && npm test",
  200. "our:verify": "npm run our:verify:eslint",
  201. "our:verify:eslint": "eslint --fix ./source",
  202. "test": "node --harmony source/test.js --joe-reporter=console"
  203. },
  204. "version": "1.2.0"
  205. }