package.json 2.6 KB

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