backoffice/node_modules/browser-pack/package.json

93 lines
2.1 KiB
JSON
Raw Normal View History

2020-02-06 10:09:39 +00:00
{
"_args": [
[
"browser-pack@6.0.2",
"C:\\wamp64\\www\\ilink"
]
],
"_from": "browser-pack@6.0.2",
"_id": "browser-pack@6.0.2",
"_inBundle": false,
"_integrity": "sha1-+GzWzvT1MAyOY+B6TVEvZfv/RTE=",
"_location": "/browser-pack",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "browser-pack@6.0.2",
"name": "browser-pack",
"escapedName": "browser-pack",
"rawSpec": "6.0.2",
"saveSpec": null,
"fetchSpec": "6.0.2"
},
"_requiredBy": [
"/browserify"
],
"_resolved": "https://registry.npmjs.org/browser-pack/-/browser-pack-6.0.2.tgz",
"_spec": "6.0.2",
"_where": "C:\\wamp64\\www\\ilink",
"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"
},
"dependencies": {
"JSONStream": "^1.0.3",
"combine-source-map": "~0.7.1",
"defined": "^1.0.0",
"through2": "^2.0.0",
"umd": "^3.0.0"
},
"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"
}