package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "pify@^2.0.0",
  6. "scope": null,
  7. "escapedName": "pify",
  8. "name": "pify",
  9. "rawSpec": "^2.0.0",
  10. "spec": ">=2.0.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/del"
  14. ]
  15. ],
  16. "_from": "pify@>=2.0.0 <3.0.0",
  17. "_id": "pify@2.3.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/pify",
  21. "_nodeVersion": "4.2.1",
  22. "_npmUser": {
  23. "name": "sindresorhus",
  24. "email": "sindresorhus@gmail.com"
  25. },
  26. "_npmVersion": "2.14.7",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "pify@^2.0.0",
  30. "scope": null,
  31. "escapedName": "pify",
  32. "name": "pify",
  33. "rawSpec": "^2.0.0",
  34. "spec": ">=2.0.0 <3.0.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/del",
  39. "/globby",
  40. "/load-json-file",
  41. "/path-type",
  42. "/vinyl-file"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
  45. "_shasum": "ed141a6ac043a849ea588498e7dca8b15330e90c",
  46. "_shrinkwrap": null,
  47. "_spec": "pify@^2.0.0",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/del",
  49. "author": {
  50. "name": "Sindre Sorhus",
  51. "email": "sindresorhus@gmail.com",
  52. "url": "sindresorhus.com"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/sindresorhus/pify/issues"
  56. },
  57. "dependencies": {},
  58. "description": "Promisify a callback-style function",
  59. "devDependencies": {
  60. "ava": "*",
  61. "pinkie-promise": "^1.0.0",
  62. "v8-natives": "0.0.2",
  63. "xo": "*"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "ed141a6ac043a849ea588498e7dca8b15330e90c",
  68. "tarball": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz"
  69. },
  70. "engines": {
  71. "node": ">=0.10.0"
  72. },
  73. "files": [
  74. "index.js"
  75. ],
  76. "gitHead": "2dd0d8b880e4ebcc5cc33ae126b02647418e4440",
  77. "homepage": "https://github.com/sindresorhus/pify",
  78. "keywords": [
  79. "promise",
  80. "promises",
  81. "promisify",
  82. "denodify",
  83. "denodeify",
  84. "callback",
  85. "cb",
  86. "node",
  87. "then",
  88. "thenify",
  89. "convert",
  90. "transform",
  91. "wrap",
  92. "wrapper",
  93. "bind",
  94. "to",
  95. "async",
  96. "es2015"
  97. ],
  98. "license": "MIT",
  99. "maintainers": [
  100. {
  101. "name": "sindresorhus",
  102. "email": "sindresorhus@gmail.com"
  103. }
  104. ],
  105. "name": "pify",
  106. "optionalDependencies": {},
  107. "readme": "ERROR: No README data found!",
  108. "repository": {
  109. "type": "git",
  110. "url": "git+https://github.com/sindresorhus/pify.git"
  111. },
  112. "scripts": {
  113. "optimization-test": "node --allow-natives-syntax optimization-test.js",
  114. "test": "xo && ava && npm run optimization-test"
  115. },
  116. "version": "2.3.0"
  117. }