UNPKG

mako-tree

Version:

The build tree structure used internally by mako

42 lines (41 loc) 975 B
{ "name": "mako-tree", "version": "0.14.5", "main": "./lib/tree", "description": "The build tree structure used internally by mako", "keywords": [ "mako-util", "tree" ], "repository": "makojs/tree", "dependencies": { "babel-polyfill-safe": "^1.0.1", "bytes": "^2.4.0", "clone": "^1.0.2", "debug": "^2.2.0", "defaults": "^1.0.3", "file-extension": "^2.0.1", "graph-toposort": "^0.2.0", "graph.js": "^1.20.1", "pretty-time": "^0.2.0", "regex-iso-date": "^1.0.0", "relative": "^3.0.2", "uuid": "^2.0.2", "vinyl": "^1.1.1" }, "devDependencies": { "buffer-equal": "^1.0.0", "chai": "^3.2.0", "chai-as-promised": "^5.1.0", "istanbul": "^0.4.3", "istanbul-coveralls": "^1.0.3", "mocha": "^2.3.0", "standard": "^7.1.2" }, "scripts": { "lint": "standard", "pretest": "npm run lint", "test": "istanbul cover _mocha", "coveralls": "istanbul-coveralls" } }