You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

176 lines
5.1 KiB

  1. {
  2. "_args": [
  3. [
  4. "domain-browser@1.2.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "domain-browser@1.2.0",
  9. "_id": "domain-browser@1.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==",
  12. "_location": "/domain-browser",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "domain-browser@1.2.0",
  18. "name": "domain-browser",
  19. "escapedName": "domain-browser",
  20. "rawSpec": "1.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.0"
  23. },
  24. "_requiredBy": [
  25. "/node-libs-browser"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz",
  28. "_spec": "1.2.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "2013+ Bevry Pty Ltd",
  32. "email": "us@bevry.me",
  33. "url": "http://bevry.me"
  34. },
  35. "badges": {
  36. "list": [
  37. "travisci",
  38. "npmversion",
  39. "npmdownloads",
  40. "daviddm",
  41. "daviddmdev",
  42. "---",
  43. "patreon",
  44. "opencollective",
  45. "gratipay",
  46. "flattr",
  47. "paypal",
  48. "bitcoin",
  49. "wishlist",
  50. "---",
  51. "slackin"
  52. ],
  53. "config": {
  54. "patreonUsername": "bevry",
  55. "opencollectiveUsername": "bevry",
  56. "gratipayUsername": "bevry",
  57. "flattrUsername": "balupton",
  58. "paypalURL": "https://bevry.me/paypal",
  59. "bitcoinURL": "https://bevry.me/bitcoin",
  60. "wishlistURL": "https://bevry.me/wishlist",
  61. "slackinURL": "https://slack.bevry.me"
  62. }
  63. },
  64. "browser": "source/index.js",
  65. "bugs": {
  66. "url": "https://github.com/bevry/domain-browser/issues"
  67. },
  68. "contributors": [
  69. {
  70. "name": "Benjamin Lupton",
  71. "email": "b@lupton.cc",
  72. "url": "http://balupton.com"
  73. },
  74. {
  75. "name": "Evan Solomon",
  76. "url": "http://evansolomon.me"
  77. },
  78. {
  79. "name": "James Halliday",
  80. "email": "substack@gmail.com",
  81. "url": "http://substack.neocities.org/"
  82. },
  83. {
  84. "name": "Guy Bedford",
  85. "email": "guybedford@gmail.com",
  86. "url": "twitter.com/guybedford"
  87. },
  88. {
  89. "name": "Bogdan Chadkin",
  90. "email": "trysound@yandex.ru",
  91. "url": "https://github.com/TrySound"
  92. }
  93. ],
  94. "dependencies": {},
  95. "description": "Node's domain module for the web browser. This is merely an evented try...catch with the same API as node, nothing more.",
  96. "devDependencies": {
  97. "assert-helpers": "^4.5.0",
  98. "eslint": "^4.16.0",
  99. "joe": "^2.0.2",
  100. "joe-reporter-console": "^2.0.1",
  101. "projectz": "^1.4.0"
  102. },
  103. "editions": [
  104. {
  105. "description": "Source + ES5 + Require",
  106. "directory": "source",
  107. "entry": "index.js",
  108. "syntaxes": [
  109. "javascript",
  110. "es5",
  111. "require"
  112. ]
  113. }
  114. ],
  115. "engines": {
  116. "node": ">=0.4",
  117. "npm": ">=1.2"
  118. },
  119. "homepage": "https://github.com/bevry/domain-browser",
  120. "jspm": {
  121. "map": {
  122. "source/index.js": {
  123. "node": "@node/domain"
  124. }
  125. }
  126. },
  127. "keywords": [
  128. "domain",
  129. "trycatch",
  130. "try",
  131. "catch",
  132. "node-compat",
  133. "ender.js",
  134. "component",
  135. "component.io",
  136. "umd",
  137. "amd",
  138. "require.js",
  139. "browser"
  140. ],
  141. "license": "MIT",
  142. "main": "source/index.js",
  143. "maintainers": [
  144. {
  145. "name": "Benjamin Lupton",
  146. "email": "b@lupton.cc",
  147. "url": "http://balupton.com"
  148. }
  149. ],
  150. "name": "domain-browser",
  151. "repository": {
  152. "type": "git",
  153. "url": "git+https://github.com/bevry/domain-browser.git"
  154. },
  155. "scripts": {
  156. "our:clean": "rm -Rf ./docs ./es2015 ./es5 ./out",
  157. "our:compile": "echo no need for this project",
  158. "our:meta": "npm run our:meta:projectz",
  159. "our:meta:projectz": "projectz compile",
  160. "our:release": "npm run our:release:prepare && npm run our:release:check && npm run our:release:tag && npm run our:release:push",
  161. "our:release:check": "npm run our:release:check:changelog && npm run our:release:check:dirty",
  162. "our:release:check:changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
  163. "our:release:check:dirty": "git diff --exit-code",
  164. "our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
  165. "our:release:push": "git push origin master && git push origin --tags",
  166. "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\"",
  167. "our:setup": "npm run our:setup:npm",
  168. "our:setup:npm": "npm install",
  169. "our:test": "npm run our:verify && npm test",
  170. "our:verify": "npm run our:verify:eslint",
  171. "our:verify:eslint": "eslint --fix ./source",
  172. "test": "node --harmony source/test.js --joe-reporter=console"
  173. },
  174. "version": "1.2.0"
  175. }