tis-cli前端项目快速搭建命令行工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
1.3 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "defaults@1.0.3",
  5. "E:\\work\\code\\tis-cli"
  6. ]
  7. ],
  8. "_from": "defaults@1.0.3",
  9. "_id": "defaults@1.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=",
  12. "_location": "/defaults",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "defaults@1.0.3",
  18. "name": "defaults",
  19. "escapedName": "defaults",
  20. "rawSpec": "1.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.3"
  23. },
  24. "_requiredBy": [
  25. "/wcwidth"
  26. ],
  27. "_resolved": "https://r.cnpmjs.org/defaults/download/defaults-1.0.3.tgz",
  28. "_spec": "1.0.3",
  29. "_where": "E:\\work\\code\\tis-cli",
  30. "author": {
  31. "name": "Elijah Insua",
  32. "email": "tmpvar@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/tmpvar/defaults/issues"
  36. },
  37. "dependencies": {
  38. "clone": "^1.0.2"
  39. },
  40. "description": "merge single level defaults over a config object",
  41. "devDependencies": {
  42. "tap": "^2.0.0"
  43. },
  44. "homepage": "https://github.com/tmpvar/defaults#readme",
  45. "keywords": [
  46. "config",
  47. "defaults"
  48. ],
  49. "license": "MIT",
  50. "main": "index.js",
  51. "name": "defaults",
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/tmpvar/defaults.git"
  55. },
  56. "scripts": {
  57. "test": "node test.js"
  58. },
  59. "version": "1.0.3"
  60. }