package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "commist@^1.0.0",
  3. "_id": "commist@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rraC8NXWOEjhADbZe9QBNzLAN5Q3fsTPQtBV+fEVj6xKIgDgNiEVE6ZNfHpZOqfQ21YUzfVNUXLOEZquYvQPPg==",
  6. "_location": "/commist",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "commist@^1.0.0",
  12. "name": "commist",
  13. "escapedName": "commist",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/mqtt"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/commist/-/commist-1.1.0.tgz",
  22. "_shasum": "17811ec6978f6c15ee4de80c45c9beb77cee35d5",
  23. "_spec": "commist@^1.0.0",
  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/commist/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "leven": "^2.1.0",
  35. "minimist": "^1.1.0"
  36. },
  37. "deprecated": false,
  38. "description": "Build your commands on minimist!",
  39. "devDependencies": {
  40. "minimist": "^1.1.0",
  41. "pre-commit": "^1.0.0",
  42. "standard": "^12.0.1",
  43. "tape": "^4.0.0"
  44. },
  45. "homepage": "https://github.com/mcollina/commist",
  46. "license": "MIT",
  47. "main": "index.js",
  48. "name": "commist",
  49. "pre-commit": "test",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/mcollina/commist.git"
  53. },
  54. "scripts": {
  55. "test": "standard && tape test.js"
  56. },
  57. "version": "1.1.0"
  58. }