package.json 1010 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "get-ready",
  3. "version": "1.0.0",
  4. "description": "mixin to add one-time ready event callback handler",
  5. "main": "index.js",
  6. "files": [
  7. "index.js"
  8. ],
  9. "dependencies": {},
  10. "devDependencies": {
  11. "eslint": "1",
  12. "istanbul": "0",
  13. "mocha": "2",
  14. "should": "7",
  15. "thunk-mocha": "0"
  16. },
  17. "scripts": {
  18. "lint": "eslint index.js test",
  19. "test": "mocha -r thunk-mocha test/*.test.js",
  20. "test-cov": "istanbul cover node_modules/.bin/_mocha -- -r thunk-mocha test/*.test.js"
  21. },
  22. "repository": {
  23. "type": "git",
  24. "url": "git://github.com/node-modules/ready"
  25. },
  26. "keywords": [
  27. "ready",
  28. "once",
  29. "event"
  30. ],
  31. "author": "fengmk2 <m@fengmk2.com> (http://fengmk2.com)",
  32. "license": "MIT",
  33. "bugs": {
  34. "url": "https://github.com/node-modules/ready/issues"
  35. },
  36. "__npminstall_done": "Thu Dec 24 2020 20:20:33 GMT+0800 (CST)",
  37. "_from": "get-ready@1.0.0",
  38. "_resolved": "https://registry.npm.taobao.org/get-ready/download/get-ready-1.0.0.tgz"
  39. }