You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "p-finally@^1.0.0",
  3. "_id": "p-finally@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=",
  6. "_location": "/p-finally",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "p-finally@^1.0.0",
  12. "name": "p-finally",
  13. "escapedName": "p-finally",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/bin-version/execa",
  20. "/bin-wrapper/p-timeout",
  21. "/exec-buffer",
  22. "/execa",
  23. "/gifsicle/execa",
  24. "/p-timeout",
  25. "/pngquant-bin/execa"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
  28. "_shasum": "3fbcfb15b899a44123b34b6dcc18b724336a2cae",
  29. "_spec": "p-finally@^1.0.0",
  30. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\exec-buffer",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/p-finally/issues"
  38. },
  39. "bundleDependencies": false,
  40. "deprecated": false,
  41. "description": "`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome",
  42. "devDependencies": {
  43. "ava": "*",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=4"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/p-finally#readme",
  53. "keywords": [
  54. "promise",
  55. "finally",
  56. "handler",
  57. "function",
  58. "async",
  59. "await",
  60. "promises",
  61. "settled",
  62. "ponyfill",
  63. "polyfill",
  64. "shim",
  65. "bluebird"
  66. ],
  67. "license": "MIT",
  68. "name": "p-finally",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/p-finally.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava"
  75. },
  76. "version": "1.0.0",
  77. "xo": {
  78. "esnext": true
  79. }
  80. }