Gazebo_simulation-Frontend/node_modules/@redux-saga/delay-p/package.json

109 lines
2.6 KiB
JSON
Raw Normal View History

2020-12-21 11:29:31 -04:00
{
"_args": [
[
"@redux-saga/delay-p@1.1.2",
2020-12-22 10:59:14 -04:00
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
2020-12-21 11:29:31 -04:00
]
],
"_from": "@redux-saga/delay-p@1.1.2",
"_id": "@redux-saga/delay-p@1.1.2",
"_inBundle": false,
"_integrity": "sha512-ojc+1IoC6OP65Ts5+ZHbEYdrohmIw1j9P7HS9MOJezqMYtCDgpkoqB5enAAZrNtnbSL6gVCWPHaoaTY5KeO0/g==",
"_location": "/@redux-saga/delay-p",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@redux-saga/delay-p@1.1.2",
"name": "@redux-saga/delay-p",
"escapedName": "@redux-saga%2fdelay-p",
"scope": "@redux-saga",
"rawSpec": "1.1.2",
"saveSpec": null,
"fetchSpec": "1.1.2"
},
"_requiredBy": [
"/@redux-saga/core"
],
"_resolved": "https://registry.npmjs.org/@redux-saga/delay-p/-/delay-p-1.1.2.tgz",
"_spec": "1.1.2",
2020-12-22 10:59:14 -04:00
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
2020-12-21 11:29:31 -04:00
"author": {
"name": "Yassine ELOUAFI",
"email": "yelouafi@gmail.com"
},
"bugs": {
"url": "https://github.com/redux-saga/redux-saga/issues"
},
"contributors": [
{
"name": "Mateusz Burzyński",
"email": "mateuszburzynski@gmail.com",
"url": "https://github.com/Andarist"
},
{
"name": "Mikhail Shustov",
"email": "restrry@gmail.com",
"url": "https://github.com/restrry"
},
{
"name": "Shi Feichao",
"email": "842351815@qq.com",
"url": "https://github.com/shinima"
}
],
"dependencies": {
"@redux-saga/symbols": "^1.1.2"
},
"description": "Promisified setTimeout",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"rimraf": "^3.0.0",
"rollup": "^1.23.1",
"rollup-plugin-babel": "5.0.0-alpha.0"
},
"files": [
"dist",
"*.d.ts"
],
"gitHead": "da88bb4df0de4066597bd34739580d986f67e0f0",
"homepage": "https://redux-saga.js.org/",
"keywords": [
"promise",
"resolve",
"delay",
"defer",
"wait",
"stall",
"timeout",
"settimeout",
"event",
"loop",
"next",
"tick",
"delay",
"async",
"await",
"promises",
"bluebird"
],
"license": "MIT",
"main": "./dist/redux-saga-delay-p.cjs.js",
"module": "./dist/redux-saga-delay-p.esm.js",
"name": "@redux-saga/delay-p",
"repository": {
"type": "git",
"url": "https://github.com/redux-saga/redux-saga/tree/master/packages/delay-p"
},
"scripts": {
"build": "rollup -c",
"clean": "rimraf dist",
"prebuild": "yarn clean",
"prepare": "yarn build"
},
"typings": "./index.d.ts",
"version": "1.1.2"
}