package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "split-string@3.1.0",
  5. "E:\\amr1.0\\AMR"
  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. "_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. "/micromatch/braces",
  27. "/set-value",
  28. "/watchpack-chokidar2/braces",
  29. "/webpack-dev-server/braces"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",
  32. "_spec": "3.1.0",
  33. "_where": "E:\\amr1.0\\AMR",
  34. "author": {
  35. "name": "Jon Schlinkert",
  36. "url": "https://github.com/jonschlinkert"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/jonschlinkert/split-string/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Brian Woodward",
  44. "url": "https://twitter.com/doowb"
  45. },
  46. {
  47. "name": "Jon Schlinkert",
  48. "url": "http://twitter.com/jonschlinkert"
  49. }
  50. ],
  51. "dependencies": {
  52. "extend-shallow": "^3.0.0"
  53. },
  54. "description": "Split a string on a character except when the character is escaped.",
  55. "devDependencies": {
  56. "gulp-format-md": "^1.0.0",
  57. "mocha": "^3.5.3"
  58. },
  59. "engines": {
  60. "node": ">=0.10.0"
  61. },
  62. "files": [
  63. "index.js"
  64. ],
  65. "homepage": "https://github.com/jonschlinkert/split-string",
  66. "keywords": [
  67. "character",
  68. "escape",
  69. "split",
  70. "string"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "split-string",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/jonschlinkert/split-string.git"
  78. },
  79. "scripts": {
  80. "test": "mocha"
  81. },
  82. "verb": {
  83. "toc": false,
  84. "layout": "default",
  85. "titles": [
  86. ".",
  87. "install",
  88. "Why use this?"
  89. ],
  90. "related": {
  91. "list": [
  92. "deromanize",
  93. "randomatic",
  94. "repeat-string",
  95. "romanize"
  96. ]
  97. },
  98. "tasks": [
  99. "readme"
  100. ],
  101. "plugins": [
  102. "gulp-format-md"
  103. ],
  104. "lint": {
  105. "reflinks": true
  106. }
  107. },
  108. "version": "3.1.0"
  109. }