package.json 1.5 KB

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