package.json 1.5 KB

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