dotfiles/vscode/.vscode/extensions/randomfractalsinc.vscode-data-preview-2.3.0/node_modules/json-spread/package.json
Errol Sancaktar ff17c17e23 vscode
2024-06-14 09:31:58 -06:00

77 lines
1.8 KiB
JSON

{
"_from": "json-spread@0.3.2",
"_id": "json-spread@0.3.2",
"_inBundle": false,
"_integrity": "sha1-V+pGj+67Uxvc49iAM17z89RuTz0=",
"_location": "/json-spread",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "json-spread@0.3.2",
"name": "json-spread",
"escapedName": "json-spread",
"rawSpec": "0.3.2",
"saveSpec": null,
"fetchSpec": "0.3.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/json-spread/-/json-spread-0.3.2.tgz",
"_shasum": "57ea468feebb531bdce3d880335ef3f3d46e4f3d",
"_spec": "json-spread@0.3.2",
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
"author": {
"name": "Xun Chen"
},
"bugs": {
"url": "https://github.com/gone369/json-spread/issues"
},
"bundleDependencies": false,
"dependencies": {
"flat": "^2.0.0",
"flatmap": "0.0.3",
"foreach": "^2.0.5",
"is-plain-object": "^2.0.1",
"object-assign": "^4.1.0"
},
"deprecated": false,
"description": "simple javascript utility to spread nested json or javascript objects",
"devDependencies": {
"browserify": "^13.0.1",
"chai": "^3.5.0",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"mocha": "^2.5.3",
"pump": "^1.0.1",
"vinyl-source-stream": "^1.1.0"
},
"homepage": "https://github.com/gone369/json-spread#readme",
"keywords": [
"json",
"object",
"nested",
"spread",
"flat",
"csv",
"tsv"
],
"license": "MIT",
"main": "index.js",
"name": "json-spread",
"repository": {
"type": "git",
"url": "git+https://github.com/gone369/json-spread.git"
},
"scripts": {
"debug": "mocha debug",
"dist": "gulp",
"test": "mocha"
},
"version": "0.3.2"
}