UNPKG

nodulator

Version:

Complete NodeJS Framework for Restfull APIs

121 lines (120 loc) 2.8 kB
{ "_args": [ [ { "name": "supertest", "raw": "supertest@1.2.0", "rawSpec": "1.2.0", "scope": null, "spec": "1.2.0", "type": "version" }, "/home/fgreiner/prog/js/Nodulator" ] ], "_from": "supertest@1.2.0", "_id": "supertest@1.2.0", "_inCache": true, "_installable": true, "_location": "/supertest", "_nodeVersion": "4.2.4", "_npmOperationalInternal": { "host": "packages-6-west.internal.npmjs.com", "tmp": "tmp/supertest-1.2.0.tgz_1455204548964_0.9615733381360769" }, "_npmUser": { "email": "mholtzman@gmail.com", "name": "mikelax" }, "_npmVersion": "2.14.12", "_phantomChildren": {}, "_requested": { "name": "supertest", "raw": "supertest@1.2.0", "rawSpec": "1.2.0", "scope": null, "spec": "1.2.0", "type": "version" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/supertest/-/supertest-1.2.0.tgz", "_shasum": "850a795f9068d2faf19e01799ff09962e0ce43be", "_shrinkwrap": null, "_spec": "supertest@1.2.0", "_where": "/home/fgreiner/prog/js/Nodulator", "author": { "name": "TJ Holowaychuk" }, "bugs": { "url": "https://github.com/visionmedia/supertest/issues" }, "dependencies": { "methods": "1.x", "superagent": "^1.7.2" }, "description": "Super-agent driven library for testing HTTP servers", "devDependencies": { "body-parser": "~1.13.2", "cookie-parser": "~1.3.5", "express": "~4.12.4", "mocha": "~2.2.5", "should": "~7.0.2" }, "directories": {}, "dist": { "shasum": "850a795f9068d2faf19e01799ff09962e0ce43be", "tarball": "https://registry.npmjs.org/supertest/-/supertest-1.2.0.tgz" }, "engines": { "node": ">=0.10.0" }, "gitHead": "f4efb75950d3081a06dc1e9e88b0372a0512f08e", "homepage": "https://github.com/visionmedia/supertest#readme", "keywords": [ "superagent", "request", "tdd", "bdd", "http", "test", "testing" ], "license": "MIT", "main": "index.js", "maintainers": [ { "email": "tj@vision-media.ca", "name": "tjholowaychuk" }, { "email": "gjj391@gmail.com", "name": "gjohnson" }, { "email": "oleg008@gmail.com", "name": "kof" }, { "email": "shtylman@gmail.com", "name": "defunctzombie" }, { "email": "mholtzman@gmail.com", "name": "mikelax" } ], "name": "supertest", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/visionmedia/supertest.git" }, "scripts": { "pretest": "npm install", "test": "mocha --require should --reporter spec --check-leaks" }, "version": "1.2.0" }