hummus-recipe
Version:
A powerful PDF tool for NodeJS based on HummusJS
76 lines (75 loc) • 2.03 kB
JSON
{
"_from": "restructure@^0.5.3",
"_id": "restructure@0.5.4",
"_inBundle": false,
"_integrity": "sha1-9U591WNZD7NP1r9Vh2EJrsyyjeg=",
"_location": "/restructure",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "restructure@^0.5.3",
"name": "restructure",
"escapedName": "restructure",
"rawSpec": "^0.5.3",
"saveSpec": null,
"fetchSpec": "^0.5.3"
},
"_requiredBy": [
"/fontkit"
],
"_resolved": "https://registry.npmjs.org/restructure/-/restructure-0.5.4.tgz",
"_shasum": "f54e7dd563590fb34fd6bf55876109aeccb28de8",
"_spec": "restructure@^0.5.3",
"_where": "/Users/johnhuang/sandbox/hummusRecipe/pdfkit/node_modules/fontkit",
"author": {
"name": "Devon Govett",
"email": "devongovett@gmail.com"
},
"browserify": {
"transform": [
"browserify-optional"
]
},
"bugs": {
"url": "https://github.com/devongovett/restructure/issues"
},
"bundleDependencies": false,
"dependencies": {
"browserify-optional": "^1.0.0"
},
"deprecated": false,
"description": "Declaratively encode and decode binary data",
"devDependencies": {
"chai": "~1.9.1",
"coffee-coverage": "~0.4.2",
"coffee-script": "~1.7.1",
"concat-stream": "~1.4.5",
"coveralls": "^2.10.0",
"iconv-lite": "^0.4.7",
"mocha": "~1.18.2",
"mocha-lcov-reporter": "0.0.1"
},
"homepage": "https://github.com/devongovett/restructure",
"keywords": [
"binary",
"struct",
"encode",
"decode"
],
"license": "MIT",
"main": "index.js",
"name": "restructure",
"repository": {
"type": "git",
"url": "git://github.com/devongovett/restructure.git"
},
"scripts": {
"cover": "mocha --require coverage.js --reporter html-cov > coverage.html",
"coveralls": "mocha --require coverage.js --reporter mocha-lcov-reporter | coveralls",
"postpublish": "rm -rf index.js src/*.js",
"prepublish": "coffee -c src/ index.coffee",
"test": "mocha"
},
"version": "0.5.4"
}