package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "string-argv@0.3.1",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "string-argv@0.3.1",
  10. "_id": "string-argv@0.3.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-leL77AQnrhkYSTX4FtdKqkxcGdo=",
  13. "_location": "/string-argv",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "string-argv@0.3.1",
  19. "name": "string-argv",
  20. "escapedName": "string-argv",
  21. "rawSpec": "0.3.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.3.1"
  24. },
  25. "_requiredBy": [
  26. "/lint-staged"
  27. ],
  28. "_resolved": "https://registry.nlark.com/string-argv/download/string-argv-0.3.1.tgz",
  29. "_spec": "0.3.1",
  30. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  31. "author": {
  32. "name": "Anthony McCormick",
  33. "email": "anthony.mccormick@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/mccormicka/string-argv/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Michael Ferris",
  41. "email": "mike.ferri@hotmail.com"
  42. }
  43. ],
  44. "dependencies": {},
  45. "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.",
  46. "devDependencies": {
  47. "jasmine": "^2.4.1",
  48. "typescript": "^3.4.3"
  49. },
  50. "engines": {
  51. "node": ">=0.6.19"
  52. },
  53. "homepage": "https://github.com/mccormicka/string-argv",
  54. "keywords": [
  55. "argv"
  56. ],
  57. "license": "MIT",
  58. "main": "index",
  59. "name": "string-argv",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/mccormicka/string-argv.git"
  63. },
  64. "scripts": {
  65. "build": "tsc -p .",
  66. "prepublishOnly": "npm test",
  67. "test": "npm run build & jasmine --config=test/config.json"
  68. },
  69. "types": "index.d.ts",
  70. "version": "0.3.1"
  71. }