package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "string-argv@^0.0.2",
  3. "_id": "string-argv@0.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-2sMECGkMIfPDYwo/86BYd73L1zY=",
  6. "_location": "/string-argv",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "string-argv@^0.0.2",
  12. "name": "string-argv",
  13. "escapedName": "string-argv",
  14. "rawSpec": "^0.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.0.2"
  17. },
  18. "_requiredBy": [
  19. "/lint-staged"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.0.2.tgz",
  22. "_shasum": "dac30408690c21f3c3630a3ff3a05877bdcbd736",
  23. "_spec": "string-argv@^0.0.2",
  24. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\lint-staged",
  25. "author": {
  26. "name": "Anthony McCormick",
  27. "email": "anthony.mccormick AT gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mccormicka/string-argv/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "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.",
  36. "devDependencies": {
  37. "eslint": "^2.0.0",
  38. "eslint-config-cellule": "^3.0.0",
  39. "jasmine": "^2.4.1"
  40. },
  41. "engines": {
  42. "node": ">=0.6.19"
  43. },
  44. "homepage": "https://github.com/mccormicka/string-argv",
  45. "keywords": [
  46. "logger"
  47. ],
  48. "license": "MIT",
  49. "main": "index",
  50. "name": "string-argv",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/mccormicka/string-argv.git"
  54. },
  55. "scripts": {
  56. "lint": "eslint .",
  57. "test": "jasmine JASMINE_CONFIG_PATH=test/config.json --verbose --color --captureExceptions && npm run lint"
  58. },
  59. "version": "0.0.2"
  60. }