package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "strip-indent@2.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "strip-indent@2.0.0",
  10. "_id": "strip-indent@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=",
  13. "_location": "/strip-indent",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "strip-indent@2.0.0",
  19. "name": "strip-indent",
  20. "escapedName": "strip-indent",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/yorkie"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/strip-indent/download/strip-indent-2.0.0.tgz",
  29. "_spec": "2.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/strip-indent/issues"
  38. },
  39. "description": "Strip leading whitespace from each line in a string",
  40. "devDependencies": {
  41. "ava": "*",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=4"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/strip-indent#readme",
  51. "keywords": [
  52. "strip",
  53. "indent",
  54. "indentation",
  55. "normalize",
  56. "remove",
  57. "delete",
  58. "whitespace",
  59. "space",
  60. "tab",
  61. "string",
  62. "str"
  63. ],
  64. "license": "MIT",
  65. "name": "strip-indent",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/strip-indent.git"
  69. },
  70. "scripts": {
  71. "test": "xo && ava"
  72. },
  73. "version": "2.0.0",
  74. "xo": {
  75. "esnext": true
  76. }
  77. }