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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "es6-promisify@^5.0.0",
  3. "_id": "es6-promisify@5.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM=",
  6. "_location": "/es6-promisify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "es6-promisify@^5.0.0",
  12. "name": "es6-promisify",
  13. "escapedName": "es6-promisify",
  14. "rawSpec": "^5.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.0"
  17. },
  18. "_requiredBy": [
  19. "/agent-base",
  20. "/socks-proxy-agent/agent-base"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz",
  23. "_shasum": "5109d62f3e56ea967c4b63505aef08291c8a5203",
  24. "_spec": "es6-promisify@^5.0.0",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\agent-base",
  26. "author": {
  27. "name": "Mike Hall",
  28. "email": "mikehall314@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "http://github.com/digitaldesignlabs/es6-promisify/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "es6-promise": "^4.0.3"
  36. },
  37. "deprecated": false,
  38. "description": "Converts callback-based functions to ES6 Promises",
  39. "devDependencies": {
  40. "babel-preset-es2015": "^6.9.0",
  41. "eslint": "^2.13.1",
  42. "gulp": "^3.9.1",
  43. "gulp-babel": "^6.1.2",
  44. "nodeunit": "^0.10.0"
  45. },
  46. "files": [
  47. "dist/promisify.js",
  48. "dist/promise.js"
  49. ],
  50. "greenkeeper": {
  51. "ignore": [
  52. "eslint"
  53. ]
  54. },
  55. "homepage": "https://github.com/digitaldesignlabs/es6-promisify#readme",
  56. "keywords": [
  57. "promises",
  58. "es6",
  59. "promisify"
  60. ],
  61. "license": "MIT",
  62. "main": "dist/promisify.js",
  63. "name": "es6-promisify",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/digitaldesignlabs/es6-promisify.git"
  67. },
  68. "scripts": {
  69. "pretest": "./node_modules/eslint/bin/eslint.js ./lib/*.js ./tests/*.js",
  70. "test": "gulp && nodeunit tests"
  71. },
  72. "version": "5.0.0"
  73. }