Gazebo_simulation-Frontend/node_modules/gensync/package.json

64 lines
1.6 KiB
JSON

{
"_args": [
[
"gensync@1.0.0-beta.1",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "gensync@1.0.0-beta.1",
"_id": "gensync@1.0.0-beta.1",
"_inBundle": false,
"_integrity": "sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg==",
"_location": "/gensync",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "gensync@1.0.0-beta.1",
"name": "gensync",
"escapedName": "gensync",
"rawSpec": "1.0.0-beta.1",
"saveSpec": null,
"fetchSpec": "1.0.0-beta.1"
},
"_requiredBy": [
"/@svgr/plugin-jsx/@babel/core"
],
"_resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.1.tgz",
"_spec": "1.0.0-beta.1",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"author": {
"name": "Logan Smyth",
"email": "loganfsmyth@gmail.com"
},
"description": "Allows users to use generators in order to write common functions that can be both sync or async.",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.6.1",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-prettier": "^2.6.0",
"flow-bin": "^0.71.0",
"jest": "^22.4.3",
"prettier": "^1.12.1"
},
"engines": {
"node": ">=6.9.0"
},
"keywords": [
"async",
"sync",
"generators",
"async-await",
"callbacks"
],
"license": "MIT",
"main": "index.js",
"name": "gensync",
"scripts": {
"test": "jest"
},
"version": "1.0.0-beta.1"
}