UNPKG

jsonata-extended

Version:
65 lines (64 loc) 1.79 kB
{ "_from": "docdash@1.2.0", "_id": "docdash@1.2.0", "_inBundle": false, "_integrity": "sha512-IYZbgYthPTspgqYeciRJNPhSwL51yer7HAwDXhF5p+H7mTDbPvY3PCk/QDjNxdPCpWkaJVFC4t7iCNB/t9E5Kw==", "_location": "/docdash", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "docdash@1.2.0", "name": "docdash", "escapedName": "docdash", "rawSpec": "1.2.0", "saveSpec": null, "fetchSpec": "1.2.0" }, "_requiredBy": [ "#DEV:/", "#USER" ], "_resolved": "https://registry.npmjs.org/docdash/-/docdash-1.2.0.tgz", "_shasum": "f99dde5b8a89aa4ed083a3150383e042d06c7f49", "_spec": "docdash@1.2.0", "_where": "C:\\Users\\mnholden\\Documents\\GitHub\\jsonata-extended", "author": { "name": "Clement Moron", "email": "clement.moron@gmail.com" }, "bugs": { "url": "https://github.com/clenemt/docdash/issues" }, "bundleDependencies": false, "deprecated": false, "description": "A clean, responsive documentation template theme for JSDoc 3 inspired by lodash and minami", "devDependencies": { "browser-sync": "latest", "jsdoc": "latest", "watch-run": "latest" }, "files": [ "publish.js", "static", "tmpl" ], "homepage": "https://github.com/clenemt/docdash#readme", "keywords": [ "jsdoc", "template" ], "license": "Apache-2.0", "main": "publish.js", "name": "docdash", "repository": { "type": "git", "url": "git+https://github.com/clenemt/docdash.git" }, "scripts": { "sync": "browser-sync start -s ../fixtures-doc -f ../fixtures-doc --reload-delay 1000 --no-ui --no-notify", "test": "jsdoc -c fixtures/fixtures.conf.json", "watch": "watch-run -d 1000 -p tmpl/**,static/** \"npm run test\"" }, "version": "1.2.0" }