| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "_args": [
- [
- "deasync@0.1.20",
- "E:\\item\\newItem\\admin"
- ]
- ],
- "_development": true,
- "_from": "deasync@0.1.20",
- "_id": "deasync@0.1.20",
- "_inBundle": false,
- "_integrity": "sha512-E1GI7jMI57hL30OX6Ht/hfQU8DO4AuB9m72WFm4c38GNbUD4Q03//XZaOIHZiY+H1xUaomcot5yk2q/qIZQkGQ==",
- "_location": "/deasync",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "deasync@0.1.20",
- "name": "deasync",
- "escapedName": "deasync",
- "rawSpec": "0.1.20",
- "saveSpec": null,
- "fetchSpec": "0.1.20"
- },
- "_requiredBy": [
- "/vue-jest"
- ],
- "_resolved": "https://registry.npmjs.org/deasync/-/deasync-0.1.20.tgz",
- "_spec": "0.1.20",
- "_where": "E:\\item\\newItem\\admin",
- "author": {
- "name": "Vladimir Kurchatkin",
- "email": "vladimir.kurchatkin@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/abbr/deasync/issues"
- },
- "contributors": [
- {
- "name": "Fred Wen",
- "email": "wenfred@gmail.com",
- "url": "https://github.com/abbr"
- }
- ],
- "dependencies": {
- "bindings": "^1.5.0",
- "node-addon-api": "^1.7.1"
- },
- "description": "Turns async function into sync via JavaScript wrapper of Node event loop",
- "devDependencies": {
- "require-directory": "^2.1.1"
- },
- "engines": {
- "node": ">=0.11.0"
- },
- "homepage": "https://github.com/abbr/deasync",
- "keywords": [
- "async",
- "sync",
- "sleep",
- "async wrapper"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "deasync",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/abbr/deasync.git"
- },
- "scripts": {
- "install": "node ./build.js",
- "test": "node spec"
- },
- "version": "0.1.20"
- }
|