package.json 2.3 KB

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