Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.7KB

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