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

116 lines
2.8 KiB
JSON

{
"_args": [
[
{
"raw": "jade@~1.1.5",
"scope": null,
"escapedName": "jade",
"name": "jade",
"rawSpec": "~1.1.5",
"spec": ">=1.1.5 <1.2.0",
"type": "range"
},
"/Users/MB/git/pdfkit"
]
],
"_from": "jade@>=1.1.5 <1.2.0",
"_id": "jade@1.1.5",
"_inCache": true,
"_location": "/jade",
"_npmUser": {
"name": "forbeslindesay",
"email": "forbes@lindesay.co.uk"
},
"_npmVersion": "1.3.21",
"_phantomChildren": {},
"_requested": {
"raw": "jade@~1.1.5",
"scope": null,
"escapedName": "jade",
"name": "jade",
"rawSpec": "~1.1.5",
"spec": ">=1.1.5 <1.2.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/jade/-/jade-1.1.5.tgz",
"_shasum": "e884d3d3565807e280f5ba760f68addb176627a3",
"_shrinkwrap": null,
"_spec": "jade@~1.1.5",
"_where": "/Users/MB/git/pdfkit",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"bin": {
"jade": "./bin/jade.js"
},
"browser": {
"./lib/filters.js": "./lib/filters-client.js"
},
"bugs": {
"url": "https://github.com/visionmedia/jade/issues"
},
"component": {
"scripts": {
"jade": "runtime.js"
}
},
"dependencies": {
"character-parser": "1.2.0",
"commander": "2.1.0",
"constantinople": "~1.0.2",
"mkdirp": "~0.3.5",
"monocle": "1.1.51",
"transformers": "2.1.0",
"with": "~2.0.0"
},
"deprecated": "Jade has been renamed to pug, please install the latest version of pug instead of jade",
"description": "Jade template engine",
"devDependencies": {
"browserify": "*",
"coffee-script": "*",
"less": "*",
"linify": "*",
"markdown": "*",
"mocha": "*",
"should": "*",
"stylus": "*",
"uglify-js": "*"
},
"directories": {},
"dist": {
"shasum": "e884d3d3565807e280f5ba760f68addb176627a3",
"tarball": "https://registry.npmjs.org/jade/-/jade-1.1.5.tgz"
},
"homepage": "https://github.com/visionmedia/jade",
"main": "./index.js",
"maintainers": [
{
"name": "forbeslindesay",
"email": "forbes@lindesay.co.uk"
}
],
"man": [
"./jade.1"
],
"name": "jade",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/jade.git"
},
"scripts": {
"build": "npm run compile",
"compile": "npm run compile-full && npm run compile-runtime",
"compile-full": "browserify ./lib/jade.js --standalone jade -x ./node_modules/transformers > jade.js",
"compile-runtime": "browserify ./lib/runtime.js --standalone jade > runtime.js",
"prepublish": "npm prune && linify transform bin && npm run build",
"test": "mocha -R spec"
},
"version": "1.1.5"
}