package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "split-string@3.1.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "split-string@3.1.0",
  9. "_id": "split-string@3.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==",
  12. "_location": "/split-string",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "split-string@3.1.0",
  18. "name": "split-string",
  19. "escapedName": "split-string",
  20. "rawSpec": "3.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.1.0"
  23. },
  24. "_requiredBy": [
  25. "/braces",
  26. "/set-value"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",
  29. "_spec": "3.1.0",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  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. "contributors": [
  39. {
  40. "name": "Brian Woodward",
  41. "url": "https://twitter.com/doowb"
  42. },
  43. {
  44. "name": "Jon Schlinkert",
  45. "url": "http://twitter.com/jonschlinkert"
  46. }
  47. ],
  48. "dependencies": {
  49. "extend-shallow": "^3.0.0"
  50. },
  51. "description": "Split a string on a character except when the character is escaped.",
  52. "devDependencies": {
  53. "gulp-format-md": "^1.0.0",
  54. "mocha": "^3.5.3"
  55. },
  56. "engines": {
  57. "node": ">=0.10.0"
  58. },
  59. "files": [
  60. "index.js"
  61. ],
  62. "homepage": "https://github.com/jonschlinkert/split-string",
  63. "keywords": [
  64. "character",
  65. "escape",
  66. "split",
  67. "string"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "split-string",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/jonschlinkert/split-string.git"
  75. },
  76. "scripts": {
  77. "test": "mocha"
  78. },
  79. "verb": {
  80. "toc": false,
  81. "layout": "default",
  82. "titles": [
  83. ".",
  84. "install",
  85. "Why use this?"
  86. ],
  87. "related": {
  88. "list": [
  89. "deromanize",
  90. "randomatic",
  91. "repeat-string",
  92. "romanize"
  93. ]
  94. },
  95. "tasks": [
  96. "readme"
  97. ],
  98. "plugins": [
  99. "gulp-format-md"
  100. ],
  101. "lint": {
  102. "reflinks": true
  103. }
  104. },
  105. "version": "3.1.0"
  106. }