package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "indent-string@2.1.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "indent-string@2.1.0",
  9. "_id": "indent-string@2.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-aqwDFWSgSgfRaEwao5lg5KEcVd/2a+D1rvoG7NdilmYz0NwRk6StWpWdz/Hpk34MKPpx7s8XxUqimfcQK6gGlg==",
  12. "_location": "/indent-string",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "indent-string@2.1.0",
  18. "name": "indent-string",
  19. "escapedName": "indent-string",
  20. "rawSpec": "2.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.0"
  23. },
  24. "_requiredBy": [
  25. "/redent"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/indent-string/-/indent-string-2.1.0.tgz",
  28. "_spec": "2.1.0",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/indent-string/issues"
  37. },
  38. "dependencies": {
  39. "repeating": "^2.0.0"
  40. },
  41. "description": "Indent each line in a string",
  42. "devDependencies": {
  43. "mocha": "*"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/indent-string#readme",
  52. "keywords": [
  53. "indent",
  54. "string",
  55. "str",
  56. "pad",
  57. "align",
  58. "line",
  59. "text"
  60. ],
  61. "license": "MIT",
  62. "name": "indent-string",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/sindresorhus/indent-string.git"
  66. },
  67. "scripts": {
  68. "test": "mocha"
  69. },
  70. "version": "2.1.0"
  71. }