annotate resources/osc/node_modules/binpack/package.json @ 416:287bcb07de9a prerelease

Removed useless files from Doxyfile, improved performance from 14 to 9 seconds on the BBB
author Giulio Moro <giuliomoro@yahoo.it>
date Thu, 16 Jun 2016 02:27:33 +0100
parents fb9c28a4676b
children
rev   line source
l@271 1 {
l@271 2 "_args": [
l@271 3 [
l@271 4 "binpack@~0",
l@271 5 "/Users/liam/Documents/Bela/osc-node/node_modules/osc-min"
l@271 6 ]
l@271 7 ],
l@271 8 "_from": "binpack@>=0.0.0 <1.0.0",
l@271 9 "_id": "binpack@0.1.0",
l@271 10 "_inCache": true,
l@271 11 "_installable": true,
l@271 12 "_location": "/binpack",
l@271 13 "_npmUser": {
l@271 14 "email": "russell.mcclellan@gmail.com",
l@271 15 "name": "ghostfact"
l@271 16 },
l@271 17 "_npmVersion": "1.3.21",
l@271 18 "_phantomChildren": {},
l@271 19 "_requested": {
l@271 20 "name": "binpack",
l@271 21 "raw": "binpack@~0",
l@271 22 "rawSpec": "~0",
l@271 23 "scope": null,
l@271 24 "spec": ">=0.0.0 <1.0.0",
l@271 25 "type": "range"
l@271 26 },
l@271 27 "_requiredBy": [
l@271 28 "/osc-min"
l@271 29 ],
l@271 30 "_resolved": "https://registry.npmjs.org/binpack/-/binpack-0.1.0.tgz",
l@271 31 "_shasum": "bd3d0974c3f2a0446e17df4f60b55a72a205a97e",
l@271 32 "_shrinkwrap": null,
l@271 33 "_spec": "binpack@~0",
l@271 34 "_where": "/Users/liam/Documents/Bela/osc-node/node_modules/osc-min",
l@271 35 "author": {
l@271 36 "email": "russell.mcclellan@gmail.com",
l@271 37 "name": "Russell McClellan",
l@271 38 "url": "http://www.russellmcc.com"
l@271 39 },
l@271 40 "bugs": {
l@271 41 "url": "https://github.com/russellmcc/node-binpack/issues"
l@271 42 },
l@271 43 "dependencies": {},
l@271 44 "description": "Minimalist numeric binary packing utilities for node.js",
l@271 45 "devDependencies": {
l@271 46 "coffee-script": "<1.7.0",
l@271 47 "vows": "*"
l@271 48 },
l@271 49 "directories": {},
l@271 50 "dist": {
l@271 51 "shasum": "bd3d0974c3f2a0446e17df4f60b55a72a205a97e",
l@271 52 "tarball": "http://registry.npmjs.org/binpack/-/binpack-0.1.0.tgz"
l@271 53 },
l@271 54 "homepage": "https://github.com/russellmcc/node-binpack",
l@271 55 "keywords": [
l@271 56 "binary",
l@271 57 "pack",
l@271 58 "unpack"
l@271 59 ],
l@271 60 "main": "index",
l@271 61 "maintainers": [
l@271 62 {
l@271 63 "email": "russell.mcclellan@gmail.com",
l@271 64 "name": "ghostfact"
l@271 65 }
l@271 66 ],
l@271 67 "name": "binpack",
l@271 68 "optionalDependencies": {},
l@271 69 "readme": "ERROR: No README data found!",
l@271 70 "repository": {
l@271 71 "type": "git",
l@271 72 "url": "git+ssh://git@github.com/russellmcc/node-binpack.git"
l@271 73 },
l@271 74 "scripts": {
l@271 75 "test": "vows tests/*"
l@271 76 },
l@271 77 "version": "0.1.0"
l@271 78 }