package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "ascli@~1",
  3. "_id": "ascli@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-JGQaNxpaCJz9Bd1JvVaFIHuWn9S+l3xhN17R0V/vmUDiGE0QngNMXhjlqpwqV+91plWz9Fg+Lt28Lj7p5vjs8A==",
  6. "_location": "/ascli",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ascli@~1",
  12. "name": "ascli",
  13. "escapedName": "ascli",
  14. "rawSpec": "~1",
  15. "saveSpec": null,
  16. "fetchSpec": "~1"
  17. },
  18. "_requiredBy": [
  19. "/protobufjs"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/ascli/-/ascli-1.0.1.tgz",
  22. "_shasum": "bcfa5974a62f18e81cabaeb49732ab4a88f906bc",
  23. "_spec": "ascli@~1",
  24. "_where": "D:\\website\\Other\\score\\node_modules\\protobufjs",
  25. "author": {
  26. "name": "Daniel Wirtz"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/dcodeIO/ascli/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "colour": "~0.7.1",
  34. "optjs": "~3.2.2"
  35. },
  36. "deprecated": false,
  37. "description": "A uniform foundation for unobtrusive (ASCII art in) cli apps.",
  38. "homepage": "https://github.com/dcodeIO/ascli#readme",
  39. "keywords": [
  40. "ansi",
  41. "terminal",
  42. "colors",
  43. "ascii"
  44. ],
  45. "license": "Apache-2.0",
  46. "main": "./ascli.js",
  47. "name": "ascli",
  48. "repository": {
  49. "type": "url",
  50. "url": "git+https://github.com/dcodeIO/ascli.git"
  51. },
  52. "scripts": {
  53. "test": "node tests/test.js"
  54. },
  55. "version": "1.0.1"
  56. }