a zip code crypto-currency system good for red ONLY

package.json 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "fsevents@^1.0.0",
  3. "_id": "fsevents@1.2.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-z8H8/diyk76B7q5wg+Ud0+CqzcAF3mBBI/bA5ne5zrRUUIvNkJY//D3BqyH571KuAC4Nr7Rw7CjWX4r0y9DvNg==",
  6. "_location": "/fsevents",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fsevents@^1.0.0",
  12. "name": "fsevents",
  13. "escapedName": "fsevents",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/chokidar",
  20. "/watchpack/chokidar"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.4.tgz",
  23. "_shasum": "f41dcb1af2582af3692da36fc55cbd8e1041c426",
  24. "_spec": "fsevents@^1.0.0",
  25. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/chokidar",
  26. "author": {
  27. "name": "Philipp Dunkel",
  28. "email": "pip@pipobscure.com"
  29. },
  30. "binary": {
  31. "module_name": "fse",
  32. "module_path": "./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/",
  33. "remote_path": "./v{version}/",
  34. "package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
  35. "host": "https://fsevents-binaries.s3-us-west-2.amazonaws.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/strongloop/fsevents/issues"
  39. },
  40. "bundleDependencies": [
  41. "node-pre-gyp"
  42. ],
  43. "dependencies": {
  44. "nan": "^2.9.2",
  45. "node-pre-gyp": "^0.10.0"
  46. },
  47. "deprecated": false,
  48. "description": "Native Access to Mac OS-X FSEvents",
  49. "devDependencies": {
  50. "tap": "~0.4.8"
  51. },
  52. "engines": {
  53. "node": ">=0.8.0"
  54. },
  55. "homepage": "https://github.com/strongloop/fsevents",
  56. "keywords": [
  57. "fsevents",
  58. "mac"
  59. ],
  60. "license": "MIT",
  61. "main": "fsevents.js",
  62. "name": "fsevents",
  63. "os": [
  64. "darwin"
  65. ],
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/strongloop/fsevents.git"
  69. },
  70. "scripts": {
  71. "install": "node install",
  72. "node-pre-gyp": "node-pre-gyp",
  73. "prepublish": "if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe",
  74. "test": "tap ./test"
  75. },
  76. "version": "1.2.4"
  77. }