package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "console-control-strings@~1.1.0",
  3. "_id": "console-control-strings@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=",
  6. "_location": "/console-control-strings",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "console-control-strings@~1.1.0",
  12. "name": "console-control-strings",
  13. "escapedName": "console-control-strings",
  14. "rawSpec": "~1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/@mapbox/node-pre-gyp/gauge",
  20. "/@mapbox/node-pre-gyp/npmlog",
  21. "/gauge",
  22. "/npmlog"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
  25. "_shasum": "3d7cf4464db6446ea644bf4b39507f9851008e8e",
  26. "_spec": "console-control-strings@~1.1.0",
  27. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\npmlog",
  28. "author": {
  29. "name": "Rebecca Turner",
  30. "email": "me@re-becca.org",
  31. "url": "http://re-becca.org/"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/iarna/console-control-strings/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "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.",
  39. "devDependencies": {
  40. "standard": "^7.1.2",
  41. "tap": "^5.7.2"
  42. },
  43. "directories": {
  44. "test": "test"
  45. },
  46. "files": [
  47. "LICENSE",
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/iarna/console-control-strings#readme",
  51. "keywords": [],
  52. "license": "ISC",
  53. "main": "index.js",
  54. "name": "console-control-strings",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/iarna/console-control-strings.git"
  58. },
  59. "scripts": {
  60. "test": "standard && tap test/*.js"
  61. },
  62. "version": "1.1.0"
  63. }