| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "_from": "insert-module-globals@^7.0.0",
- "_id": "insert-module-globals@7.2.0",
- "_inBundle": false,
- "_integrity": "sha512-VE6NlW+WGn2/AeOMd496AHFYmE7eLKkUY6Ty31k4og5vmA3Fjuwe9v6ifH6Xx/Hz27QvdoMoviw1/pqWRB09Sw==",
- "_location": "/insert-module-globals",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "insert-module-globals@^7.0.0",
- "name": "insert-module-globals",
- "escapedName": "insert-module-globals",
- "rawSpec": "^7.0.0",
- "saveSpec": null,
- "fetchSpec": "^7.0.0"
- },
- "_requiredBy": [
- "/browserify"
- ],
- "_resolved": "https://registry.npmjs.org/insert-module-globals/-/insert-module-globals-7.2.0.tgz",
- "_shasum": "ec87e5b42728479e327bd5c5c71611ddfb4752ba",
- "_spec": "insert-module-globals@^7.0.0",
- "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/browserify",
- "author": {
- "name": "James Halliday",
- "email": "mail@substack.net",
- "url": "http://substack.net"
- },
- "bin": {
- "insert-module-globals": "bin/cmd.js"
- },
- "bugs": {
- "url": "https://github.com/browserify/insert-module-globals/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "JSONStream": "^1.0.3",
- "acorn-node": "^1.5.2",
- "combine-source-map": "^0.8.0",
- "concat-stream": "^1.6.1",
- "is-buffer": "^1.1.0",
- "path-is-absolute": "^1.0.1",
- "process": "~0.11.0",
- "through2": "^2.0.0",
- "undeclared-identifiers": "^1.1.2",
- "xtend": "^4.0.0"
- },
- "deprecated": false,
- "description": "insert implicit module globals into a module-deps stream",
- "devDependencies": {
- "browser-pack": "^6.0.0",
- "buffer": "^4.9.1",
- "convert-source-map": "~1.1.0",
- "module-deps": "^4.0.2",
- "nanobench": "^2.1.1",
- "tape": "^4.2.0",
- "timers-browserify": "^1.4.2"
- },
- "homepage": "https://github.com/browserify/insert-module-globals",
- "keywords": [
- "__filename",
- "__dirname",
- "global",
- "process",
- "module-deps",
- "browser-pack",
- "browserify"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "insert-module-globals",
- "repository": {
- "type": "git",
- "url": "git://github.com/browserify/insert-module-globals.git"
- },
- "scripts": {
- "test": "tape test/*.js"
- },
- "version": "7.2.0"
- }
|