package.json 2.3 KB

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