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.

77 lines
1.5 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "mimic-fn@2.1.0",
  5. "E:\\work\\code\\tis-cli"
  6. ]
  7. ],
  8. "_from": "mimic-fn@2.1.0",
  9. "_id": "mimic-fn@2.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-ftLCzMyvhNP/y3pptXcR/CCDQBs=",
  12. "_location": "/mimic-fn",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "mimic-fn@2.1.0",
  18. "name": "mimic-fn",
  19. "escapedName": "mimic-fn",
  20. "rawSpec": "2.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.0"
  23. },
  24. "_requiredBy": [
  25. "/onetime"
  26. ],
  27. "_resolved": "https://r.cnpmjs.org/mimic-fn/download/mimic-fn-2.1.0.tgz",
  28. "_spec": "2.1.0",
  29. "_where": "E:\\work\\code\\tis-cli",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/mimic-fn/issues"
  37. },
  38. "description": "Make a function mimic another one",
  39. "devDependencies": {
  40. "ava": "^1.4.1",
  41. "tsd": "^0.7.1",
  42. "xo": "^0.24.0"
  43. },
  44. "engines": {
  45. "node": ">=6"
  46. },
  47. "files": [
  48. "index.js",
  49. "index.d.ts"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/mimic-fn#readme",
  52. "keywords": [
  53. "function",
  54. "mimic",
  55. "imitate",
  56. "rename",
  57. "copy",
  58. "inherit",
  59. "properties",
  60. "name",
  61. "func",
  62. "fn",
  63. "set",
  64. "infer",
  65. "change"
  66. ],
  67. "license": "MIT",
  68. "name": "mimic-fn",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/mimic-fn.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava && tsd"
  75. },
  76. "version": "2.1.0"
  77. }