You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/pitfall/pdfkit/node_modules/browserify/package.json

153 lines
3.7 KiB
JSON

{
"_args": [
[
{
"raw": "browserify@^3.39.0",
"scope": null,
"escapedName": "browserify",
"name": "browserify",
"rawSpec": "^3.39.0",
"spec": ">=3.39.0 <4.0.0",
"type": "range"
},
"/Users/MB/git/pdfkit"
]
],
"_from": "browserify@>=3.39.0 <4.0.0",
"_id": "browserify@3.46.1",
"_inCache": true,
"_location": "/browserify",
"_npmUser": {
"name": "substack",
"email": "mail@substack.net"
},
"_npmVersion": "1.4.3",
"_phantomChildren": {
"resolve": "0.6.3"
},
"_requested": {
"raw": "browserify@^3.39.0",
"scope": null,
"escapedName": "browserify",
"name": "browserify",
"rawSpec": "^3.39.0",
"spec": ">=3.39.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/browserify/-/browserify-3.46.1.tgz",
"_shasum": "2c2e4a7f2f408178e78c223b5b57b37c2185ad8e",
"_shrinkwrap": null,
"_spec": "browserify@^3.39.0",
"_where": "/Users/MB/git/pdfkit",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bin": {
"browserify": "bin/cmd.js"
},
"bugs": {
"url": "https://github.com/substack/node-browserify/issues"
},
"dependencies": {
"JSONStream": "~0.7.1",
"assert": "~1.1.0",
"browser-pack": "~2.0.0",
"browser-resolve": "~1.2.1",
"browserify-zlib": "~0.1.2",
"buffer": "~2.1.4",
"builtins": "~0.0.3",
"commondir": "0.0.1",
"concat-stream": "~1.4.1",
"console-browserify": "~1.0.1",
"constants-browserify": "~0.0.1",
"crypto-browserify": "~1.0.9",
"deep-equal": "~0.1.0",
"defined": "~0.0.0",
"deps-sort": "~0.1.1",
"derequire": "~0.8.0",
"domain-browser": "~1.1.0",
"duplexer": "~0.1.1",
"events": "~1.0.0",
"glob": "~3.2.8",
"http-browserify": "~1.3.1",
"https-browserify": "~0.0.0",
"inherits": "~2.0.1",
"insert-module-globals": "~6.0.0",
"module-deps": "~2.0.0",
"os-browserify": "~0.1.1",
"parents": "~0.0.1",
"path-browserify": "~0.0.0",
"process": "^0.7.0",
"punycode": "~1.2.3",
"querystring-es3": "0.2.0",
"resolve": "~0.6.1",
"shallow-copy": "0.0.1",
"shell-quote": "~0.0.1",
"stream-browserify": "~0.1.0",
"stream-combiner": "~0.0.2",
"string_decoder": "~0.0.0",
"subarg": "0.0.1",
"syntax-error": "~1.1.0",
"through2": "~0.4.1",
"timers-browserify": "~1.0.1",
"tty-browserify": "~0.0.0",
"umd": "~2.0.0",
"url": "~0.10.1",
"util": "~0.10.1",
"vm-browserify": "~0.0.1",
"xtend": "^3.0.0"
},
"description": "browser-side require() the node way",
"devDependencies": {
"backbone": "~0.9.2",
"browser-unpack": "~0.0.0",
"coffee-script": "~1.5.0",
"coffeeify": "~0.6.0",
"dnode": "~1.0.3",
"es6ify": "~0.4.8",
"mkdirp": "~0.3.3",
"seq": "0.3.3",
"tap": "~0.4.0",
"through": "~2.3.4"
},
"directories": {},
"dist": {
"shasum": "2c2e4a7f2f408178e78c223b5b57b37c2185ad8e",
"tarball": "https://registry.npmjs.org/browserify/-/browserify-3.46.1.tgz"
},
"homepage": "https://github.com/substack/node-browserify",
"keywords": [
"browser",
"require",
"commonjs",
"commonj-esque",
"bundle",
"npm",
"javascript"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "substack",
"email": "mail@substack.net"
}
],
"name": "browserify",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/substack/node-browserify.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "3.46.1"
}