mirror of
https://github.com/thangisme/notes.git
synced 2026-06-13 12:29:54 -04:00
Initial commit
This commit is contained in:
39
node_modules/normalize-package-data/test/fixtures/request.json
generated
vendored
Normal file
39
node_modules/normalize-package-data/test/fixtures/request.json
generated
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "request",
|
||||
"description": "Simplified HTTP request client.",
|
||||
"tags": [
|
||||
"http",
|
||||
"simple",
|
||||
"util",
|
||||
"utility"
|
||||
],
|
||||
"version": "2.16.7",
|
||||
"author": "Mikeal Rogers <mikeal.rogers@gmail.com>",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://github.com/mikeal/request.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/mikeal/request/issues"
|
||||
},
|
||||
"engines": [
|
||||
"node >= 0.8.0"
|
||||
],
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"form-data": "~0.0.3",
|
||||
"mime": "~1.2.7",
|
||||
"hawk": "~0.10.2",
|
||||
"node-uuid": "~1.4.0",
|
||||
"cookie-jar": "~0.2.0",
|
||||
"aws-sign": "~0.2.0",
|
||||
"oauth-sign": "~0.2.0",
|
||||
"forever-agent": "~0.2.0",
|
||||
"tunnel-agent": "~0.2.0",
|
||||
"json-stringify-safe": "~3.0.0",
|
||||
"qs": "~0.5.4"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node tests/run.js"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user