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.

65 lines
1.7 KiB

4 years ago
  1. {
  2. "_from": "bl@^5.0.0",
  3. "_id": "bl@5.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-aSiASkHp2pA0ho4cUMqI8h9XrqI=",
  6. "_location": "/bl",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "bl@^5.0.0",
  12. "name": "bl",
  13. "escapedName": "bl",
  14. "rawSpec": "^5.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.0"
  17. },
  18. "_requiredBy": [
  19. "/ora"
  20. ],
  21. "_resolved": "https://r.cnpmjs.org/bl/download/bl-5.0.0.tgz",
  22. "_shasum": "6928804a41e9da9034868e1c50ca88f21f57aea2",
  23. "_spec": "bl@^5.0.0",
  24. "_where": "E:\\work\\code\\tis-cli\\node_modules\\ora",
  25. "authors": [
  26. "Rod Vagg <rod@vagg.org> (https://github.com/rvagg)",
  27. "Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",
  28. "Jarett Cruger <jcrugzz@gmail.com> (https://github.com/jcrugzz)"
  29. ],
  30. "bugs": {
  31. "url": "https://github.com/rvagg/bl/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "buffer": "^6.0.3",
  36. "inherits": "^2.0.4",
  37. "readable-stream": "^3.4.0"
  38. },
  39. "deprecated": false,
  40. "description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!",
  41. "devDependencies": {
  42. "faucet": "~0.0.1",
  43. "standard": "^16.0.3",
  44. "tape": "^5.2.2"
  45. },
  46. "homepage": "https://github.com/rvagg/bl",
  47. "keywords": [
  48. "buffer",
  49. "buffers",
  50. "stream",
  51. "awesomesauce"
  52. ],
  53. "license": "MIT",
  54. "main": "bl.js",
  55. "name": "bl",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/rvagg/bl.git"
  59. },
  60. "scripts": {
  61. "lint": "standard *.js test/*.js",
  62. "test": "npm run lint && node test/test.js | faucet"
  63. },
  64. "version": "5.0.0"
  65. }