UNPKG

yhtml5-test

Version:

A test framework for front-end projects

88 lines (87 loc) 2.07 kB
{ "_args": [ [ "docopt@0.6.2", "/Users/yhtml5/projects/gitlab/2dfire-scripts/packages/2dfire-test/demo" ] ], "_from": "docopt@0.6.2", "_id": "docopt@0.6.2", "_inBundle": false, "_integrity": "sha1-so6eIiDaXsSffqW7JKR3h0Be6xE=", "_location": "/docopt", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "docopt@0.6.2", "name": "docopt", "escapedName": "docopt", "rawSpec": "0.6.2", "saveSpec": null, "fetchSpec": "0.6.2" }, "_requiredBy": [ "/source-map-explorer" ], "_resolved": "https://registry.npmjs.org/docopt/-/docopt-0.6.2.tgz", "_spec": "0.6.2", "_where": "/Users/yhtml5/projects/gitlab/2dfire-scripts/packages/2dfire-test/demo", "author": { "name": "Vladimir Keleshev", "email": "vladimir@keleshev.com" }, "bugs": { "url": "https://github.com/scarnie/docopt.coffee/issues" }, "contributors": [ { "name": "Andrew Kassen", "email": "atkassen@berkeley.edu" }, { "name": "Vladimir Keleshev", "email": "vladimir@keleshev.com" }, { "name": "Stuart Carnie", "email": "stuart.carnie@gmail.com" }, { "name": "Matthias Rolke", "email": "mr.amtrack@gmail.com" } ], "description": "a command line option parser that will make you smile", "devDependencies": { "chai": "^2.2.0", "coffee-script": "^1.9.1", "coffeelint": "^1.9.2", "mocha": "^2.2.1" }, "engines": { "node": ">=0.10.0" }, "homepage": "https://github.com/scarnie/docopt.coffee#readme", "keywords": [ "command", "options", "argument", "args", "cli", "commandline" ], "licenses": "MIT", "main": "docopt.js", "name": "docopt", "repository": { "type": "git", "url": "git://github.com/scarnie/docopt.coffee.git" }, "scripts": { "lint": "coffeelint docopt.coffee test/*.coffee", "prepublish": "coffee -c docopt.coffee", "test": "mocha --compilers coffee:coffee-script/register" }, "version": "0.6.2" }