{
  "_from": "@react-dnd/asap@^4.0.0",
  "_id": "@react-dnd/asap@4.0.1",
  "_inBundle": false,
  "_integrity": "sha512-kLy0PJDDwvwwTXxqTFNAAllPHD73AycE9ypWeln/IguoGBEbvFcPDbCV03G52bEcC5E+YgupBE0VzHGdC8SIXg==",
  "_location": "/@react-dnd/asap",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@react-dnd/asap@^4.0.0",
    "name": "@react-dnd/asap",
    "escapedName": "@react-dnd%2fasap",
    "scope": "@react-dnd",
    "rawSpec": "^4.0.0",
    "saveSpec": null,
    "fetchSpec": "^4.0.0"
  },
  "_requiredBy": [
    "/dnd-core"
  ],
  "_resolved": "https://registry.npmjs.org/@react-dnd/asap/-/asap-4.0.1.tgz",
  "_shasum": "5291850a6b58ce6f2da25352a64f1b0674871aab",
  "_spec": "@react-dnd/asap@^4.0.0",
  "_where": "C:\\xampp\\htdocs\\emeraltd\\node_modules\\dnd-core",
  "bugs": {
    "url": "https://github.com/react-dnd/react-dnd/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "High-priority task queue for Node.js and browsers",
  "devDependencies": {
    "@swc/cli": "^0.1.57",
    "@swc/core": "^1.2.161",
    "@types/jest": "^24.9.1",
    "@types/node": "^17.0.23",
    "npm-run-all": "^4.1.5",
    "shx": "^0.3.4",
    "typescript": "^4.6.3"
  },
  "exports": {
    "import": "./dist/esm/index.mjs",
    "require": "./dist/cjs/index.js",
    "types": "./dist/types/index.d.ts"
  },
  "homepage": "https://github.com/react-dnd/react-dnd#readme",
  "keywords": [
    "event",
    "task",
    "queue"
  ],
  "license": "MIT",
  "main": "dist/cjs/index.js",
  "name": "@react-dnd/asap",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-dnd/react-dnd.git"
  },
  "scripts": {
    "build": "run-s build_types build_esm build_cjs esm_hack",
    "build_cjs": "swc -C module.type=commonjs -d dist/cjs src/",
    "build_esm": "swc -C module.type=es6 -d dist/esm src/",
    "build_types": "tsc -b .",
    "clean": "shx rm -rf dist/",
    "esm_hack": "node ../../scripts/esmify.mjs"
  },
  "types": "dist/types/index.d.ts",
  "version": "4.0.1"
}
