package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "sb-promisify@^2.0.1",
  3. "_id": "sb-promisify@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-QnelR1RIiqlnXYhuNU24lMm9yYE=",
  6. "_location": "/sb-promisify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "sb-promisify@^2.0.1",
  12. "name": "sb-promisify",
  13. "escapedName": "sb-promisify",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/node-ssh",
  20. "/sb-scandir"
  21. ],
  22. "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/sb-promisify/-/sb-promisify-2.0.2.tgz",
  23. "_shasum": "4277a54754488aa9675d886e354db894c9bdc981",
  24. "_spec": "sb-promisify@^2.0.1",
  25. "_where": "D:\\project\\persagy-web\\persagy-web-graph\\node_modules\\node-ssh",
  26. "author": {
  27. "name": "steelbrain"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/steelbrain/promisify/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Node module for simple promisification",
  35. "devDependencies": {
  36. "babel-cli": "^6.14.0",
  37. "babel-preset-steelbrain": "^4.0.2",
  38. "eslint-config-steelbrain": "^1.0.4",
  39. "flow-bin": "^0.32.0",
  40. "jasmine-fix": "^1.0.1"
  41. },
  42. "homepage": "https://github.com/steelbrain/promisify#readme",
  43. "keywords": [
  44. "promisify",
  45. "es6",
  46. "promise"
  47. ],
  48. "license": "MIT",
  49. "main": "lib/index.js",
  50. "name": "sb-promisify",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/steelbrain/promisify.git"
  54. },
  55. "scripts": {
  56. "build": "npm run clean; babel src --out-dir lib",
  57. "clean": "rm -rf lib",
  58. "test": "(apm test) && (flow check) && (eslint . )",
  59. "watch": "npm run clean; babel src --out-dir lib --watch"
  60. },
  61. "version": "2.0.2"
  62. }