package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "universalify@0.1.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "universalify@0.1.2",
  10. "_id": "universalify@0.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-tkb2m+OULavOzJ1mOcgNwQXvqmY=",
  13. "_location": "/universalify",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "universalify@0.1.2",
  19. "name": "universalify",
  20. "escapedName": "universalify",
  21. "rawSpec": "0.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.2"
  24. },
  25. "_requiredBy": [
  26. "/fs-extra"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/universalify/download/universalify-0.1.2.tgz",
  29. "_spec": "0.1.2",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Ryan Zimmerman",
  33. "email": "opensrc@ryanzim.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/RyanZim/universalify/issues"
  37. },
  38. "description": "Make a callback- or promise-based function support both promises and callbacks.",
  39. "devDependencies": {
  40. "colortape": "^0.1.2",
  41. "coveralls": "^3.0.1",
  42. "nyc": "^10.2.0",
  43. "standard": "^10.0.1",
  44. "tape": "^4.6.3"
  45. },
  46. "engines": {
  47. "node": ">= 4.0.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/RyanZim/universalify#readme",
  53. "keywords": [
  54. "callback",
  55. "native",
  56. "promise"
  57. ],
  58. "license": "MIT",
  59. "name": "universalify",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/RyanZim/universalify.git"
  63. },
  64. "scripts": {
  65. "test": "standard && nyc tape test/*.js | colortape"
  66. },
  67. "version": "0.1.2"
  68. }