UNPKG

httpsnippet-fsless

Version:

HTTP Request snippet generator for *most* languages without using node-fs

75 lines (74 loc) 1.68 kB
{ "version": "1.16.21", "name": "httpsnippet-fsless", "description": "HTTP Request snippet generator for *most* languages without using node-fs", "author": "Abhijit Kane, abhijit@getpostman.com", "homepage": "https://github.com/postmanlabs/httpsnippet", "license": "MIT", "main": "./src/index.js", "bin": "./bin/httpsnippet", "keywords": [ "api", "csharp", "curl", "go", "har", "http", "httpie", "java", "javascript", "jquery", "objc", "objective-c", "ocaml", "php", "python", "request", "requests", "ruby", "shell", "snippet", "swift", "swift", "unirest", "xhr", "xmlhttprequest" ], "engines": { "node": ">=0.10" }, "files": [ "bin", "src" ], "repository": { "type": "git", "url": "https://github.com/postmanlabs/httpsnippet" }, "bugs": { "url": "https://github.com/postmanlabs/httpsnippet/issues" }, "scripts": { "test": "mocha --no-timeouts --reporter spec --fgrep 'Request Validation' --invert", "travis": "mocha --no-timeouts --reporter spec", "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- --fgrep 'Request Validation' --invert", "codeclimate": "codeclimate < coverage/lcov.info" }, "devDependencies": { "glob": "^5.0.3", "istanbul": "0.4.5", "mocha": "^4.0.0", "should": "^5.2.0" }, "dependencies": { "async": "^0.9.0", "chalk": "^1.0.0", "commander": "^2.7.1", "debug": "^2.1.3", "event-stream": "3.3.4", "folderify": "^0.7.0", "form-data": "^0.2.0", "har-validator-fsless": "1.6.6", "postman-collection": "3.0.8" } }