12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "_args": [
- [
- "thunkify@~2.1.2",
- "D:\\work\\im"
- ]
- ],
- "_from": "thunkify@>=2.1.2 <2.2.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 <2.2.0",
- "type": "range"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/thunkify/-/thunkify-2.1.2.tgz",
- "_shasum": "faa0e9d230c51acc95ca13a361ac05ca7e04553d",
- "_shrinkwrap": null,
- "_spec": "thunkify@~2.1.2",
- "_where": "D:\\work\\im",
- "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": "https://registry.npmjs.org/thunkify/-/thunkify-2.1.2.tgz"
- },
- "homepage": "https://github.com/visionmedia/node-thunkify",
- "keywords": [
- "thunk",
- "co",
- "generator",
- "generators",
- "promise"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "email": "tj@vision-media.ca",
- "name": "tjholowaychuk"
- }
- ],
- "name": "thunkify",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/visionmedia/node-thunkify.git"
- },
- "version": "2.1.2"
- }
|