UNPKG

@testim/testim-cli

Version:

Command line interface for running Testing on you CI

109 lines (108 loc) 2.6 kB
{ "_args": [ [ "tar-stream@~1.1.0", "/Users/gil/projects/testim/click-test/src/selenium/node_modules/archiver" ] ], "_from": "tar-stream@>=1.1.0 <1.2.0", "_id": "tar-stream@1.1.5", "_inCache": true, "_location": "/tar-stream", "_nodeVersion": "2.0.0", "_npmUser": { "email": "max@maxogden.com", "name": "maxogden" }, "_npmVersion": "2.9.0", "_phantomChildren": {}, "_requested": { "name": "tar-stream", "raw": "tar-stream@~1.1.0", "rawSpec": "~1.1.0", "scope": null, "spec": ">=1.1.0 <1.2.0", "type": "range" }, "_requiredBy": [ "/archiver" ], "_resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.1.5.tgz", "_shasum": "be9218c130c20029e107b0f967fb23de0579d13c", "_shrinkwrap": null, "_spec": "tar-stream@~1.1.0", "_where": "/Users/gil/projects/testim/click-test/src/selenium/node_modules/archiver", "author": { "email": "mathiasbuus@gmail.com", "name": "Mathias Buus" }, "bugs": { "url": "https://github.com/mafintosh/tar-stream/issues" }, "dependencies": { "bl": "^0.9.0", "end-of-stream": "^1.0.0", "readable-stream": "~1.0.33", "xtend": "^4.0.0" }, "description": "tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.", "devDependencies": { "concat-stream": "^1.4.6", "tape": "^3.0.3" }, "directories": { "test": "test" }, "dist": { "shasum": "be9218c130c20029e107b0f967fb23de0579d13c", "tarball": "http://registry.npmjs.org/tar-stream/-/tar-stream-1.1.5.tgz" }, "engines": { "node": ">= 0.8.0" }, "files": [ "*.js", "LICENSE" ], "gitHead": "72e8736c83455192fdcc20c0252d9df9f83350df", "homepage": "https://github.com/mafintosh/tar-stream", "installable": true, "keywords": [ "extract", "generate", "generator", "modify", "pack", "parse", "parser", "stream", "stream2", "streaming", "streams", "streams2", "tar", "tarball" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "mafintosh", "email": "mathiasbuus@gmail.com" }, { "name": "maxogden", "email": "max@maxogden.com" } ], "name": "tar-stream", "optionalDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/mafintosh/tar-stream.git" }, "scripts": { "test": "tape test/*.js" }, "version": "1.1.5" }