package.json 1.6 KB

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