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

105 lines
2.5 KiB
JSON

{
"_args": [
[
{
"raw": "object-inspect@~0.4.0",
"scope": null,
"escapedName": "object-inspect",
"name": "object-inspect",
"rawSpec": "~0.4.0",
"spec": ">=0.4.0 <0.5.0",
"type": "range"
},
"/Users/MB/git/pitfall/pdfkit/node_modules/static-module"
]
],
"_from": "object-inspect@>=0.4.0 <0.5.0",
"_id": "object-inspect@0.4.0",
"_inCache": true,
"_location": "/object-inspect",
"_npmUser": {
"name": "substack",
"email": "mail@substack.net"
},
"_npmVersion": "1.4.4",
"_phantomChildren": {},
"_requested": {
"raw": "object-inspect@~0.4.0",
"scope": null,
"escapedName": "object-inspect",
"name": "object-inspect",
"rawSpec": "~0.4.0",
"spec": ">=0.4.0 <0.5.0",
"type": "range"
},
"_requiredBy": [
"/static-module"
],
"_resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-0.4.0.tgz",
"_shasum": "f5157c116c1455b243b06ee97703392c5ad89fec",
"_shrinkwrap": null,
"_spec": "object-inspect@~0.4.0",
"_where": "/Users/MB/git/pitfall/pdfkit/node_modules/static-module",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/object-inspect/issues"
},
"dependencies": {},
"description": "string representations of objects in node and the browser",
"devDependencies": {
"tape": "~2.6.0"
},
"directories": {},
"dist": {
"shasum": "f5157c116c1455b243b06ee97703392c5ad89fec",
"tarball": "https://registry.npmjs.org/object-inspect/-/object-inspect-0.4.0.tgz"
},
"homepage": "https://github.com/substack/object-inspect",
"keywords": [
"inspect",
"util.inspect",
"object",
"stringify",
"pretty"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "substack",
"email": "mail@substack.net"
}
],
"name": "object-inspect",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/substack/object-inspect.git"
},
"scripts": {
"test": "tape test/*.js"
},
"testling": {
"files": [
"test/*.js",
"test/browser/*.js"
],
"browsers": [
"ie/6..latest",
"chrome/latest",
"firefox/latest",
"safari/latest",
"opera/latest",
"iphone/latest",
"ipad/latest",
"android/latest"
]
},
"version": "0.4.0"
}