package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "get-ready@1.0.0",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "get-ready@1.0.0",
  9. "_id": "get-ready@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-+RgX8emt7P6hOlYq38jeiDqzR4I=",
  12. "_location": "/get-ready",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "get-ready@1.0.0",
  18. "name": "get-ready",
  19. "escapedName": "get-ready",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/ali-oss",
  26. "/sdk-base"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/get-ready/-/get-ready-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  31. "author": {
  32. "name": "fengmk2",
  33. "email": "m@fengmk2.com",
  34. "url": "http://fengmk2.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/node-modules/ready/issues"
  38. },
  39. "dependencies": {},
  40. "description": "mixin to add one-time ready event callback handler",
  41. "devDependencies": {
  42. "eslint": "1",
  43. "istanbul": "0",
  44. "mocha": "2",
  45. "should": "7",
  46. "thunk-mocha": "0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/node-modules/ready#readme",
  52. "keywords": [
  53. "ready",
  54. "once",
  55. "event"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "get-ready",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/node-modules/ready.git"
  63. },
  64. "scripts": {
  65. "lint": "eslint index.js test",
  66. "test": "mocha -r thunk-mocha test/*.test.js",
  67. "test-cov": "istanbul cover node_modules/.bin/_mocha -- -r thunk-mocha test/*.test.js"
  68. },
  69. "version": "1.0.0"
  70. }