package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "console-control-strings@1.1.0",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "console-control-strings@1.1.0",
  10. "_id": "console-control-strings@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=",
  13. "_location": "/console-control-strings",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "console-control-strings@1.1.0",
  19. "name": "console-control-strings",
  20. "escapedName": "console-control-strings",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "/gauge",
  27. "/npmlog"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
  30. "_spec": "1.1.0",
  31. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  32. "author": {
  33. "name": "Rebecca Turner",
  34. "email": "me@re-becca.org",
  35. "url": "http://re-becca.org/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/iarna/console-control-strings/issues"
  39. },
  40. "description": "A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.",
  41. "devDependencies": {
  42. "standard": "^7.1.2",
  43. "tap": "^5.7.2"
  44. },
  45. "directories": {
  46. "test": "test"
  47. },
  48. "files": [
  49. "LICENSE",
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/iarna/console-control-strings#readme",
  53. "keywords": [],
  54. "license": "ISC",
  55. "main": "index.js",
  56. "name": "console-control-strings",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/iarna/console-control-strings.git"
  60. },
  61. "scripts": {
  62. "test": "standard && tap test/*.js"
  63. },
  64. "version": "1.1.0"
  65. }