mirror of
https://github.com/Raghu-Ch/nodeRestAPI.git
synced 2026-02-10 20:53:02 -05:00
initial commit
This commit is contained in:
120
node_modules/got/package.json
generated
vendored
Normal file
120
node_modules/got/package.json
generated
vendored
Normal file
@@ -0,0 +1,120 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"raw": "got@^3.2.0",
|
||||
"scope": null,
|
||||
"escapedName": "got",
|
||||
"name": "got",
|
||||
"rawSpec": "^3.2.0",
|
||||
"spec": ">=3.2.0 <4.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"C:\\Users\\chvra\\Documents\\angular-play\\nodeRest\\node_modules\\package-json"
|
||||
]
|
||||
],
|
||||
"_from": "got@>=3.2.0 <4.0.0",
|
||||
"_id": "got@3.3.1",
|
||||
"_inCache": true,
|
||||
"_location": "/got",
|
||||
"_npmUser": {
|
||||
"name": "floatdrop",
|
||||
"email": "floatdrop@gmail.com"
|
||||
},
|
||||
"_npmVersion": "1.4.28",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"raw": "got@^3.2.0",
|
||||
"scope": null,
|
||||
"escapedName": "got",
|
||||
"name": "got",
|
||||
"rawSpec": "^3.2.0",
|
||||
"spec": ">=3.2.0 <4.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/package-json"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/got/-/got-3.3.1.tgz",
|
||||
"_shasum": "e5d0ed4af55fc3eef4d56007769d98192bcb2eca",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "got@^3.2.0",
|
||||
"_where": "C:\\Users\\chvra\\Documents\\angular-play\\nodeRest\\node_modules\\package-json",
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/got/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"duplexify": "^3.2.0",
|
||||
"infinity-agent": "^2.0.0",
|
||||
"is-redirect": "^1.0.0",
|
||||
"is-stream": "^1.0.0",
|
||||
"lowercase-keys": "^1.0.0",
|
||||
"nested-error-stacks": "^1.0.0",
|
||||
"object-assign": "^3.0.0",
|
||||
"prepend-http": "^1.0.0",
|
||||
"read-all-stream": "^3.0.0",
|
||||
"timed-out": "^2.0.0"
|
||||
},
|
||||
"description": "Simplified HTTP/HTTPS requests",
|
||||
"devDependencies": {
|
||||
"from2-array": "0.0.3",
|
||||
"istanbul": "^0.3.13",
|
||||
"pem": "^1.4.4",
|
||||
"tap": "^1.0.0"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "e5d0ed4af55fc3eef4d56007769d98192bcb2eca",
|
||||
"tarball": "https://registry.npmjs.org/got/-/got-3.3.1.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "7bc82b8eb63893f264d3c109abe1530ca74a3fb0",
|
||||
"homepage": "https://github.com/sindresorhus/got",
|
||||
"keywords": [
|
||||
"http",
|
||||
"https",
|
||||
"get",
|
||||
"got",
|
||||
"url",
|
||||
"uri",
|
||||
"request",
|
||||
"util",
|
||||
"utility",
|
||||
"simple",
|
||||
"curl",
|
||||
"wget",
|
||||
"fetch"
|
||||
],
|
||||
"license": "MIT",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "sindresorhus",
|
||||
"email": "sindresorhus@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "floatdrop",
|
||||
"email": "floatdrop@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "kevva",
|
||||
"email": "kevinmartensson@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "got",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/got.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coverage": "istanbul cover tape --report html -- test/test-*.js",
|
||||
"test": "tap test/test-*.js"
|
||||
},
|
||||
"version": "3.3.1"
|
||||
}
|
||||
Reference in New Issue
Block a user