You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

86 lines
2.2 KiB

{
"_from": "@react-dnd/asap@^4.0.0",
"_id": "@react-dnd/asap@4.0.0",
"_inBundle": false,
"_integrity": "sha1-swDu7YPpgB9RvWawM3yabwRUhlE=",
"_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.npm.taobao.org/@react-dnd/asap/download/@react-dnd/asap-4.0.0.tgz",
"_shasum": "b300eeed83e9801f51bd66b0337c9a6f04548651",
"_spec": "@react-dnd/asap@^4.0.0",
"_where": "/Users/zq/Desktop/hngs/node_modules/dnd-core",
"browser": {
"./asap": "./dist/esm/browser/asap.js",
"./asap.js": "./dist/esm/browser/asap.js",
"./raw": "./dist/esm/browser/raw.js",
"./raw.js": "./dist/esm/browser/raw.js"
},
"bugs": {
"url": "https://github.com/kriskowal/asap/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "High-priority task queue for Node.js and browsers",
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.5",
"@types/jest": "^24.0.23",
"babel-preset-env": "^1.7.0",
"husky": "^3.1.0",
"tsdx": "^0.11.0",
"tslib": "^1.10.0",
"typescript": "^3.7.2"
},
"homepage": "https://github.com/kriskowal/asap#readme",
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"keywords": [
"event",
"task",
"queue"
],
"license": "MIT",
"main": "dist/cjs/node/index.js",
"module": "dist/esm/browser/index.js",
"name": "@react-dnd/asap",
"peerDependencies": {},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"react-native": {
"domain": false
},
"repository": {
"type": "git",
"url": "git+https://github.com/kriskowal/asap.git"
},
"scripts": {
"build": "./scripts/build.sh",
"lint": "tsdx lint",
"test": "tsdx test"
},
"types": "lib/node/index.d.ts",
"version": "4.0.0"
}