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

88 lines
2.1 KiB
JSON

{
"_args": [
[
{
"raw": "assert@~1.1.0",
"scope": null,
"escapedName": "assert",
"name": "assert",
"rawSpec": "~1.1.0",
"spec": ">=1.1.0 <1.2.0",
"type": "range"
},
"/Users/MB/git/pdfkit/node_modules/browserify"
]
],
"_from": "assert@>=1.1.0 <1.2.0",
"_id": "assert@1.1.2",
"_inCache": true,
"_location": "/assert",
"_npmUser": {
"name": "shtylman",
"email": "shtylman@gmail.com"
},
"_npmVersion": "1.4.23",
"_phantomChildren": {},
"_requested": {
"raw": "assert@~1.1.0",
"scope": null,
"escapedName": "assert",
"name": "assert",
"rawSpec": "~1.1.0",
"spec": ">=1.1.0 <1.2.0",
"type": "range"
},
"_requiredBy": [
"/browserify"
],
"_resolved": "https://registry.npmjs.org/assert/-/assert-1.1.2.tgz",
"_shasum": "adaa04c46bb58c6dd1f294da3eb26e6228eb6e44",
"_shrinkwrap": null,
"_spec": "assert@~1.1.0",
"_where": "/Users/MB/git/pdfkit/node_modules/browserify",
"bugs": {
"url": "https://github.com/defunctzombie/commonjs-assert/issues"
},
"dependencies": {
"util": "0.10.3"
},
"description": "commonjs assert - node.js api compatible",
"devDependencies": {
"mocha": "~1.21.4",
"zuul": "~1.10.2"
},
"directories": {},
"dist": {
"shasum": "adaa04c46bb58c6dd1f294da3eb26e6228eb6e44",
"tarball": "https://registry.npmjs.org/assert/-/assert-1.1.2.tgz"
},
"gitHead": "2c34238b6ad053068680be5372b96721dec48fcb",
"homepage": "https://github.com/defunctzombie/commonjs-assert",
"keywords": [
"assert"
],
"license": "MIT",
"main": "./assert.js",
"maintainers": [
{
"name": "coolaj86",
"email": "coolaj86@gmail.com"
},
{
"name": "shtylman",
"email": "shtylman@gmail.com"
}
],
"name": "assert",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/defunctzombie/commonjs-assert.git"
},
"scripts": {
"test": "mocha --ui qunit test.js && zuul -- test.js"
},
"version": "1.1.2"
}