Gazebo_simulation-Frontend/node_modules/ra-data-json-server/package.json
2020-12-22 09:59:14 -05:00

73 lines
1.9 KiB
JSON

{
"_args": [
[
"ra-data-json-server@3.0.3",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "ra-data-json-server@3.0.3",
"_id": "ra-data-json-server@3.0.3",
"_inBundle": false,
"_integrity": "sha512-A4wCUKQ9cwy74iXx96Kxv5t+PwD1Ski2zOk1xKV5aRb68/5GqMD4dZXGFu/2vY3gPICxj/r1dLhu7jIQCMKnbg==",
"_location": "/ra-data-json-server",
"_phantomChildren": {
"decode-uri-component": "0.2.0",
"split-on-first": "1.1.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "ra-data-json-server@3.0.3",
"name": "ra-data-json-server",
"escapedName": "ra-data-json-server",
"rawSpec": "3.0.3",
"saveSpec": null,
"fetchSpec": "3.0.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/ra-data-json-server/-/ra-data-json-server-3.0.3.tgz",
"_spec": "3.0.3",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"authors": [
"François Zaninotto"
],
"bugs": {
"url": "https://github.com/marmelab/react-admin/issues"
},
"dependencies": {
"query-string": "~6.9.0",
"ra-core": "^3.0.3"
},
"description": "JSON Server data provider for react-admin",
"devDependencies": {
"cross-env": "^5.2.0",
"rimraf": "^2.6.3"
},
"files": [
"*.md",
"lib",
"esm",
"src"
],
"gitHead": "c658516267764fe213ef133cfa40a975b21a90d1",
"homepage": "https://github.com/marmelab/react-admin#readme",
"license": "MIT",
"main": "lib/index.js",
"module": "esm/index.js",
"name": "ra-data-json-server",
"repository": {
"type": "git",
"url": "git+https://github.com/marmelab/react-admin.git"
},
"scripts": {
"build": "yarn run build-cjs && yarn run build-esm",
"build-cjs": "rimraf ./lib && tsc",
"build-esm": "rimraf ./esm && tsc --outDir esm --module es2015",
"watch": "rimraf ./lib && tsc --watch"
},
"sideEffects": false,
"version": "3.0.3"
}