package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "p-finally@^1.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/execa"
  6. ]
  7. ],
  8. "_from": "p-finally@>=1.0.0 <2.0.0",
  9. "_id": "p-finally@1.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/p-finally",
  13. "_nodeVersion": "4.6.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/p-finally-1.0.0.tgz_1477029729610_0.2481102051679045"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "2.15.9",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "p-finally",
  26. "raw": "p-finally@^1.0.0",
  27. "rawSpec": "^1.0.0",
  28. "scope": null,
  29. "spec": ">=1.0.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/execa",
  34. "/gh-got/p-timeout",
  35. "/p-timeout"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
  38. "_shasum": "3fbcfb15b899a44123b34b6dcc18b724336a2cae",
  39. "_shrinkwrap": null,
  40. "_spec": "p-finally@^1.0.0",
  41. "_where": "/home/seleznev/project Angular/Quality system/node_modules/execa",
  42. "author": {
  43. "email": "sindresorhus@gmail.com",
  44. "name": "Sindre Sorhus",
  45. "url": "sindresorhus.com"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/sindresorhus/p-finally/issues"
  49. },
  50. "dependencies": {},
  51. "description": "`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome",
  52. "devDependencies": {
  53. "ava": "*",
  54. "xo": "*"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "3fbcfb15b899a44123b34b6dcc18b724336a2cae",
  59. "tarball": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz"
  60. },
  61. "engines": {
  62. "node": ">=4"
  63. },
  64. "files": [
  65. "index.js"
  66. ],
  67. "gitHead": "9cfdd5dccb41995300916c17ab0fab784800f4d3",
  68. "homepage": "https://github.com/sindresorhus/p-finally#readme",
  69. "keywords": [
  70. "async",
  71. "await",
  72. "bluebird",
  73. "finally",
  74. "function",
  75. "handler",
  76. "polyfill",
  77. "ponyfill",
  78. "promise",
  79. "promises",
  80. "settled",
  81. "shim"
  82. ],
  83. "license": "MIT",
  84. "maintainers": [
  85. {
  86. "name": "sindresorhus",
  87. "email": "sindresorhus@gmail.com"
  88. }
  89. ],
  90. "name": "p-finally",
  91. "optionalDependencies": {},
  92. "readme": "ERROR: No README data found!",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/sindresorhus/p-finally.git"
  96. },
  97. "scripts": {
  98. "test": "xo && ava"
  99. },
  100. "version": "1.0.0",
  101. "xo": {
  102. "esnext": true
  103. }
  104. }