package.json 2.3 KB

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