package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "nthen@0.2.1",
  5. "/Users/user/wrk/cjdns"
  6. ]
  7. ],
  8. "_from": "nthen@0.2.1",
  9. "_id": "nthen@0.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-QW3p6gxOaHHLFM+2HcytugGUiji4pNpLkNAtPQi2gX2+hSmndnNSDYbDSUdIEy7vGJ+LkocZ3EvgwxeKfToZGg==",
  12. "_location": "/nthen",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "nthen@0.2.1",
  18. "name": "nthen",
  19. "escapedName": "nthen",
  20. "rawSpec": "0.2.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.2.1"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/nthen/-/nthen-0.2.1.tgz",
  28. "_spec": "0.2.1",
  29. "_where": "/Users/user/wrk/cjdns",
  30. "author": {
  31. "name": "Caleb James DeLisle"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/cjdelisle/nthen/issues"
  35. },
  36. "description": "Simple intuitive asynchronous control flow.",
  37. "devDependencies": {
  38. "flow-bin": "^0.106.2",
  39. "tap": "^14.6.1"
  40. },
  41. "homepage": "https://github.com/cjdelisle/nthen#readme",
  42. "keywords": [
  43. "async",
  44. "flow",
  45. "chaining"
  46. ],
  47. "license": "MIT",
  48. "name": "nthen",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/cjdelisle/nthen.git"
  52. },
  53. "scripts": {
  54. "flow": "flow",
  55. "lint": "jshint --config .jshintrc --exclude-path .jshintignore .",
  56. "test": "tap ./test"
  57. },
  58. "version": "0.2.1"
  59. }