Files
asciidisco.com/build/node_modules/browser-pack/package.json
2023-08-01 13:49:46 +02:00

93 lines
2.2 KiB
JSON

{
"_from": "browser-pack@^6.0.1",
"_id": "browser-pack@6.0.2",
"_inBundle": false,
"_integrity": "sha1-+GzWzvT1MAyOY+B6TVEvZfv/RTE=",
"_location": "/browser-pack",
"_phantomChildren": {
"readable-stream": "2.3.3",
"xtend": "4.0.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "browser-pack@^6.0.1",
"name": "browser-pack",
"escapedName": "browser-pack",
"rawSpec": "^6.0.1",
"saveSpec": null,
"fetchSpec": "^6.0.1"
},
"_requiredBy": [
"/browserify"
],
"_resolved": "https://registry.npmjs.org/browser-pack/-/browser-pack-6.0.2.tgz",
"_shasum": "f86cd6cef4f5300c8e63e07a4d512f65fbff4531",
"_spec": "browser-pack@^6.0.1",
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/browserify",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bin": {
"browser-pack": "bin/cmd.js"
},
"bugs": {
"url": "https://github.com/substack/browser-pack/issues"
},
"bundleDependencies": false,
"dependencies": {
"JSONStream": "^1.0.3",
"combine-source-map": "~0.7.1",
"defined": "^1.0.0",
"through2": "^2.0.0",
"umd": "^3.0.0"
},
"deprecated": false,
"description": "pack node-style source files from a json stream into a browser bundle",
"devDependencies": {
"concat-stream": "~1.5.1",
"convert-source-map": "~1.1.0",
"parse-base64vlq-mappings": "~0.1.1",
"tap": "^2.2.0",
"uglify-js": "1.3.5"
},
"homepage": "https://github.com/substack/browser-pack",
"keywords": [
"browser",
"bundle",
"commonjs",
"commonj-esque",
"exports",
"module.exports",
"require"
],
"license": "MIT",
"main": "index.js",
"name": "browser-pack",
"repository": {
"type": "git",
"url": "git://github.com/substack/browser-pack.git"
},
"scripts": {
"prepublish": "node bin/prepublish.js",
"test": "tap test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/8",
"ie/9",
"ie/10",
"chrome/15",
"chrome/latest",
"firefox/10",
"firefox/latest",
"safari/latest",
"opera/latest"
]
},
"version": "6.0.2"
}