Website/node_modules/thunkify/package.json
2015-12-02 18:21:44 -05:00

73 lines
1.7 KiB
JSON

{
"_args": [
[
"thunkify@^2.1.2",
"/Users/okennedy/Desktop/Website/node_modules/metalsmith"
]
],
"_from": "thunkify@>=2.1.2 <3.0.0",
"_id": "thunkify@2.1.2",
"_inCache": true,
"_installable": true,
"_location": "/thunkify",
"_npmUser": {
"email": "tj@vision-media.ca",
"name": "tjholowaychuk"
},
"_npmVersion": "1.4.3",
"_phantomChildren": {},
"_requested": {
"name": "thunkify",
"raw": "thunkify@^2.1.2",
"rawSpec": "^2.1.2",
"scope": null,
"spec": ">=2.1.2 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/co-fs-extra",
"/metalsmith"
],
"_resolved": "https://registry.npmjs.org/thunkify/-/thunkify-2.1.2.tgz",
"_shasum": "faa0e9d230c51acc95ca13a361ac05ca7e04553d",
"_shrinkwrap": null,
"_spec": "thunkify@^2.1.2",
"_where": "/Users/okennedy/Desktop/Website/node_modules/metalsmith",
"bugs": {
"url": "https://github.com/visionmedia/node-thunkify/issues"
},
"dependencies": {},
"description": "Turn callbacks, arrays, generators, generator functions, and promises into a thunk",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"directories": {},
"dist": {
"shasum": "faa0e9d230c51acc95ca13a361ac05ca7e04553d",
"tarball": "http://registry.npmjs.org/thunkify/-/thunkify-2.1.2.tgz"
},
"homepage": "https://github.com/visionmedia/node-thunkify",
"keywords": [
"co",
"generator",
"generators",
"promise",
"thunk"
],
"license": "MIT",
"maintainers": [
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
}
],
"name": "thunkify",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/node-thunkify"
},
"version": "2.1.2"
}