UI for Zipcoin Blue

package.json 3.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "which@^1.2.9",
  6. "scope": null,
  7. "escapedName": "which",
  8. "name": "which",
  9. "rawSpec": "^1.2.9",
  10. "spec": ">=1.2.9 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/cross-spawn"
  14. ]
  15. ],
  16. "_from": "which@>=1.2.9 <2.0.0",
  17. "_id": "which@1.3.1",
  18. "_inCache": true,
  19. "_location": "/which",
  20. "_nodeVersion": "10.0.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/which_1.3.1_1527287252351_0.9093966007084426"
  24. },
  25. "_npmUser": {
  26. "name": "isaacs",
  27. "email": "i@izs.me"
  28. },
  29. "_npmVersion": "6.0.1",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "which@^1.2.9",
  33. "scope": null,
  34. "escapedName": "which",
  35. "name": "which",
  36. "rawSpec": "^1.2.9",
  37. "spec": ">=1.2.9 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/cross-spawn",
  42. "/node-gyp",
  43. "/node-sass/cross-spawn"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  46. "_shasum": "a45043d54f5805316da8d62f9f50918d3da70b0a",
  47. "_shrinkwrap": null,
  48. "_spec": "which@^1.2.9",
  49. "_where": "/Users/tennesseeg/blueCoin/node_modules/cross-spawn",
  50. "author": {
  51. "name": "Isaac Z. Schlueter",
  52. "email": "i@izs.me",
  53. "url": "http://blog.izs.me"
  54. },
  55. "bin": {
  56. "which": "./bin/which"
  57. },
  58. "bugs": {
  59. "url": "https://github.com/isaacs/node-which/issues"
  60. },
  61. "dependencies": {
  62. "isexe": "^2.0.0"
  63. },
  64. "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
  65. "devDependencies": {
  66. "mkdirp": "^0.5.0",
  67. "rimraf": "^2.6.2",
  68. "tap": "^12.0.1"
  69. },
  70. "directories": {},
  71. "dist": {
  72. "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
  73. "shasum": "a45043d54f5805316da8d62f9f50918d3da70b0a",
  74. "tarball": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  75. "fileCount": 6,
  76. "unpackedSize": 9419,
  77. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbCI3VCRA9TVsSAnZWagAAILoP/RHSoHTTTbIOg0UG8vtG\nEI7F2ueoGwFFiJAB+xPIEE1B8kP8WqJ3zW2StJ6fY5y53lTDoVyNFKYX9HTI\nBmrhEf2+SaHSYfiG1chBs8MIdatKswhZDy4r+Fyzk50UcgdaaJOBRfer9y8R\nGNISIjep1SQWB+KXhvV2SUg4DkOtcUc9XUHEEopPh9GLGM8HE+aMIYMOvdSK\naSbo8Kq4Ec9Kf8PvPSLV5mU7QFXodqVSkeM4tcZPxi0kGn5ZS/UzpHUian0y\n0EFrfb+IjlXmY7EFIB8Y2aVz8wjowNhAchROdNKAGDzCS4k78vwnSUbYVb5L\nazMs3SoujuYzKxdBo4Ifm/PTfWicgwH1L5vku3zsZ+ss3sgaMjBXDVGc/4bh\nmZ2aPx/DTrySjw6TXySHTbKqFuH6g8n6JWugcGJl0Ai15RNqjojA8FeVR1C0\nabteBcL8ly6pRLX3HwU/l229uFKL0jBVVvtaLsvB3mhMq3k75co36fCz7p13\nqlLXaNvmq6Tu6A0xpRzgkPwmb7DqWqvApz6RulJXobSBn9euJh09dWvMdrgx\n2VzqdpnNkMqXlYtrJEe7bdbCsNRZw/TzYMD+GBabGw4qppGSWkPtYCuTJNE1\nF3QxwZp47woCXnBqPbavSUsVqQQMxHb4y959ltS+0OifWWZy6EU4AG0zv5aL\nTbyd\r\n=c6n/\r\n-----END PGP SIGNATURE-----\r\n"
  78. },
  79. "files": [
  80. "which.js",
  81. "bin/which"
  82. ],
  83. "gitHead": "563406d75b97f97a33e506b9cc7a82b268332b6f",
  84. "homepage": "https://github.com/isaacs/node-which#readme",
  85. "license": "ISC",
  86. "main": "which.js",
  87. "maintainers": [
  88. {
  89. "name": "isaacs",
  90. "email": "i@izs.me"
  91. }
  92. ],
  93. "name": "which",
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git://github.com/isaacs/node-which.git"
  99. },
  100. "scripts": {
  101. "changelog": "bash gen-changelog.sh",
  102. "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
  103. "test": "tap test/*.js --cov"
  104. },
  105. "version": "1.3.1"
  106. }