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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "pify@^3.0.0",
  3. "_id": "pify@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
  6. "_location": "/make-dir/pify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pify@^3.0.0",
  12. "name": "pify",
  13. "escapedName": "pify",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/make-dir"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
  22. "_shasum": "e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176",
  23. "_spec": "pify@^3.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\make-dir",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/pify/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Promisify a callback-style function",
  36. "devDependencies": {
  37. "ava": "*",
  38. "pinkie-promise": "^2.0.0",
  39. "v8-natives": "^1.0.0",
  40. "xo": "*"
  41. },
  42. "engines": {
  43. "node": ">=4"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/pify#readme",
  49. "keywords": [
  50. "promise",
  51. "promises",
  52. "promisify",
  53. "all",
  54. "denodify",
  55. "denodeify",
  56. "callback",
  57. "cb",
  58. "node",
  59. "then",
  60. "thenify",
  61. "convert",
  62. "transform",
  63. "wrap",
  64. "wrapper",
  65. "bind",
  66. "to",
  67. "async",
  68. "await",
  69. "es2015",
  70. "bluebird"
  71. ],
  72. "license": "MIT",
  73. "name": "pify",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/sindresorhus/pify.git"
  77. },
  78. "scripts": {
  79. "optimization-test": "node --allow-natives-syntax optimization-test.js",
  80. "test": "xo && ava && npm run optimization-test"
  81. },
  82. "version": "3.0.0"
  83. }