1
0

package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "_args": [
  3. [
  4. "saferphore@0.0.2",
  5. "/Users/user/wrk/cjdns"
  6. ]
  7. ],
  8. "_from": "saferphore@0.0.2",
  9. "_id": "saferphore@0.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-gjdCGXxrSKi1oSWJH0vx99WtB2wkjbXPQf6ALHEskLo0e4Vgd57txhracaeLlPt2r4rUiJBe+thriuxS85q7JA==",
  12. "_location": "/saferphore",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "saferphore@0.0.2",
  18. "name": "saferphore",
  19. "escapedName": "saferphore",
  20. "rawSpec": "0.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "0.0.2"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/saferphore/-/saferphore-0.0.2.tgz",
  28. "_spec": "0.0.2",
  29. "_where": "/Users/user/wrk/cjdns",
  30. "bugs": {
  31. "url": "https://github.com/cjdelisle/saferphore/issues"
  32. },
  33. "description": "Node Semaphore which has protection against double-returning",
  34. "devDependencies": {
  35. "flow-bin": "^0.115.0",
  36. "jshint": "~2.9.1"
  37. },
  38. "homepage": "https://github.com/cjdelisle/saferphore#readme",
  39. "license": "MIT",
  40. "name": "saferphore",
  41. "repository": {
  42. "type": "git",
  43. "url": "git+https://github.com/cjdelisle/saferphore.git"
  44. },
  45. "scripts": {
  46. "flow": "flow",
  47. "lint": "jshint --verbose --config .jshintrc --exclude-path .jshintignore .",
  48. "test": "node test"
  49. },
  50. "version": "0.0.2"
  51. }