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/commondir/package.json

103 lines
2.3 KiB
JSON

{
"_args": [
[
{
"raw": "commondir@0.0.1",
"scope": null,
"escapedName": "commondir",
"name": "commondir",
"rawSpec": "0.0.1",
"spec": "0.0.1",
"type": "version"
},
"/Users/MB/git/pdfkit/node_modules/browserify"
]
],
"_defaultsLoaded": true,
"_engineSupported": true,
"_from": "commondir@0.0.1",
"_id": "commondir@0.0.1",
"_inCache": true,
"_location": "/commondir",
"_nodeVersion": "v0.4.12",
"_npmUser": {
"name": "substack",
"email": "mail@substack.net"
},
"_npmVersion": "1.0.101",
"_phantomChildren": {},
"_requested": {
"raw": "commondir@0.0.1",
"scope": null,
"escapedName": "commondir",
"name": "commondir",
"rawSpec": "0.0.1",
"spec": "0.0.1",
"type": "version"
},
"_requiredBy": [
"/browserify"
],
"_resolved": "https://registry.npmjs.org/commondir/-/commondir-0.0.1.tgz",
"_shasum": "89f00fdcd51b519c578733fec563e6a6da7f5be2",
"_shrinkwrap": null,
"_spec": "commondir@0.0.1",
"_where": "/Users/MB/git/pdfkit/node_modules/browserify",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/node-commondir/issues"
},
"dependencies": {},
"description": "Compute the closest common parent for file paths",
"devDependencies": {
"expresso": "0.7.x"
},
"directories": {
"lib": ".",
"example": "example",
"test": "test"
},
"dist": {
"shasum": "89f00fdcd51b519c578733fec563e6a6da7f5be2",
"tarball": "https://registry.npmjs.org/commondir/-/commondir-0.0.1.tgz"
},
"engine": {
"node": ">=0.4"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/substack/node-commondir#readme",
"keywords": [
"common",
"path",
"directory",
"file",
"parent",
"root"
],
"license": "MIT/X11",
"main": "index.js",
"maintainers": [
{
"name": "substack",
"email": "mail@substack.net"
}
],
"name": "commondir",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/substack/node-commondir.git"
},
"scripts": {
"test": "expresso"
},
"version": "0.0.1"
}