1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_from": "deasync@^0.1.15",
- "_id": "deasync@0.1.26",
- "_inBundle": false,
- "_integrity": "sha512-YKw0BmJSWxkjtQsbgn6Q9CHSWB7DKMen8vKrgyC006zy0UZ6nWyGidB0IzZgqkVRkOglAeUaFtiRTeLyel72bg==",
- "_location": "/deasync",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "deasync@^0.1.15",
- "name": "deasync",
- "escapedName": "deasync",
- "rawSpec": "^0.1.15",
- "saveSpec": null,
- "fetchSpec": "^0.1.15"
- },
- "_requiredBy": [
- "/vue-jest"
- ],
- "_resolved": "https://registry.npmjs.org/deasync/-/deasync-0.1.26.tgz",
- "_shasum": "87f54440034b87afc1e6a46667930c4e06363256",
- "_spec": "deasync@^0.1.15",
- "_where": "H:\\gs_nuxt\\node_modules\\vue-jest",
- "author": {
- "name": "Vladimir Kurchatkin",
- "email": "vladimir.kurchatkin@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/abbr/deasync/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Fred Wen",
- "email": "wenfred@gmail.com",
- "url": "https://github.com/abbr"
- }
- ],
- "dependencies": {
- "bindings": "^1.5.0",
- "node-addon-api": "^1.7.1"
- },
- "deprecated": false,
- "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.26"
- }
|