package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. "split-string@3.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "split-string@3.1.0",
  10. "_id": "split-string@3.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-fLCd2jqGWFcFxks5pkZgOGguj+I=",
  13. "_location": "/split-string",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "split-string@3.1.0",
  19. "name": "split-string",
  20. "escapedName": "split-string",
  21. "rawSpec": "3.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.0"
  24. },
  25. "_requiredBy": [
  26. "/braces",
  27. "/set-value"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/split-string/download/split-string-3.1.0.tgz",
  30. "_spec": "3.1.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Jon Schlinkert",
  34. "url": "https://github.com/jonschlinkert"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jonschlinkert/split-string/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Brian Woodward",
  42. "url": "https://twitter.com/doowb"
  43. },
  44. {
  45. "name": "Jon Schlinkert",
  46. "url": "http://twitter.com/jonschlinkert"
  47. }
  48. ],
  49. "dependencies": {
  50. "extend-shallow": "^3.0.0"
  51. },
  52. "description": "Split a string on a character except when the character is escaped.",
  53. "devDependencies": {
  54. "gulp-format-md": "^1.0.0",
  55. "mocha": "^3.5.3"
  56. },
  57. "engines": {
  58. "node": ">=0.10.0"
  59. },
  60. "files": [
  61. "index.js"
  62. ],
  63. "homepage": "https://github.com/jonschlinkert/split-string",
  64. "keywords": [
  65. "character",
  66. "escape",
  67. "split",
  68. "string"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "split-string",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/jonschlinkert/split-string.git"
  76. },
  77. "scripts": {
  78. "test": "mocha"
  79. },
  80. "verb": {
  81. "toc": false,
  82. "layout": "default",
  83. "titles": [
  84. ".",
  85. "install",
  86. "Why use this?"
  87. ],
  88. "related": {
  89. "list": [
  90. "deromanize",
  91. "randomatic",
  92. "repeat-string",
  93. "romanize"
  94. ]
  95. },
  96. "tasks": [
  97. "readme"
  98. ],
  99. "plugins": [
  100. "gulp-format-md"
  101. ],
  102. "lint": {
  103. "reflinks": true
  104. }
  105. },
  106. "version": "3.1.0"
  107. }