Gazebo_simulation-Frontend/node_modules/mix2/package.json

69 lines
1.4 KiB
JSON
Raw Normal View History

2020-12-21 11:29:31 -04:00
{
"_args": [
[
"mix2@1.0.5",
2020-12-22 10:59:14 -04:00
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
2020-12-21 11:29:31 -04:00
]
],
"_from": "mix2@1.0.5",
"_id": "mix2@1.0.5",
"_inBundle": false,
"_integrity": "sha512-ybWz7nY+WHBBIyliND5eYaJKzkoa+qXRYNTmVqAxSLlFtL/umT2iv+pmyTu1oU7WNkrirwheqR8d9EaKVz0e5g==",
"_location": "/mix2",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "mix2@1.0.5",
"name": "mix2",
"escapedName": "mix2",
"rawSpec": "1.0.5",
"saveSpec": null,
"fetchSpec": "1.0.5"
},
"_requiredBy": [
"/clean",
"/skema"
],
"_resolved": "https://registry.npmjs.org/mix2/-/mix2-1.0.5.tgz",
"_spec": "1.0.5",
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": "kaelzhang"
},
"bugs": {
"url": "https://github.com/kaelzhang/node-mix2/issues"
},
"description": "The YUI mix",
"devDependencies": {
"chai": "*",
"mocha": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/kaelzhang/node-mix2#readme",
"keywords": [
"mix",
"extend",
"yui",
"yui-mix",
"merge",
"object"
],
"license": "MIT",
"main": "index.js",
"name": "mix2",
"repository": {
"type": "git",
"url": "git://github.com/kaelzhang/node-mix2.git"
},
"scripts": {
"test": "mocha --reporter spec ./test/mix2.js"
},
"version": "1.0.5"
}