package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "source-map-support@0.5.19",
  3. "_id": "source-map-support@0.5.19",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==",
  6. "_location": "/source-map-support",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "source-map-support@0.5.19",
  12. "name": "source-map-support",
  13. "escapedName": "source-map-support",
  14. "rawSpec": "0.5.19",
  15. "saveSpec": null,
  16. "fetchSpec": "0.5.19"
  17. },
  18. "_requiredBy": [
  19. "/javascript-obfuscator"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz",
  22. "_shasum": "a98b62f86dcaf4f67399648c085291ab9e8fed61",
  23. "_spec": "source-map-support@0.5.19",
  24. "_where": "C:\\Users\\Shaun\\.CocosCreator\\packages\\ccc-obfuscated-code\\node_modules\\javascript-obfuscator",
  25. "bugs": {
  26. "url": "https://github.com/evanw/node-source-map-support/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "buffer-from": "^1.0.0",
  31. "source-map": "^0.6.0"
  32. },
  33. "deprecated": false,
  34. "description": "Fixes stack traces for files with source maps",
  35. "devDependencies": {
  36. "browserify": "^4.2.3",
  37. "coffeescript": "^1.12.7",
  38. "http-server": "^0.11.1",
  39. "mocha": "^3.5.3",
  40. "webpack": "^1.15.0"
  41. },
  42. "homepage": "https://github.com/evanw/node-source-map-support#readme",
  43. "license": "MIT",
  44. "main": "./source-map-support.js",
  45. "name": "source-map-support",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/evanw/node-source-map-support.git"
  49. },
  50. "scripts": {
  51. "build": "node build.js",
  52. "prepublish": "npm run build",
  53. "serve-tests": "http-server -p 1336",
  54. "test": "mocha"
  55. },
  56. "version": "0.5.19"
  57. }