package.json 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. "/webpack/load-json-file",
  22. "/webpack/path-type"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
  25. "_shasum": "ed141a6ac043a849ea588498e7dca8b15330e90c",
  26. "_spec": "pify@^2.0.0",
  27. "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/apptest/node_modules/load-json-file",
  28. "author": {
  29. "name": "Sindre Sorhus",
  30. "email": "sindresorhus@gmail.com",
  31. "url": "sindresorhus.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sindresorhus/pify/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "Promisify a callback-style function",
  39. "devDependencies": {
  40. "ava": "*",
  41. "pinkie-promise": "^1.0.0",
  42. "v8-natives": "0.0.2",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/pify#readme",
  52. "keywords": [
  53. "promise",
  54. "promises",
  55. "promisify",
  56. "denodify",
  57. "denodeify",
  58. "callback",
  59. "cb",
  60. "node",
  61. "then",
  62. "thenify",
  63. "convert",
  64. "transform",
  65. "wrap",
  66. "wrapper",
  67. "bind",
  68. "to",
  69. "async",
  70. "es2015"
  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": "2.3.0"
  83. }