You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.3KB

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