package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "shlex@2.0.2",
  3. "_id": "shlex@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-i4p9nNXgBTILspHwZlBCNsZzwuVWW8SFx5dyIONrjL0R+AbMOPbg7ndqgGfjYivkYRTtZMKqIT8HT+QyOhPQWA==",
  6. "_location": "/shlex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "shlex@2.0.2",
  12. "name": "shlex",
  13. "escapedName": "shlex",
  14. "rawSpec": "2.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "2.0.2"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/shlex/-/shlex-2.0.2.tgz",
  23. "_shasum": "debf51a145f1df9e7cb7cce04340ccb45120092d",
  24. "_spec": "shlex@2.0.2",
  25. "_where": "/Users/elijahrutschman/Development/run-on-arch-action",
  26. "author": {
  27. "name": "Ryan Govostes"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/rgov/node-shlex/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Node.js port of Python's shlex shell-like lexer",
  36. "devDependencies": {
  37. "chai": "^4.2.0",
  38. "eslint": "^5.15.3",
  39. "eslint-config-standard": "^12.0.0",
  40. "eslint-plugin-import": "^2.16.0",
  41. "eslint-plugin-node": "^7.0.1",
  42. "eslint-plugin-promise": "^4.0.1",
  43. "eslint-plugin-standard": "^4.0.0",
  44. "mocha": "^5.2.0"
  45. },
  46. "homepage": "https://github.com/rgov/node-shlex#readme",
  47. "keywords": [
  48. "shell",
  49. "command-line",
  50. "cli",
  51. "lexer"
  52. ],
  53. "license": "MIT",
  54. "main": "shlex.js",
  55. "name": "shlex",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/rgov/node-shlex.git"
  59. },
  60. "scripts": {
  61. "posttest": "eslint .",
  62. "test": "mocha"
  63. },
  64. "types": "shlex.d.ts",
  65. "version": "2.0.2"
  66. }