package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "string-argv@^0.3.1",
  3. "_id": "string-argv@0.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==",
  6. "_location": "/string-argv",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "string-argv@^0.3.1",
  12. "name": "string-argv",
  13. "escapedName": "string-argv",
  14. "rawSpec": "^0.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.1"
  17. },
  18. "_requiredBy": [
  19. "/lint-staged"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.1.tgz",
  22. "_shasum": "95e2fbec0427ae19184935f816d74aaa4c5c19da",
  23. "_spec": "string-argv@^0.3.1",
  24. "_where": "H:\\gs_nuxt\\node_modules\\lint-staged",
  25. "author": {
  26. "name": "Anthony McCormick",
  27. "email": "anthony.mccormick@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mccormicka/string-argv/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Michael Ferris",
  36. "email": "mike.ferri@hotmail.com"
  37. }
  38. ],
  39. "dependencies": {},
  40. "deprecated": false,
  41. "description": "string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.",
  42. "devDependencies": {
  43. "jasmine": "^2.4.1",
  44. "typescript": "^3.4.3"
  45. },
  46. "engines": {
  47. "node": ">=0.6.19"
  48. },
  49. "homepage": "https://github.com/mccormicka/string-argv",
  50. "keywords": [
  51. "argv"
  52. ],
  53. "license": "MIT",
  54. "main": "index",
  55. "name": "string-argv",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/mccormicka/string-argv.git"
  59. },
  60. "scripts": {
  61. "build": "tsc -p .",
  62. "prepublishOnly": "npm test",
  63. "test": "npm run build & jasmine --config=test/config.json"
  64. },
  65. "types": "index.d.ts",
  66. "version": "0.3.1"
  67. }