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

66 lines
1.5 KiB
JSON

{
"_args": [
[
"properties@1.2.1",
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
]
],
"_from": "properties@1.2.1",
"_id": "properties@1.2.1",
"_inBundle": false,
"_integrity": "sha1-Dul6f8AgsaKlW4ZZ7aSqjYaQlL0=",
"_location": "/properties",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "properties@1.2.1",
"name": "properties",
"escapedName": "properties",
"rawSpec": "1.2.1",
"saveSpec": null,
"fetchSpec": "1.2.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/properties/-/properties-1.2.1.tgz",
"_spec": "1.2.1",
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
"author": {
"name": "Gabriel Llamas",
"email": "gagle@outlook.com"
},
"bugs": {
"url": "https://github.com/gagle/node-properties/issues"
},
"description": ".properties parser/stringifier",
"devDependencies": {
"ini": "1.1.x",
"js-yaml": "2.1.x",
"speedy": "*"
},
"engines": {
"node": ">=0.10"
},
"homepage": "https://github.com/gagle/node-properties#readme",
"keywords": [
"properties",
"ini",
"parser",
"stringifier",
"config"
],
"license": "MIT",
"main": "lib",
"name": "properties",
"repository": {
"type": "git",
"url": "git://github.com/gagle/node-properties.git"
},
"scripts": {
"test": "node test/parse && node test/stringify"
},
"version": "1.2.1"
}