package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "cli-width@^1.0.1",
  6. "scope": null,
  7. "escapedName": "cli-width",
  8. "name": "cli-width",
  9. "rawSpec": "^1.0.1",
  10. "spec": ">=1.0.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/inquirer"
  14. ]
  15. ],
  16. "_from": "cli-width@>=1.0.1 <2.0.0",
  17. "_id": "cli-width@1.1.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/cli-width",
  21. "_nodeVersion": "4.2.1",
  22. "_npmUser": {
  23. "name": "knownasilya",
  24. "email": "ilya@burstcreations.com"
  25. },
  26. "_npmVersion": "2.14.7",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "cli-width@^1.0.1",
  30. "scope": null,
  31. "escapedName": "cli-width",
  32. "name": "cli-width",
  33. "rawSpec": "^1.0.1",
  34. "spec": ">=1.0.1 <2.0.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/inquirer"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/cli-width/-/cli-width-1.1.1.tgz",
  41. "_shasum": "a4d293ef67ebb7b88d4a4d42c0ccf00c4d1e366d",
  42. "_shrinkwrap": null,
  43. "_spec": "cli-width@^1.0.1",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/inquirer",
  45. "author": {
  46. "name": "Ilya Radchenko",
  47. "email": "ilya@burstcreations.com"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/knownasilya/cli-width/issues"
  51. },
  52. "dependencies": {},
  53. "description": "Get stdout window width, with two fallbacks, tty and then a default.",
  54. "devDependencies": {
  55. "coveralls": "^2.11.4",
  56. "isparta": "^3.0.4",
  57. "rimraf": "^2.4.3",
  58. "tap-spec": "^4.1.0",
  59. "tape": "^3.4.0"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "a4d293ef67ebb7b88d4a4d42c0ccf00c4d1e366d",
  64. "tarball": "https://registry.npmjs.org/cli-width/-/cli-width-1.1.1.tgz"
  65. },
  66. "gitHead": "353b24e4ebd754a748dbb07695cf1a02caf1d012",
  67. "homepage": "https://github.com/knownasilya/cli-width",
  68. "license": "ISC",
  69. "main": "index.js",
  70. "maintainers": [
  71. {
  72. "name": "knownasilya",
  73. "email": "ilya@burstcreations.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. "test": "node test | tspec"
  88. },
  89. "version": "1.1.1"
  90. }