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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "y18n@^3.2.1",
  3. "_id": "y18n@3.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-bRX7qITAhnnA136I53WegR4H+kE=",
  6. "_location": "/y18n",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "y18n@^3.2.1",
  12. "name": "y18n",
  13. "escapedName": "y18n",
  14. "rawSpec": "^3.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.2.1"
  17. },
  18. "_requiredBy": [
  19. "/yargs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz",
  22. "_shasum": "6d15fba884c08679c0d77e88e7759e811e07fa41",
  23. "_spec": "y18n@^3.2.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\yargs",
  25. "author": {
  26. "name": "Ben Coe",
  27. "email": "ben@npmjs.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/yargs/y18n/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "the bare-bones internationalization library used by yargs",
  35. "devDependencies": {
  36. "chai": "^3.4.1",
  37. "coveralls": "^2.11.6",
  38. "mocha": "^2.3.4",
  39. "nyc": "^6.1.1",
  40. "rimraf": "^2.5.0",
  41. "standard": "^5.4.1"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/yargs/y18n",
  47. "keywords": [
  48. "i18n",
  49. "internationalization",
  50. "yargs"
  51. ],
  52. "license": "ISC",
  53. "main": "index.js",
  54. "name": "y18n",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+ssh://git@github.com/yargs/y18n.git"
  58. },
  59. "scripts": {
  60. "coverage": "nyc report --reporter=text-lcov | coveralls",
  61. "pretest": "standard",
  62. "test": "nyc mocha"
  63. },
  64. "version": "3.2.1"
  65. }