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 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "punycode@^2.1.0",
  3. "_id": "punycode@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==",
  6. "_location": "/punycode",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "punycode@^2.1.0",
  12. "name": "punycode",
  13. "escapedName": "punycode",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/uri-js"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
  22. "_shasum": "b58b010ac40c22c5657616c8d2c2c02c7bf479ec",
  23. "_spec": "punycode@^2.1.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/uri-js",
  25. "author": {
  26. "name": "Mathias Bynens",
  27. "url": "https://mathiasbynens.be/"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/bestiejs/punycode.js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Mathias Bynens",
  36. "url": "https://mathiasbynens.be/"
  37. }
  38. ],
  39. "deprecated": false,
  40. "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
  41. "devDependencies": {
  42. "codecov": "^1.0.1",
  43. "istanbul": "^0.4.1",
  44. "mocha": "^2.5.3"
  45. },
  46. "engines": {
  47. "node": ">=6"
  48. },
  49. "files": [
  50. "LICENSE-MIT.txt",
  51. "punycode.js",
  52. "punycode.es6.js"
  53. ],
  54. "homepage": "https://mths.be/punycode",
  55. "jsnext:main": "punycode.es6.js",
  56. "jspm": {
  57. "map": {
  58. "./punycode.js": {
  59. "node": "@node/punycode"
  60. }
  61. }
  62. },
  63. "keywords": [
  64. "punycode",
  65. "unicode",
  66. "idn",
  67. "idna",
  68. "dns",
  69. "url",
  70. "domain"
  71. ],
  72. "license": "MIT",
  73. "main": "punycode.js",
  74. "module": "punycode.es6.js",
  75. "name": "punycode",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/bestiejs/punycode.js.git"
  79. },
  80. "scripts": {
  81. "prepublish": "node scripts/prepublish.js",
  82. "test": "mocha tests"
  83. },
  84. "version": "2.1.1"
  85. }