package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "cli-width@2.2.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cli-width@2.2.0",
  10. "_id": "cli-width@2.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk=",
  13. "_location": "/cli-width",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cli-width@2.2.0",
  19. "name": "cli-width",
  20. "escapedName": "cli-width",
  21. "rawSpec": "2.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.0"
  24. },
  25. "_requiredBy": [
  26. "/eslint/inquirer",
  27. "/inquirer"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/cli-width/download/cli-width-2.2.0.tgz",
  30. "_spec": "2.2.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Ilya Radchenko",
  34. "email": "ilya@burstcreations.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/knownasilya/cli-width/issues"
  38. },
  39. "description": "Get stdout window width, with two fallbacks, tty and then a default.",
  40. "devDependencies": {
  41. "coveralls": "^2.11.4",
  42. "isparta": "^3.0.4",
  43. "rimraf": "^2.4.3",
  44. "standard-version": "^4.2.0",
  45. "tap-spec": "^4.1.0",
  46. "tape": "^3.4.0"
  47. },
  48. "homepage": "https://github.com/knownasilya/cli-width",
  49. "license": "ISC",
  50. "main": "index.js",
  51. "name": "cli-width",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+ssh://git@github.com/knownasilya/cli-width.git"
  55. },
  56. "scripts": {
  57. "coverage": "isparta cover test/*.js | tspec",
  58. "coveralls": "npm run coverage -s && coveralls < coverage/lcov.info",
  59. "postcoveralls": "rimraf ./coverage",
  60. "release": "standard-version",
  61. "test": "node test | tspec"
  62. },
  63. "version": "2.2.0"
  64. }