package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "redent@1.0.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "redent@1.0.0",
  9. "_id": "redent@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-qtW5hKzGQZqKoh6JNSD+4lfitfPKGz42e6QwiRmPM5mmKtR0N41AbJRYu0xJi7nhOJ4WDgRkKvAk6tw4WIwR4g==",
  12. "_location": "/redent",
  13. "_phantomChildren": {
  14. "get-stdin": "4.0.1"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "redent@1.0.0",
  20. "name": "redent",
  21. "escapedName": "redent",
  22. "rawSpec": "1.0.0",
  23. "saveSpec": null,
  24. "fetchSpec": "1.0.0"
  25. },
  26. "_requiredBy": [
  27. "/meow"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/redent/-/redent-1.0.0.tgz",
  30. "_spec": "1.0.0",
  31. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/redent/issues"
  39. },
  40. "dependencies": {
  41. "indent-string": "^2.1.0",
  42. "strip-indent": "^1.0.1"
  43. },
  44. "description": "Strip redundant indentation and indent the string",
  45. "devDependencies": {
  46. "ava": "*",
  47. "xo": "*"
  48. },
  49. "engines": {
  50. "node": ">=0.10.0"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/sindresorhus/redent#readme",
  56. "keywords": [
  57. "string",
  58. "str",
  59. "strip",
  60. "trim",
  61. "indent",
  62. "indentation",
  63. "add",
  64. "reindent",
  65. "normalize",
  66. "remove",
  67. "whitespace",
  68. "space"
  69. ],
  70. "license": "MIT",
  71. "name": "redent",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/redent.git"
  75. },
  76. "scripts": {
  77. "test": "xo && ava"
  78. },
  79. "version": "1.0.0"
  80. }