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.

78 lines
1.6 KiB

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