MCSManager/node_modules/properties/package.json
2017-11-13 12:26:31 +08:00

64 lines
1.4 KiB
JSON

{
"_from": "properties",
"_id": "properties@1.2.1",
"_inBundle": false,
"_integrity": "sha1-Dul6f8AgsaKlW4ZZ7aSqjYaQlL0=",
"_location": "/properties",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "properties",
"name": "properties",
"escapedName": "properties",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "http://r.cnpmjs.org/properties/download/properties-1.2.1.tgz",
"_shasum": "0ee97a7fc020b1a2a55b8659eda4aa8d869094bd",
"_spec": "properties",
"_where": "D:\\Suwings\\Mcserver 8",
"author": {
"name": "Gabriel Llamas",
"email": "gagle@outlook.com"
},
"bugs": {
"url": "https://github.com/gagle/node-properties/issues"
},
"bundleDependencies": false,
"deprecated": false,
"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"
}