| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- {
- "_args": [
- [
- {
- "raw": "run-async@^0.1.0",
- "scope": null,
- "escapedName": "run-async",
- "name": "run-async",
- "rawSpec": "^0.1.0",
- "spec": ">=0.1.0 <0.2.0",
- "type": "range"
- },
- "/home/king/Desktop/FINAL/AhMyth/app/node_modules/inquirer"
- ]
- ],
- "_from": "run-async@>=0.1.0 <0.2.0",
- "_id": "run-async@0.1.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/run-async",
- "_npmUser": {
- "name": "sboudrias",
- "email": "admin@simonboudrias.com"
- },
- "_npmVersion": "1.4.6",
- "_phantomChildren": {},
- "_requested": {
- "raw": "run-async@^0.1.0",
- "scope": null,
- "escapedName": "run-async",
- "name": "run-async",
- "rawSpec": "^0.1.0",
- "spec": ">=0.1.0 <0.2.0",
- "type": "range"
- },
- "_requiredBy": [
- "/inquirer"
- ],
- "_resolved": "https://registry.npmjs.org/run-async/-/run-async-0.1.0.tgz",
- "_shasum": "c8ad4a5e110661e402a7d21b530e009f25f8e389",
- "_shrinkwrap": null,
- "_spec": "run-async@^0.1.0",
- "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/inquirer",
- "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"
- },
- "directories": {},
- "dist": {
- "shasum": "c8ad4a5e110661e402a7d21b530e009f25f8e389",
- "tarball": "https://registry.npmjs.org/run-async/-/run-async-0.1.0.tgz"
- },
- "homepage": "https://github.com/SBoudrias/run-async",
- "keywords": [
- "flow",
- "flow-control",
- "async"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "sboudrias",
- "email": "admin@simonboudrias.com"
- }
- ],
- "name": "run-async",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/SBoudrias/run-async.git"
- },
- "scripts": {
- "test": "mocha -R spec"
- },
- "version": "0.1.0"
- }
|