| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "_from": "if-async@^3.7.4",
- "_id": "if-async@3.7.4",
- "_inBundle": false,
- "_integrity": "sha1-VYaN6wCT08Z79xZudFNT+5vLIaI=",
- "_location": "/if-async",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "if-async@^3.7.4",
- "name": "if-async",
- "escapedName": "if-async",
- "rawSpec": "^3.7.4",
- "saveSpec": null,
- "fetchSpec": "^3.7.4"
- },
- "_requiredBy": [
- "/regedit"
- ],
- "_resolved": "https://registry.npmjs.org/if-async/-/if-async-3.7.4.tgz",
- "_shasum": "55868deb0093d3c67bf7166e745353fb9bcb21a2",
- "_spec": "if-async@^3.7.4",
- "_where": "E:\\桌面端项目\\CampusInfo\\resources\\app\\node_modules\\regedit",
- "author": {
- "name": "Yaniv Kessler"
- },
- "bugs": {
- "url": "https://github.com/kessler/if-async/issues"
- },
- "bundleDependencies": false,
- "dependencies": {},
- "deprecated": false,
- "description": "async conditional execution for async.js or standalone usage",
- "devDependencies": {
- "mocha": "^2.1.0",
- "should": "^4.6.1"
- },
- "homepage": "https://github.com/kessler/if-async",
- "keywords": [
- "async"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "if-async",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/kessler/if-async.git"
- },
- "scripts": {
- "test": "mocha -R spec"
- },
- "version": "3.7.4"
- }
|