package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "yargs-unparser@1.5.0",
  3. "_id": "yargs-unparser@1.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-8rsqfoPLyHu5XI5XKCigbJrdbg0=",
  6. "_location": "/yargs-unparser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "yargs-unparser@1.5.0",
  12. "name": "yargs-unparser",
  13. "escapedName": "yargs-unparser",
  14. "rawSpec": "1.5.0",
  15. "saveSpec": null,
  16. "fetchSpec": "1.5.0"
  17. },
  18. "_requiredBy": [
  19. "/mocha"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/yargs-unparser/download/yargs-unparser-1.5.0.tgz",
  22. "_shasum": "f2bb2a7e83cbc87bb95c8e572828a06c9add6e0d",
  23. "_spec": "yargs-unparser@1.5.0",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\mocha",
  25. "author": {
  26. "name": "André Cruz",
  27. "email": "andre@moxy.studio"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/yargs/yargs-unparser/issues"
  31. },
  32. "bundleDependencies": false,
  33. "commitlint": {
  34. "extends": [
  35. "@commitlint/config-conventional"
  36. ]
  37. },
  38. "dependencies": {
  39. "flat": "^4.1.0",
  40. "lodash": "^4.17.11",
  41. "yargs": "^12.0.5"
  42. },
  43. "deprecated": false,
  44. "description": "Converts back a yargs argv object to its original array form",
  45. "devDependencies": {
  46. "@commitlint/cli": "^7.2.1",
  47. "@commitlint/config-conventional": "^7.1.2",
  48. "eslint": "^5.9.0",
  49. "eslint-config-moxy": "^6.1.1",
  50. "husky": "^1.2.0",
  51. "jest": "^23.6.0",
  52. "lint-staged": "^8.1.0",
  53. "minimist": "^1.2.0",
  54. "standard-version": "^4.4.0",
  55. "yargs-parser": "^11.1.1"
  56. },
  57. "engines": {
  58. "node": ">=6"
  59. },
  60. "files": [],
  61. "homepage": "https://github.com/yargs/yargs-unparser",
  62. "keywords": [
  63. "yargs",
  64. "unparse",
  65. "expand",
  66. "inverse",
  67. "argv"
  68. ],
  69. "license": "MIT",
  70. "lint-staged": {
  71. "*.js": [
  72. "eslint --fix",
  73. "git add"
  74. ]
  75. },
  76. "main": "index.js",
  77. "name": "yargs-unparser",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+ssh://git@github.com/yargs/yargs-unparser.git"
  81. },
  82. "scripts": {
  83. "commitmsg": "commitlint -e $GIT_PARAMS",
  84. "lint": "eslint .",
  85. "precommit": "lint-staged",
  86. "prerelease": "npm t && npm run lint",
  87. "release": "standard-version",
  88. "test": "jest --env node --coverage"
  89. },
  90. "standard-version": {
  91. "scripts": {
  92. "posttag": "git push --follow-tags origin master && npm publish"
  93. }
  94. },
  95. "version": "1.5.0"
  96. }