package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "promise-finally@^3.0.0",
  6. "scope": null,
  7. "escapedName": "promise-finally",
  8. "name": "promise-finally",
  9. "rawSpec": "^3.0.0",
  10. "spec": ">=3.0.0 <4.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/typings"
  14. ]
  15. ],
  16. "_from": "promise-finally@>=3.0.0 <4.0.0",
  17. "_id": "promise-finally@3.0.0",
  18. "_inCache": true,
  19. "_location": "/promise-finally",
  20. "_nodeVersion": "6.9.1",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/promise-finally-3.0.0.tgz_1482028974901_0.011417723493650556"
  24. },
  25. "_npmUser": {
  26. "name": "blakeembrey",
  27. "email": "hello@blakeembrey.com"
  28. },
  29. "_npmVersion": "4.0.3",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "promise-finally@^3.0.0",
  33. "scope": null,
  34. "escapedName": "promise-finally",
  35. "name": "promise-finally",
  36. "rawSpec": "^3.0.0",
  37. "spec": ">=3.0.0 <4.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/typings"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/promise-finally/-/promise-finally-3.0.0.tgz",
  44. "_shasum": "ddd5d0f895432b1206ceb8da1275064d18e7aa23",
  45. "_shrinkwrap": null,
  46. "_spec": "promise-finally@^3.0.0",
  47. "_where": "/home/robert/workspace/xmlrpc/node_modules/typings",
  48. "author": {
  49. "name": "Blake Embrey",
  50. "email": "hello@blakeembrey.com",
  51. "url": "http://blakeembrey.me"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/blakeembrey/promise-finally/issues"
  55. },
  56. "dependencies": {},
  57. "description": "Simple wrapper to run promise \"finally\" logic",
  58. "devDependencies": {
  59. "blue-tape": "^1.0.0",
  60. "bluebird": "^3.0.5",
  61. "istanbul": "^0.4.3",
  62. "tap-dot": "^1.0.0",
  63. "tslint": "^3.10.2",
  64. "tslint-config-standard": "^1.0.0",
  65. "typescript": "^2.0.3",
  66. "typings": "^1.0.4"
  67. },
  68. "directories": {},
  69. "dist": {
  70. "shasum": "ddd5d0f895432b1206ceb8da1275064d18e7aa23",
  71. "tarball": "https://registry.npmjs.org/promise-finally/-/promise-finally-3.0.0.tgz"
  72. },
  73. "files": [
  74. "dist/",
  75. "typings.json",
  76. "LICENSE"
  77. ],
  78. "gitHead": "7e01cdd1014051afb7d16aeef8e5db2baa0a0c31",
  79. "homepage": "https://github.com/blakeembrey/promise-finally",
  80. "keywords": [
  81. "promise",
  82. "finally",
  83. "done",
  84. "always",
  85. "complete",
  86. "cleanup"
  87. ],
  88. "license": "MIT",
  89. "main": "dist/promise-finally.js",
  90. "maintainers": [
  91. {
  92. "name": "blakeembrey",
  93. "email": "hello@blakeembrey.com"
  94. }
  95. ],
  96. "name": "promise-finally",
  97. "optionalDependencies": {},
  98. "readme": "ERROR: No README data found!",
  99. "repository": {
  100. "type": "git",
  101. "url": "git://github.com/blakeembrey/promise-finally.git"
  102. },
  103. "scripts": {
  104. "build": "npm run build-ts",
  105. "build-ts": "rm -rf dist/ && tsc",
  106. "lint": "tslint \"src/**/*.ts\"",
  107. "prepublish": "typings install && npm run build",
  108. "test": "npm run lint && npm run build && npm run test-cov",
  109. "test-cov": "istanbul cover --print none -x dist/**/*.spec.js blue-tape -- dist/**/*.spec.js | tap-dot",
  110. "test-spec": "blue-tape dist/**/*.spec.js"
  111. },
  112. "typings": "dist/promise-finally.d.ts",
  113. "version": "3.0.0"
  114. }