package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "help-me@^1.0.1",
  3. "_id": "help-me@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-jy1QjQYAtKRW2i8IZVbn5cBWo8Y=",
  6. "_location": "/help-me",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "help-me@^1.0.1",
  12. "name": "help-me",
  13. "escapedName": "help-me",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/mqtt"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/help-me/-/help-me-1.1.0.tgz",
  22. "_shasum": "8f2d508d0600b4a456da2f086556e7e5c056a3c6",
  23. "_spec": "help-me@^1.0.1",
  24. "_where": "/Users/bssm/Desktop/fabTest/打卡坐标/node_modules/mqtt",
  25. "author": {
  26. "name": "Matteo Collina",
  27. "email": "hello@matteocollina.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mcollina/help-me/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "callback-stream": "^1.0.2",
  35. "glob-stream": "^6.1.0",
  36. "through2": "^2.0.1",
  37. "xtend": "^4.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Help command for node, partner of minimist and commist",
  41. "devDependencies": {
  42. "commist": "^1.0.0",
  43. "concat-stream": "^1.4.7",
  44. "faucet": "0.0.1",
  45. "pre-commit": "^1.1.3",
  46. "standard": "^9.0.0",
  47. "tape": "^4.6.0"
  48. },
  49. "homepage": "https://github.com/mcollina/help-me",
  50. "keywords": [
  51. "help",
  52. "command",
  53. "minimist",
  54. "commist"
  55. ],
  56. "license": "MIT",
  57. "main": "help-me.js",
  58. "name": "help-me",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/mcollina/help-me.git"
  62. },
  63. "scripts": {
  64. "test": "standard && node test.js | faucet"
  65. },
  66. "version": "1.1.0"
  67. }