package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "split-string@^3.0.2",
  3. "_id": "split-string@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==",
  6. "_location": "/split-string",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "split-string@^3.0.2",
  12. "name": "split-string",
  13. "escapedName": "split-string",
  14. "rawSpec": "^3.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.2"
  17. },
  18. "_requiredBy": [
  19. "/fork-ts-checker-webpack-plugin/braces",
  20. "/http-proxy-middleware/braces",
  21. "/sane/braces",
  22. "/set-value",
  23. "/watchpack-chokidar2/braces",
  24. "/webpack-dev-server/braces",
  25. "/webpack/braces"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",
  28. "_shasum": "7cb09dda3a86585705c64b39a6466038682e8fe2",
  29. "_spec": "split-string@^3.0.2",
  30. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\sane\\node_modules\\braces",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/split-string/issues"
  37. },
  38. "bundleDependencies": false,
  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. "deprecated": false,
  53. "description": "Split a string on a character except when the character is escaped.",
  54. "devDependencies": {
  55. "gulp-format-md": "^1.0.0",
  56. "mocha": "^3.5.3"
  57. },
  58. "engines": {
  59. "node": ">=0.10.0"
  60. },
  61. "files": [
  62. "index.js"
  63. ],
  64. "homepage": "https://github.com/jonschlinkert/split-string",
  65. "keywords": [
  66. "character",
  67. "escape",
  68. "split",
  69. "string"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "name": "split-string",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/jonschlinkert/split-string.git"
  77. },
  78. "scripts": {
  79. "test": "mocha"
  80. },
  81. "verb": {
  82. "toc": false,
  83. "layout": "default",
  84. "titles": [
  85. ".",
  86. "install",
  87. "Why use this?"
  88. ],
  89. "related": {
  90. "list": [
  91. "deromanize",
  92. "randomatic",
  93. "repeat-string",
  94. "romanize"
  95. ]
  96. },
  97. "tasks": [
  98. "readme"
  99. ],
  100. "plugins": [
  101. "gulp-format-md"
  102. ],
  103. "lint": {
  104. "reflinks": true
  105. }
  106. },
  107. "version": "3.1.0"
  108. }