first commit
This commit is contained in:
82
build/node_modules/simple-get/package.json
generated
vendored
Normal file
82
build/node_modules/simple-get/package.json
generated
vendored
Normal file
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"simple-get@1.4.3",
|
||||
"/Users/asciidisco/Desktop/asciidisco.com/build"
|
||||
]
|
||||
],
|
||||
"_from": "simple-get@1.4.3",
|
||||
"_id": "simple-get@1.4.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-6XVe2kB+ltpAxeUVjJ6jezO+y+s=",
|
||||
"_location": "/simple-get",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "simple-get@1.4.3",
|
||||
"name": "simple-get",
|
||||
"escapedName": "simple-get",
|
||||
"rawSpec": "1.4.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.4.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/prebuild-install"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/simple-get/-/simple-get-1.4.3.tgz",
|
||||
"_spec": "1.4.3",
|
||||
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
|
||||
"author": {
|
||||
"name": "Feross Aboukhadijeh",
|
||||
"email": "feross@feross.org",
|
||||
"url": "http://feross.org/"
|
||||
},
|
||||
"browser": {
|
||||
"unzip-response": false
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/feross/simple-get/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"once": "^1.3.1",
|
||||
"unzip-response": "^1.0.0",
|
||||
"xtend": "^4.0.0"
|
||||
},
|
||||
"description": "Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines.",
|
||||
"devDependencies": {
|
||||
"concat-stream": "^1.4.7",
|
||||
"self-signed-https": "^1.0.5",
|
||||
"standard": "^5.1.0",
|
||||
"string-to-stream": "^1.0.0",
|
||||
"tape": "^4.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/feross/simple-get",
|
||||
"keywords": [
|
||||
"request",
|
||||
"http",
|
||||
"GET",
|
||||
"get request",
|
||||
"http.get",
|
||||
"redirects",
|
||||
"follow redirects",
|
||||
"gzip",
|
||||
"deflate",
|
||||
"https",
|
||||
"http-https",
|
||||
"stream",
|
||||
"simple request",
|
||||
"simple get"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "simple-get",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/feross/simple-get.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "standard && tape test/*.js"
|
||||
},
|
||||
"version": "1.4.3"
|
||||
}
|
||||
Reference in New Issue
Block a user