2015-12-14 08:43:03 -07:00
|
|
|
{
|
|
|
|
"name": "fetch",
|
|
|
|
"main": "fetch.js",
|
|
|
|
"devDependencies": {
|
|
|
|
"es6-promise": "1.0.0"
|
|
|
|
},
|
|
|
|
"ignore": [
|
|
|
|
".*",
|
|
|
|
"*.md",
|
|
|
|
"examples/",
|
|
|
|
"Makefile",
|
|
|
|
"package.json",
|
|
|
|
"script/",
|
|
|
|
"test/"
|
|
|
|
],
|
|
|
|
"homepage": "https://github.com/github/fetch",
|
2016-07-10 10:11:48 -07:00
|
|
|
"version": "1.0.0",
|
|
|
|
"_release": "1.0.0",
|
2015-12-14 08:43:03 -07:00
|
|
|
"_resolution": {
|
|
|
|
"type": "version",
|
2016-07-10 10:11:48 -07:00
|
|
|
"tag": "v1.0.0",
|
|
|
|
"commit": "f054e7b5ce2bf7f86c8d7212c2de026800725b84"
|
2015-12-14 08:43:03 -07:00
|
|
|
},
|
2016-07-09 14:04:54 -07:00
|
|
|
"_source": "https://github.com/github/fetch.git",
|
2016-07-10 10:11:48 -07:00
|
|
|
"_target": "^1.0.0",
|
|
|
|
"_originalSource": "fetch",
|
|
|
|
"_direct": true
|
2015-12-14 08:43:03 -07:00
|
|
|
}
|