j-gallery
Version:
a picture layout library
63 lines (62 loc) • 1.51 kB
JSON
{
"_args": [
[
"run-async@0.1.0",
"/Users/apple/Desktop/Repositories/Gallery/example"
]
],
"_development": true,
"_from": "run-async@0.1.0",
"_id": "run-async@0.1.0",
"_inBundle": false,
"_integrity": "sha1-yK1KXhEGYeQCp9IbUw4AnyX444k=",
"_location": "/run-async",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "run-async@0.1.0",
"name": "run-async",
"escapedName": "run-async",
"rawSpec": "0.1.0",
"saveSpec": null,
"fetchSpec": "0.1.0"
},
"_requiredBy": [
"/inquirer"
],
"_resolved": "http://registry.npm.taobao.org/run-async/download/run-async-0.1.0.tgz",
"_spec": "0.1.0",
"_where": "/Users/apple/Desktop/Repositories/Gallery/example",
"author": {
"name": "Simon Boudrias",
"email": "admin@simonboudrias.com"
},
"bugs": {
"url": "https://github.com/SBoudrias/run-async/issues"
},
"dependencies": {
"once": "^1.3.0"
},
"description": "Utility method to run function either synchronously or asynchronously using the common `this.async()` style.",
"devDependencies": {
"mocha": "^1.21.4"
},
"homepage": "https://github.com/SBoudrias/run-async",
"keywords": [
"flow",
"flow-control",
"async"
],
"license": "MIT",
"main": "index.js",
"name": "run-async",
"repository": {
"type": "git",
"url": "git://github.com/SBoudrias/run-async.git"
},
"scripts": {
"test": "mocha -R spec"
},
"version": "0.1.0"
}