package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "string-template@0.2.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "string-template@0.2.1",
  9. "_id": "string-template@0.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-QpMuWYo1LQH8IuwzZ9nYTuxsmt0=",
  12. "_location": "/string-template",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "string-template@0.2.1",
  18. "name": "string-template",
  19. "escapedName": "string-template",
  20. "rawSpec": "0.2.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.2.1"
  23. },
  24. "_requiredBy": [
  25. "/error"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/string-template/-/string-template-0.2.1.tgz",
  28. "_spec": "0.2.1",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Matt-Esch",
  32. "email": "matt@mattesch.info"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/Matt-Esch/string-template/issues",
  36. "email": "matt@mattesch.info"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Matt-Esch"
  41. }
  42. ],
  43. "dependencies": {},
  44. "description": "A simple string template function based on named or indexed arguments",
  45. "devDependencies": {
  46. "tape": "~1.1.1"
  47. },
  48. "homepage": "https://github.com/Matt-Esch/string-template",
  49. "keywords": [
  50. "template",
  51. "string",
  52. "format",
  53. "replace",
  54. "arguments"
  55. ],
  56. "licenses": [
  57. {
  58. "type": "MIT",
  59. "url": "http://github.com/Matt-Esch/string-template/raw/master/LICENSE"
  60. }
  61. ],
  62. "main": "index",
  63. "name": "string-template",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/Matt-Esch/string-template.git"
  67. },
  68. "scripts": {
  69. "cover": "istanbul cover --report none --print detail ./test/index.js",
  70. "test": "node ./test/index.js",
  71. "travis-test": "istanbul cover ./test/index.js && ((cat coverage/lcov.info | coveralls) || exit 0)",
  72. "view-cover": "istanbul report html && google-chrome ./coverage/index.html"
  73. },
  74. "testling": {
  75. "files": "test/index.js",
  76. "browsers": [
  77. "ie/8..latest",
  78. "firefox/16..latest",
  79. "firefox/nightly",
  80. "chrome/22..latest",
  81. "chrome/canary",
  82. "opera/12..latest",
  83. "opera/next",
  84. "safari/5.1..latest",
  85. "ipad/6.0..latest",
  86. "iphone/6.0..latest",
  87. "android-browser/4.2..latest"
  88. ]
  89. },
  90. "version": "0.2.1"
  91. }