package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "detect-indent@^5.0.0",
  3. "_id": "detect-indent@5.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-OHHMCmoALow+Wzz38zYmRnXwa50=",
  6. "_location": "/detect-indent",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "detect-indent@^5.0.0",
  12. "name": "detect-indent",
  13. "escapedName": "detect-indent",
  14. "rawSpec": "^5.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.0"
  17. },
  18. "_requiredBy": [
  19. "/write-json-file"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-5.0.0.tgz",
  22. "_shasum": "3871cc0a6a002e8c3e5b3cf7f336264675f06b9d",
  23. "_spec": "detect-indent@^5.0.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\write-json-file",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/detect-indent/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Detect the indentation of code",
  36. "devDependencies": {
  37. "ava": "*",
  38. "xo": "*"
  39. },
  40. "engines": {
  41. "node": ">=4"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/sindresorhus/detect-indent#readme",
  47. "keywords": [
  48. "indent",
  49. "indentation",
  50. "detect",
  51. "infer",
  52. "identify",
  53. "code",
  54. "string",
  55. "text",
  56. "source",
  57. "space",
  58. "tab"
  59. ],
  60. "license": "MIT",
  61. "name": "detect-indent",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/sindresorhus/detect-indent.git"
  65. },
  66. "scripts": {
  67. "test": "xo && ava"
  68. },
  69. "version": "5.0.0",
  70. "xo": {
  71. "esnext": true
  72. }
  73. }