package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "cli-width@^2.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/inquirer"
  6. ]
  7. ],
  8. "_from": "cli-width@>=2.0.0 <3.0.0",
  9. "_id": "cli-width@2.2.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/cli-width",
  13. "_nodeVersion": "6.9.4",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/cli-width-2.2.0.tgz_1503409565255_0.3628303287550807"
  17. },
  18. "_npmUser": {
  19. "email": "ilya@burstcreations.com",
  20. "name": "knownasilya"
  21. },
  22. "_npmVersion": "4.6.1",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "cli-width",
  26. "raw": "cli-width@^2.0.0",
  27. "rawSpec": "^2.0.0",
  28. "scope": null,
  29. "spec": ">=2.0.0 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/inquirer"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.0.tgz",
  36. "_shasum": "ff19ede8a9a5e579324147b0c11f0fbcbabed639",
  37. "_shrinkwrap": null,
  38. "_spec": "cli-width@^2.0.0",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/inquirer",
  40. "author": {
  41. "email": "ilya@burstcreations.com",
  42. "name": "Ilya Radchenko"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/knownasilya/cli-width/issues"
  46. },
  47. "dependencies": {},
  48. "description": "Get stdout window width, with two fallbacks, tty and then a default.",
  49. "devDependencies": {
  50. "coveralls": "^2.11.4",
  51. "isparta": "^3.0.4",
  52. "rimraf": "^2.4.3",
  53. "standard-version": "^4.2.0",
  54. "tap-spec": "^4.1.0",
  55. "tape": "^3.4.0"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "ff19ede8a9a5e579324147b0c11f0fbcbabed639",
  60. "tarball": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.0.tgz"
  61. },
  62. "gitHead": "176376e902a7d9fde3d82c885978e6d13d6496fc",
  63. "homepage": "https://github.com/knownasilya/cli-width",
  64. "license": "ISC",
  65. "main": "index.js",
  66. "maintainers": [
  67. {
  68. "name": "knownasilya",
  69. "email": "ilya@burstcreations.com"
  70. },
  71. {
  72. "name": "sboudrias",
  73. "email": "admin@simonboudrias.com"
  74. }
  75. ],
  76. "name": "cli-width",
  77. "optionalDependencies": {},
  78. "readme": "ERROR: No README data found!",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+ssh://git@github.com/knownasilya/cli-width.git"
  82. },
  83. "scripts": {
  84. "coverage": "isparta cover test/*.js | tspec",
  85. "coveralls": "npm run coverage -s && coveralls < coverage/lcov.info",
  86. "postcoveralls": "rimraf ./coverage",
  87. "release": "standard-version",
  88. "test": "node test | tspec"
  89. },
  90. "version": "2.2.0"
  91. }