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.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "is-fullwidth-code-point@^2.0.0",
  3. "_id": "is-fullwidth-code-point@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
  6. "_location": "/is-fullwidth-code-point",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-fullwidth-code-point@^2.0.0",
  12. "name": "is-fullwidth-code-point",
  13. "escapedName": "is-fullwidth-code-point",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/slice-ansi",
  20. "/string-width"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
  23. "_shasum": "a3b30a5c4f199183167aaab93beefae3ddfb654f",
  24. "_spec": "is-fullwidth-code-point@^2.0.0",
  25. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/string-width",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/is-fullwidth-code-point/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Check if the character represented by a given Unicode code point is fullwidth",
  37. "devDependencies": {
  38. "ava": "*",
  39. "xo": "*"
  40. },
  41. "engines": {
  42. "node": ">=4"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/sindresorhus/is-fullwidth-code-point#readme",
  48. "keywords": [
  49. "fullwidth",
  50. "full-width",
  51. "full",
  52. "width",
  53. "unicode",
  54. "character",
  55. "char",
  56. "string",
  57. "str",
  58. "codepoint",
  59. "code",
  60. "point",
  61. "is",
  62. "detect",
  63. "check"
  64. ],
  65. "license": "MIT",
  66. "name": "is-fullwidth-code-point",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git"
  70. },
  71. "scripts": {
  72. "test": "xo && ava"
  73. },
  74. "version": "2.0.0",
  75. "xo": {
  76. "esnext": true
  77. }
  78. }