70 lines
1.5 KiB
JSON
70 lines
1.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"make-array@0.1.2",
|
|
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
|
|
]
|
|
],
|
|
"_from": "make-array@0.1.2",
|
|
"_id": "make-array@0.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-M14267DFpDFU0hIToeyuriobs+8=",
|
|
"_location": "/make-array",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "make-array@0.1.2",
|
|
"name": "make-array",
|
|
"escapedName": "make-array",
|
|
"rawSpec": "0.1.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.1.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/skema"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/make-array/-/make-array-0.1.2.tgz",
|
|
"_spec": "0.1.2",
|
|
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
|
|
"author": {
|
|
"name": "kael"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kaelzhang/make-array/issues"
|
|
},
|
|
"cortex": {
|
|
"devDependencies": {
|
|
"chai": "*"
|
|
}
|
|
},
|
|
"description": "Creates a real Array from almost anything.",
|
|
"devDependencies": {
|
|
"chai": "*",
|
|
"mocha": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"homepage": "https://github.com/kaelzhang/make-array#readme",
|
|
"keywords": [
|
|
"make-array",
|
|
"to-array",
|
|
"makearray",
|
|
"toarray",
|
|
"array",
|
|
"iterate"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "make-array",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/kaelzhang/make-array.git"
|
|
},
|
|
"scripts": {
|
|
"test": "sh test.sh"
|
|
},
|
|
"version": "0.1.2"
|
|
}
|