package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "x-is-string@0.1.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "x-is-string@0.1.0",
  9. "_id": "x-is-string@0.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-R0tQhlrzpJqcRlfwWs0UVFj3fYI=",
  12. "_location": "/x-is-string",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "x-is-string@0.1.0",
  18. "name": "x-is-string",
  19. "escapedName": "x-is-string",
  20. "rawSpec": "0.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "0.1.0"
  23. },
  24. "_requiredBy": [
  25. "/unified"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/x-is-string/-/x-is-string-0.1.0.tgz",
  28. "_spec": "0.1.0",
  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/x-is-string/issues",
  36. "email": "matt@mattesch.info"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Matt-Esch"
  41. }
  42. ],
  43. "dependencies": {},
  44. "description": "Simple string test",
  45. "devDependencies": {
  46. "tape": "^2.12.2"
  47. },
  48. "homepage": "https://github.com/Matt-Esch/x-is-string",
  49. "keywords": [],
  50. "licenses": [
  51. {
  52. "type": "MIT",
  53. "url": "http://github.com/Matt-Esch/x-is-string/raw/master/LICENSE"
  54. }
  55. ],
  56. "main": "index",
  57. "name": "x-is-string",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/Matt-Esch/x-is-string.git"
  61. },
  62. "scripts": {
  63. "cover": "istanbul cover --report none --print detail ./test/index.js",
  64. "start": "node ./index.js",
  65. "test": "node ./test/index.js",
  66. "test-browser": "testem-browser ./test/browser/index.js",
  67. "testem": "testem-both -b=./test/browser/index.js",
  68. "travis-test": "istanbul cover ./test/index.js && ((cat coverage/lcov.info | coveralls) || exit 0)",
  69. "view-cover": "istanbul report html && google-chrome ./coverage/index.html",
  70. "watch": "nodemon -w ./index.js index.js"
  71. },
  72. "testling": {
  73. "files": "test/index.js",
  74. "browsers": [
  75. "ie/8..latest",
  76. "firefox/16..latest",
  77. "firefox/nightly",
  78. "chrome/22..latest",
  79. "chrome/canary",
  80. "opera/12..latest",
  81. "opera/next",
  82. "safari/5.1..latest",
  83. "ipad/6.0..latest",
  84. "iphone/6.0..latest",
  85. "android-browser/4.2..latest"
  86. ]
  87. },
  88. "version": "0.1.0"
  89. }