package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "co-defer@^1.0.0",
  3. "_id": "co-defer@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-KyLQDNguG+sROhPOVXUpH2b+mBjHAd2SC5LiTWaXMom0aLLPGjtqJhUUTGrU9cZ+P5RWDLLMlNyqxlHKZfyKbg==",
  6. "_location": "/co-defer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "co-defer@^1.0.0",
  12. "name": "co-defer",
  13. "escapedName": "co-defer",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/ali-oss"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/co-defer/-/co-defer-1.0.0.tgz",
  22. "_shasum": "3e4a787a8eed6b0a21ee287c094f7e8de0d3c818",
  23. "_spec": "co-defer@^1.0.0",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\ali-oss",
  25. "author": {
  26. "name": "Jonathan Ong",
  27. "email": "me@jongleberry.com",
  28. "url": "http://jongleberry.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/cojs/defer/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "setImmediate and stuff with generators",
  36. "devDependencies": {
  37. "co": "4",
  38. "mocha": "*",
  39. "should": "*"
  40. },
  41. "engines": {
  42. "node": ">= 0.11.14"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/cojs/defer#readme",
  48. "license": "MIT",
  49. "name": "co-defer",
  50. "peerDependencies": {
  51. "co": "4"
  52. },
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/cojs/defer.git"
  56. },
  57. "scripts": {
  58. "test": "make test;"
  59. },
  60. "version": "1.0.0"
  61. }