web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
873 B

  1. {
  2. "name": "source-map-resolve",
  3. "version": "0.6.0",
  4. "author": "Simon Lydell",
  5. "license": "MIT",
  6. "description": "Resolve the source map and/or sources for a generated file.",
  7. "keywords": [
  8. "source map",
  9. "sourcemap",
  10. "source",
  11. "map",
  12. "sourceMappingURL",
  13. "resolve",
  14. "resolver",
  15. "locate",
  16. "locator",
  17. "find",
  18. "finder"
  19. ],
  20. "repository": "lydell/source-map-resolve",
  21. "files": [
  22. "index.js"
  23. ],
  24. "scripts": {
  25. "lint": "jshint index.js test/",
  26. "unit": "node test/index.js && node test/read.js && node test/windows.js",
  27. "test": "npm run lint && npm run unit"
  28. },
  29. "dependencies": {
  30. "atob": "^2.1.2",
  31. "decode-uri-component": "^0.2.0"
  32. },
  33. "devDependencies": {
  34. "Base64": "1.1.0",
  35. "jshint": "2.10.3",
  36. "setimmediate": "1.0.5",
  37. "simple-asyncify": "1.0.0",
  38. "tape": "4.12.1"
  39. }
  40. }