package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "if-async@3.7.4",
  5. "E:\\Client-Project\\UseStudio.CampusInfo\\resources\\app"
  6. ]
  7. ],
  8. "_from": "if-async@3.7.4",
  9. "_id": "if-async@3.7.4",
  10. "_inBundle": false,
  11. "_integrity": "sha1-VYaN6wCT08Z79xZudFNT+5vLIaI=",
  12. "_location": "/if-async",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "if-async@3.7.4",
  18. "name": "if-async",
  19. "escapedName": "if-async",
  20. "rawSpec": "3.7.4",
  21. "saveSpec": null,
  22. "fetchSpec": "3.7.4"
  23. },
  24. "_requiredBy": [
  25. "/regedit"
  26. ],
  27. "_resolved": "http://registry.npm.taobao.org/if-async/download/if-async-3.7.4.tgz",
  28. "_spec": "3.7.4",
  29. "_where": "E:\\Client-Project\\UseStudio.CampusInfo\\resources\\app",
  30. "author": {
  31. "name": "Yaniv Kessler"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/kessler/if-async/issues"
  35. },
  36. "dependencies": {},
  37. "description": "async conditional execution for async.js or standalone usage",
  38. "devDependencies": {
  39. "mocha": "^2.1.0",
  40. "should": "^4.6.1"
  41. },
  42. "homepage": "https://github.com/kessler/if-async",
  43. "keywords": [
  44. "async"
  45. ],
  46. "license": "MIT",
  47. "main": "index.js",
  48. "name": "if-async",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/kessler/if-async.git"
  52. },
  53. "scripts": {
  54. "test": "mocha -R spec"
  55. },
  56. "version": "3.7.4"
  57. }