package.json 2.5 KB

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