package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_args": [
  3. [
  4. "@braintree/sanitize-url@3.1.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "@braintree/sanitize-url@3.1.0",
  9. "_id": "@braintree/sanitize-url@3.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-GcIY79elgB+azP74j8vqkiXz8xLFfIzbQJdlwOPisgbKT00tviJQuEghOXSMVxJ00HoYJbGswr4kcllUc4xCcg==",
  12. "_location": "/@braintree/sanitize-url",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@braintree/sanitize-url@3.1.0",
  18. "name": "@braintree/sanitize-url",
  19. "escapedName": "@braintree%2fsanitize-url",
  20. "scope": "@braintree",
  21. "rawSpec": "3.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.0"
  24. },
  25. "_requiredBy": [
  26. "/mermaid"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-3.1.0.tgz",
  29. "_spec": "3.1.0",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": "",
  32. "bugs": {
  33. "url": "https://github.com/braintree/sanitize-url/issues"
  34. },
  35. "description": "A url sanitizer",
  36. "devDependencies": {
  37. "chai": "^4.1.0",
  38. "mocha": "^3.5.0"
  39. },
  40. "homepage": "https://github.com/braintree/sanitize-url#readme",
  41. "keywords": [],
  42. "license": "MIT",
  43. "main": "index.js",
  44. "name": "@braintree/sanitize-url",
  45. "repository": {
  46. "type": "git",
  47. "url": "git+https://github.com/braintree/sanitize-url.git"
  48. },
  49. "scripts": {
  50. "test": "mocha"
  51. },
  52. "version": "3.1.0"
  53. }