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.

79 lines
1.7 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "safe-buffer@5.2.1",
  5. "E:\\work\\code\\tis-cli"
  6. ]
  7. ],
  8. "_from": "safe-buffer@5.2.1",
  9. "_id": "safe-buffer@5.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-Hq+fqb2x/dTsdfWPnNtOa3gn7sY=",
  12. "_location": "/safe-buffer",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "safe-buffer@5.2.1",
  18. "name": "safe-buffer",
  19. "escapedName": "safe-buffer",
  20. "rawSpec": "5.2.1",
  21. "saveSpec": null,
  22. "fetchSpec": "5.2.1"
  23. },
  24. "_requiredBy": [
  25. "/string_decoder"
  26. ],
  27. "_resolved": "https://r.cnpmjs.org/safe-buffer/download/safe-buffer-5.2.1.tgz",
  28. "_spec": "5.2.1",
  29. "_where": "E:\\work\\code\\tis-cli",
  30. "author": {
  31. "name": "Feross Aboukhadijeh",
  32. "email": "feross@feross.org",
  33. "url": "https://feross.org"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/feross/safe-buffer/issues"
  37. },
  38. "description": "Safer Node.js Buffer API",
  39. "devDependencies": {
  40. "standard": "*",
  41. "tape": "^5.0.0"
  42. },
  43. "funding": [
  44. {
  45. "type": "github",
  46. "url": "https://github.com/sponsors/feross"
  47. },
  48. {
  49. "type": "patreon",
  50. "url": "https://www.patreon.com/feross"
  51. },
  52. {
  53. "type": "consulting",
  54. "url": "https://feross.org/support"
  55. }
  56. ],
  57. "homepage": "https://github.com/feross/safe-buffer",
  58. "keywords": [
  59. "buffer",
  60. "buffer allocate",
  61. "node security",
  62. "safe",
  63. "safe-buffer",
  64. "security",
  65. "uninitialized"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "safe-buffer",
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/feross/safe-buffer.git"
  73. },
  74. "scripts": {
  75. "test": "standard && tape test/*.js"
  76. },
  77. "types": "index.d.ts",
  78. "version": "5.2.1"
  79. }