{ "_args": [ [ "readable-web-to-node-stream@2.0.0", "/home/node/nuxt" ] ], "_from": "readable-web-to-node-stream@2.0.0", "_id": "readable-web-to-node-stream@2.0.0", "_inBundle": false, "_integrity": "sha512-+oZJurc4hXpaaqsN68GoZGQAQIA3qr09Or4fqEsargABnbe5Aau8hFn6ISVleT3cpY/0n/8drn7huyyEvTbghA==", "_location": "/readable-web-to-node-stream", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "readable-web-to-node-stream@2.0.0", "name": "readable-web-to-node-stream", "escapedName": "readable-web-to-node-stream", "rawSpec": "2.0.0", "saveSpec": null, "fetchSpec": "2.0.0" }, "_requiredBy": [ "/file-type" ], "_resolved": "https://registry.npmjs.org/readable-web-to-node-stream/-/readable-web-to-node-stream-2.0.0.tgz", "_spec": "2.0.0", "_where": "/home/node/nuxt", "author": { "name": "Borewit", "url": "https://github.com/Borewit" }, "bugs": { "url": "https://github.com/Borewit/readable-web-to-node-stream/issues" }, "dependencies": {}, "description": "Converts a Web-API readable-stream into a Node readable-stream.", "devDependencies": { "@types/jasmine": "^3.4.4", "@types/node": "^12.11.1", "coveralls": "^3.0.3", "del-cli": "^3.0.0", "eslint": "^6.5.1", "istanbul-instrumenter-loader": "^3.0.1", "jasmine-core": "^3.4.0", "karma": "^4.1.0", "karma-browserstack-launcher": "^1.5.1", "karma-chrome-launcher": "^3.1.0", "karma-coverage-istanbul-reporter": "^2.0.5", "karma-firefox-launcher": "^1.2.0", "karma-jasmine": "^2.0.1", "karma-jasmine-html-reporter": "^1.4.2", "karma-spec-reporter": "^0.0.32", "karma-webpack": "^4.0.2", "music-metadata-browser": "^1.6.0", "ts-loader": "^6.2.0", "tslint": "^5.16.0", "typescript": "^3.4.5", "webpack": "^4.30.0" }, "files": [ "lib/**/*.js", "lib/**/*.d.ts" ], "homepage": "https://github.com/Borewit/readable-web-to-node-stream#readme", "keywords": [ "stream.readable", "web", "stream", "coverter", "readable", "readablestream" ], "license": "MIT", "main": "lib/index.js", "name": "readable-web-to-node-stream", "repository": { "type": "git", "url": "git+https://github.com/Borewit/readable-web-to-node-stream.git" }, "scripts": { "browserstack": "karma start --browsers bs_win_chrome,bs_win_firefox,bs_osx_safari --single-run --reporters coverage-istanbul,spec", "build": "npm run compile-lib && npm run compile-test", "clean": "del-cli lib/**/*.js lib/**/*.js.map lib/**/*.d.ts coverage", "compile-lib": "tsc -p lib/tsconfig.json", "compile-test": "tsc -p lib/tsconfig.spec.json", "eslint": "eslint karma.conf.js", "karma": "karma start", "karma-firefox": "karma start --browsers Firefox", "karma-once": "karma start --browsers Chrome --single-run", "lint": "npm run tslint && npm run eslint", "post-codacy": " codacy-coverage < coverage/lcov.info", "post-coveralls": "coveralls < coverage/lcov.info", "prepublishOnly": "yarn run build", "test": "karma start --single-run", "travis-karma": "karma start --browsers Firefox --single-run --reporters coverage-istanbul,spec", "travis-karma-browserstack": "karma start --browsers bs_win_chrome,bs_win_firefox,bs_osx_safari,bs_win_opera --single-run --reporters coverage-istanbul,spec,BrowserStack", "tslint": "tslint 'lib/**/*.ts' --exclude 'lib/**/*.d.ts'" }, "typings": "lib/index", "version": "2.0.0" }