UNPKG

nodulator

Version:

Complete NodeJS Framework for Restfull APIs

126 lines (125 loc) 3.01 kB
{ "_args": [ [ { "name": "livescript", "raw": "livescript@1.4.0", "rawSpec": "1.4.0", "scope": null, "spec": "1.4.0", "type": "version" }, "/home/fgreiner/prog/js/Nodulator" ] ], "_from": "livescript@1.4.0", "_id": "livescript@1.4.0", "_inCache": true, "_installable": true, "_location": "/livescript", "_nodeVersion": "0.11.15", "_npmUser": { "email": "z@georgezahariev.com", "name": "gkz" }, "_npmVersion": "2.7.6", "_phantomChildren": {}, "_requested": { "name": "livescript", "raw": "livescript@1.4.0", "rawSpec": "1.4.0", "scope": null, "spec": "1.4.0", "type": "version" }, "_requiredBy": [ "/", "/browserify-livescript", "/hacktiv", "/livescript-middleware", "/nodulator-assets", "/polyparams" ], "_resolved": "https://registry.npmjs.org/livescript/-/livescript-1.4.0.tgz", "_shasum": "e33f24783761c8f803dff70fc5a3023c87484029", "_shrinkwrap": null, "_spec": "livescript@1.4.0", "_where": "/home/fgreiner/prog/js/Nodulator", "author": { "email": "z@georgezahariev.com", "name": "George Zahariev" }, "bin": { "lsc": "./bin/lsc" }, "bugs": { "url": "https://github.com/gkz/LiveScript/issues" }, "dependencies": { "optionator": "~0.6.0", "prelude-ls": "~1.1.1", "source-map": "^0.3.0" }, "description": "LiveScript is a language which compiles to JavaScript. It has a straightforward mapping to JavaScript and allows you to write expressive code devoid of repetitive boilerplate. While LiveScript adds many features to assist in functional style programming, ", "devDependencies": { "browserify": "^9.0.2", "istanbul": "~0.3.2", "jison": "0.4.15", "uglify-js": "~2.4.15" }, "directories": { "bin": "./bin", "lib": "./lib" }, "dist": { "shasum": "e33f24783761c8f803dff70fc5a3023c87484029", "tarball": "https://registry.npmjs.org/livescript/-/livescript-1.4.0.tgz" }, "engines": { "node": ">= 0.8.0" }, "files": [ "lib", "bin", "README.md", "LICENSE" ], "gitHead": "3f953665953ef5f02dae56108f2752faef355295", "homepage": "http://livescript.net", "keywords": [ "language", "compiler", "coffeescript", "coco", "javascript", "functional" ], "licenses": [ { "type": "MIT", "url": "https://raw.githubusercontent.com/gkz/LiveScript/master/LICENSE" } ], "main": "./lib/", "maintainers": [ { "email": "z@georgezahariev.com", "name": "gkz" } ], "name": "livescript", "optionalDependencies": {}, "preferGlobal": true, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/gkz/LiveScript.git" }, "scripts": { "posttest": "git checkout -- lib", "pretest": "make force && make force", "test": "make test", "test-harmony": "make test-harmony" }, "version": "1.4.0" }