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.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "pify@^2.0.0",
  3. "_id": "pify@2.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
  6. "_location": "/pify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pify@^2.0.0",
  12. "name": "pify",
  13. "escapedName": "pify",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/load-json-file",
  20. "/path-type"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
  23. "_shasum": "ed141a6ac043a849ea588498e7dca8b15330e90c",
  24. "_spec": "pify@^2.0.0",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\load-json-file",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/pify/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Promisify a callback-style function",
  37. "devDependencies": {
  38. "ava": "*",
  39. "pinkie-promise": "^1.0.0",
  40. "v8-natives": "0.0.2",
  41. "xo": "*"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/pify#readme",
  50. "keywords": [
  51. "promise",
  52. "promises",
  53. "promisify",
  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. "es2015"
  69. ],
  70. "license": "MIT",
  71. "name": "pify",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/pify.git"
  75. },
  76. "scripts": {
  77. "optimization-test": "node --allow-natives-syntax optimization-test.js",
  78. "test": "xo && ava && npm run optimization-test"
  79. },
  80. "version": "2.3.0"
  81. }