package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "detect-indent@3.0.0",
  3. "_id": "detect-indent@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-ehLEthvk68FwzW1BbOQ3VBJGN9g=",
  6. "_location": "/detect-indent",
  7. "_phantomChildren": {
  8. "is-finite": "1.0.2"
  9. },
  10. "_requested": {
  11. "type": "version",
  12. "registry": true,
  13. "raw": "detect-indent@3.0.0",
  14. "name": "detect-indent",
  15. "escapedName": "detect-indent",
  16. "rawSpec": "3.0.0",
  17. "saveSpec": null,
  18. "fetchSpec": "3.0.0"
  19. },
  20. "_requiredBy": [
  21. "/6to5-core"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-3.0.0.tgz",
  24. "_shasum": "7a12c4b61be4ebc170cd6d416ce43754124637d8",
  25. "_spec": "detect-indent@3.0.0",
  26. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/6to5-core",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "http://sindresorhus.com"
  31. },
  32. "bin": {
  33. "detect-indent": "cli.js"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/detect-indent/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "get-stdin": "^3.0.0",
  41. "minimist": "^1.1.0",
  42. "repeating": "^1.1.0"
  43. },
  44. "deprecated": false,
  45. "description": "Detect the indentation of code",
  46. "devDependencies": {
  47. "mocha": "*"
  48. },
  49. "engines": {
  50. "node": ">=0.10.0"
  51. },
  52. "files": [
  53. "index.js",
  54. "cli.js"
  55. ],
  56. "homepage": "https://github.com/sindresorhus/detect-indent#readme",
  57. "keywords": [
  58. "cli",
  59. "bin",
  60. "indent",
  61. "indentation",
  62. "detect",
  63. "infer",
  64. "identify",
  65. "code",
  66. "string",
  67. "text",
  68. "source",
  69. "space",
  70. "tab"
  71. ],
  72. "license": "MIT",
  73. "name": "detect-indent",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/sindresorhus/detect-indent.git"
  77. },
  78. "scripts": {
  79. "test": "mocha"
  80. },
  81. "version": "3.0.0"
  82. }