package.json 1.7 KB

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