package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "insert-module-globals@^7.0.0",
  3. "_id": "insert-module-globals@7.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-VE6NlW+WGn2/AeOMd496AHFYmE7eLKkUY6Ty31k4og5vmA3Fjuwe9v6ifH6Xx/Hz27QvdoMoviw1/pqWRB09Sw==",
  6. "_location": "/insert-module-globals",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "insert-module-globals@^7.0.0",
  12. "name": "insert-module-globals",
  13. "escapedName": "insert-module-globals",
  14. "rawSpec": "^7.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.0.0"
  17. },
  18. "_requiredBy": [
  19. "/browserify"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/insert-module-globals/-/insert-module-globals-7.2.0.tgz",
  22. "_shasum": "ec87e5b42728479e327bd5c5c71611ddfb4752ba",
  23. "_spec": "insert-module-globals@^7.0.0",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/browserify",
  25. "author": {
  26. "name": "James Halliday",
  27. "email": "mail@substack.net",
  28. "url": "http://substack.net"
  29. },
  30. "bin": {
  31. "insert-module-globals": "bin/cmd.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/browserify/insert-module-globals/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "JSONStream": "^1.0.3",
  39. "acorn-node": "^1.5.2",
  40. "combine-source-map": "^0.8.0",
  41. "concat-stream": "^1.6.1",
  42. "is-buffer": "^1.1.0",
  43. "path-is-absolute": "^1.0.1",
  44. "process": "~0.11.0",
  45. "through2": "^2.0.0",
  46. "undeclared-identifiers": "^1.1.2",
  47. "xtend": "^4.0.0"
  48. },
  49. "deprecated": false,
  50. "description": "insert implicit module globals into a module-deps stream",
  51. "devDependencies": {
  52. "browser-pack": "^6.0.0",
  53. "buffer": "^4.9.1",
  54. "convert-source-map": "~1.1.0",
  55. "module-deps": "^4.0.2",
  56. "nanobench": "^2.1.1",
  57. "tape": "^4.2.0",
  58. "timers-browserify": "^1.4.2"
  59. },
  60. "homepage": "https://github.com/browserify/insert-module-globals",
  61. "keywords": [
  62. "__filename",
  63. "__dirname",
  64. "global",
  65. "process",
  66. "module-deps",
  67. "browser-pack",
  68. "browserify"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "insert-module-globals",
  73. "repository": {
  74. "type": "git",
  75. "url": "git://github.com/browserify/insert-module-globals.git"
  76. },
  77. "scripts": {
  78. "test": "tape test/*.js"
  79. },
  80. "version": "7.2.0"
  81. }