package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "source-map-support@0.4.18",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "source-map-support@0.4.18",
  10. "_id": "source-map-support@0.4.18",
  11. "_inBundle": false,
  12. "_integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==",
  13. "_location": "/source-map-support",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "source-map-support@0.4.18",
  20. "name": "source-map-support",
  21. "escapedName": "source-map-support",
  22. "rawSpec": "0.4.18",
  23. "saveSpec": null,
  24. "fetchSpec": "0.4.18"
  25. },
  26. "_requiredBy": [
  27. "/protractor"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz",
  30. "_spec": "0.4.18",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "bugs": {
  33. "url": "https://github.com/evanw/node-source-map-support/issues"
  34. },
  35. "dependencies": {
  36. "source-map": "^0.5.6"
  37. },
  38. "description": "Fixes stack traces for files with source maps",
  39. "devDependencies": {
  40. "browserify": "3.44.2",
  41. "coffee-script": "1.7.1",
  42. "http-server": "^0.8.5",
  43. "mocha": "1.18.2",
  44. "webpack": "^1.13.3"
  45. },
  46. "homepage": "https://github.com/evanw/node-source-map-support#readme",
  47. "license": "MIT",
  48. "main": "./source-map-support.js",
  49. "name": "source-map-support",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/evanw/node-source-map-support.git"
  53. },
  54. "scripts": {
  55. "build": "node build.js",
  56. "prepublish": "npm run build",
  57. "serve-tests": "http-server -p 1336",
  58. "test": "mocha"
  59. },
  60. "version": "0.4.18"
  61. }