package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "nthen@0.1.7",
  6. "scope": null,
  7. "escapedName": "nthen",
  8. "name": "nthen",
  9. "rawSpec": "0.1.7",
  10. "spec": "0.1.7",
  11. "type": "version"
  12. },
  13. "/Users/user/wrk/cjdns"
  14. ]
  15. ],
  16. "_from": "nthen@0.1.7",
  17. "_id": "nthen@0.1.7",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/nthen",
  21. "_nodeVersion": "6.5.0",
  22. "_npmOperationalInternal": {
  23. "host": "s3://npm-registry-packages",
  24. "tmp": "tmp/nthen-0.1.7.tgz_1515574478951_0.00968303787522018"
  25. },
  26. "_npmUser": {
  27. "name": "cjd",
  28. "email": "cjd@cjdns.fr"
  29. },
  30. "_npmVersion": "3.10.3",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "nthen@0.1.7",
  34. "scope": null,
  35. "escapedName": "nthen",
  36. "name": "nthen",
  37. "rawSpec": "0.1.7",
  38. "spec": "0.1.7",
  39. "type": "version"
  40. },
  41. "_requiredBy": [
  42. "#USER",
  43. "/"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/nthen/-/nthen-0.1.7.tgz",
  46. "_shasum": "6b6a0586cd584383c35653bae737b6fdd2739d86",
  47. "_shrinkwrap": null,
  48. "_spec": "nthen@0.1.7",
  49. "_where": "/Users/user/wrk/cjdns",
  50. "author": {
  51. "name": "Caleb James DeLisle"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/cjdelisle/nthen/issues"
  55. },
  56. "dependencies": {},
  57. "description": "Simple intuitive asynchronous control flow.",
  58. "devDependencies": {
  59. "flow-bin": "^0.62.0",
  60. "jshint": "^2.9.4",
  61. "tap": "~0.4.0"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "6b6a0586cd584383c35653bae737b6fdd2739d86",
  66. "tarball": "https://registry.npmjs.org/nthen/-/nthen-0.1.7.tgz"
  67. },
  68. "gitHead": "97381ded3517f90e29f3cc2cebf3a38840cb11a9",
  69. "homepage": "https://github.com/cjdelisle/nthen#readme",
  70. "keywords": [
  71. "async",
  72. "flow",
  73. "chaining"
  74. ],
  75. "license": "MIT",
  76. "maintainers": [
  77. {
  78. "name": "cjd",
  79. "email": "calebdelisle@lavabit.com"
  80. }
  81. ],
  82. "name": "nthen",
  83. "optionalDependencies": {},
  84. "readme": "ERROR: No README data found!",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/cjdelisle/nthen.git"
  88. },
  89. "scripts": {
  90. "flow": "flow",
  91. "lint": "jshint --config .jshintrc --exclude-path .jshintignore .",
  92. "test": "tap ./test"
  93. },
  94. "version": "0.1.7"
  95. }