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.

135 lines
3.1 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "split-string@^3.0.2",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/braces"
  6. ]
  7. ],
  8. "_from": "split-string@>=3.0.2 <4.0.0",
  9. "_id": "split-string@3.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/split-string",
  13. "_nodeVersion": "9.1.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/split-string-3.1.0.tgz_1511106894667_0.3419800808187574"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "5.5.1",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "split-string",
  26. "raw": "split-string@^3.0.2",
  27. "rawSpec": "^3.0.2",
  28. "scope": null,
  29. "spec": ">=3.0.2 <4.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/braces",
  34. "/set-value"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",
  37. "_shasum": "7cb09dda3a86585705c64b39a6466038682e8fe2",
  38. "_shrinkwrap": null,
  39. "_spec": "split-string@^3.0.2",
  40. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/braces",
  41. "author": {
  42. "name": "Jon Schlinkert",
  43. "url": "https://github.com/jonschlinkert"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/jonschlinkert/split-string/issues"
  47. },
  48. "contributors": [
  49. {
  50. "name": "Brian Woodward",
  51. "url": "https://twitter.com/doowb"
  52. },
  53. {
  54. "name": "Jon Schlinkert",
  55. "url": "http://twitter.com/jonschlinkert"
  56. }
  57. ],
  58. "dependencies": {
  59. "extend-shallow": "^3.0.0"
  60. },
  61. "description": "Split a string on a character except when the character is escaped.",
  62. "devDependencies": {
  63. "gulp-format-md": "^1.0.0",
  64. "mocha": "^3.5.3"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==",
  69. "shasum": "7cb09dda3a86585705c64b39a6466038682e8fe2",
  70. "tarball": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz"
  71. },
  72. "engines": {
  73. "node": ">=0.10.0"
  74. },
  75. "files": [
  76. "index.js"
  77. ],
  78. "gitHead": "2f83feb70267a54ca01e795e6a0558a51b89d6c8",
  79. "homepage": "https://github.com/jonschlinkert/split-string",
  80. "keywords": [
  81. "character",
  82. "escape",
  83. "split",
  84. "string"
  85. ],
  86. "license": "MIT",
  87. "main": "index.js",
  88. "maintainers": [
  89. {
  90. "name": "doowb",
  91. "email": "brian.woodward@gmail.com"
  92. },
  93. {
  94. "name": "jonschlinkert",
  95. "email": "github@sellside.com"
  96. }
  97. ],
  98. "name": "split-string",
  99. "optionalDependencies": {},
  100. "readme": "ERROR: No README data found!",
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/jonschlinkert/split-string.git"
  104. },
  105. "scripts": {
  106. "test": "mocha"
  107. },
  108. "verb": {
  109. "layout": "default",
  110. "lint": {
  111. "reflinks": true
  112. },
  113. "plugins": [
  114. "gulp-format-md"
  115. ],
  116. "related": {
  117. "list": [
  118. "deromanize",
  119. "randomatic",
  120. "repeat-string",
  121. "romanize"
  122. ]
  123. },
  124. "tasks": [
  125. "readme"
  126. ],
  127. "titles": [
  128. ".",
  129. "Why use this?",
  130. "install"
  131. ],
  132. "toc": false
  133. },
  134. "version": "3.1.0"
  135. }