package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "insert-module-globals",
  3. "version": "7.2.1",
  4. "description": "insert implicit module globals into a module-deps stream",
  5. "main": "index.js",
  6. "bin": {
  7. "insert-module-globals": "bin/cmd.js"
  8. },
  9. "dependencies": {
  10. "JSONStream": "^1.0.3",
  11. "acorn-node": "^1.5.2",
  12. "combine-source-map": "^0.8.0",
  13. "concat-stream": "^1.6.1",
  14. "is-buffer": "^1.1.0",
  15. "path-is-absolute": "^1.0.1",
  16. "process": "~0.11.0",
  17. "through2": "^2.0.0",
  18. "undeclared-identifiers": "^1.1.2",
  19. "xtend": "^4.0.0"
  20. },
  21. "devDependencies": {
  22. "browser-pack": "^6.0.0",
  23. "buffer": "^4.9.1",
  24. "convert-source-map": "~1.1.0",
  25. "module-deps": "^4.0.2",
  26. "nanobench": "^2.1.1",
  27. "tape": "^4.2.0",
  28. "timers-browserify": "^1.4.2"
  29. },
  30. "scripts": {
  31. "test": "tape test/*.js"
  32. },
  33. "repository": {
  34. "type": "git",
  35. "url": "git://github.com/browserify/insert-module-globals.git"
  36. },
  37. "homepage": "https://github.com/browserify/insert-module-globals",
  38. "keywords": [
  39. "__filename",
  40. "__dirname",
  41. "global",
  42. "process",
  43. "module-deps",
  44. "browser-pack",
  45. "browserify"
  46. ],
  47. "author": {
  48. "name": "James Halliday",
  49. "email": "mail@substack.net",
  50. "url": "http://substack.net"
  51. },
  52. "license": "MIT"
  53. }