UI for Zipcoin Blue

package.json 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "isexe@^2.0.0",
  6. "scope": null,
  7. "escapedName": "isexe",
  8. "name": "isexe",
  9. "rawSpec": "^2.0.0",
  10. "spec": ">=2.0.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/which"
  14. ]
  15. ],
  16. "_from": "isexe@>=2.0.0 <3.0.0",
  17. "_id": "isexe@2.0.0",
  18. "_inCache": true,
  19. "_location": "/isexe",
  20. "_nodeVersion": "8.0.0-pre",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/isexe-2.0.0.tgz_1490230396126_0.8949183595832437"
  24. },
  25. "_npmUser": {
  26. "name": "isaacs",
  27. "email": "i@izs.me"
  28. },
  29. "_npmVersion": "4.4.2",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "isexe@^2.0.0",
  33. "scope": null,
  34. "escapedName": "isexe",
  35. "name": "isexe",
  36. "rawSpec": "^2.0.0",
  37. "spec": ">=2.0.0 <3.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/which"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  44. "_shasum": "e8fbf374dc556ff8947a10dcb0572d633f2cfa10",
  45. "_shrinkwrap": null,
  46. "_spec": "isexe@^2.0.0",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/which",
  48. "author": {
  49. "name": "Isaac Z. Schlueter",
  50. "email": "i@izs.me",
  51. "url": "http://blog.izs.me/"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/isaacs/isexe/issues"
  55. },
  56. "dependencies": {},
  57. "description": "Minimal module to check if a file is executable.",
  58. "devDependencies": {
  59. "mkdirp": "^0.5.1",
  60. "rimraf": "^2.5.0",
  61. "tap": "^10.3.0"
  62. },
  63. "directories": {
  64. "test": "test"
  65. },
  66. "dist": {
  67. "shasum": "e8fbf374dc556ff8947a10dcb0572d633f2cfa10",
  68. "tarball": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz"
  69. },
  70. "gitHead": "10f8be491aab2e158c7e20df64a7f90ab5b5475c",
  71. "homepage": "https://github.com/isaacs/isexe#readme",
  72. "keywords": [],
  73. "license": "ISC",
  74. "main": "index.js",
  75. "maintainers": [
  76. {
  77. "name": "isaacs",
  78. "email": "i@izs.me"
  79. }
  80. ],
  81. "name": "isexe",
  82. "optionalDependencies": {},
  83. "readme": "ERROR: No README data found!",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/isaacs/isexe.git"
  87. },
  88. "scripts": {
  89. "postpublish": "git push origin --all; git push origin --tags",
  90. "postversion": "npm publish",
  91. "preversion": "npm test",
  92. "test": "tap test/*.js --100"
  93. },
  94. "version": "2.0.0"
  95. }