This app provides monitoring and information features for the common freifunk user and the technical stuff of a freifunk community. Code base is taken from a TUM Practical Course project and added here to see if Freifunk Altdorf can use it. https://www.freifunk-altdorf.de
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

100 lines
2.5 KiB

{
"_args": [
[
"simple-plist@^0.2.1",
"/home/bernhard/freifunk-app/node_modules/xcode"
]
],
"_from": "simple-plist@>=0.2.1 <0.3.0",
"_id": "simple-plist@0.2.1",
"_inCache": true,
"_installable": true,
"_location": "/simple-plist",
"_nodeVersion": "4.4.7",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/simple-plist-0.2.1.tgz_1477979624873_0.24517794768325984"
},
"_npmUser": {
"email": "joe.wollard@gmail.com",
"name": "wollardj"
},
"_npmVersion": "2.15.8",
"_phantomChildren": {
"xmldom": "0.1.27"
},
"_requested": {
"name": "simple-plist",
"raw": "simple-plist@^0.2.1",
"rawSpec": "^0.2.1",
"scope": null,
"spec": ">=0.2.1 <0.3.0",
"type": "range"
},
"_requiredBy": [
"/xcode"
],
"_resolved": "https://registry.npmjs.org/simple-plist/-/simple-plist-0.2.1.tgz",
"_shasum": "71766db352326928cf3a807242ba762322636723",
"_shrinkwrap": null,
"_spec": "simple-plist@^0.2.1",
"_where": "/home/bernhard/freifunk-app/node_modules/xcode",
"author": {
"name": "Joe Wollard"
},
"bugs": {
"url": "https://github.com/wollardj/node-simple-plist/issues"
},
"dependencies": {
"bplist-creator": "0.0.7",
"bplist-parser": "0.1.1",
"plist": "2.0.1"
},
"description": "A wrapper utility for interacting with plist data.",
"devDependencies": {
"coffee-script": "^1.11.1",
"jest": "^16.0.2"
},
"directories": {},
"dist": {
"shasum": "71766db352326928cf3a807242ba762322636723",
"tarball": "https://registry.npmjs.org/simple-plist/-/simple-plist-0.2.1.tgz"
},
"files": [
"simple-plist.js"
],
"gitHead": "977f4a2fdadefc53c27db370b292b4d2de68ca71",
"homepage": "https://github.com/wollardj/node-simple-plist.git",
"keywords": [
"binary",
"bplist",
"plist",
"xml"
],
"license": "MIT",
"main": "simple-plist.js",
"maintainers": [
{
"name": "wollardj",
"email": "wollardj@denison.edu"
},
{
"name": "appcelerator",
"email": "npmjs@appcelerator.com"
}
],
"name": "simple-plist",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/wollardj/node-simple-plist.git"
},
"scripts": {
"clean": "rm -rf *.js __tests__/*.js __tests__/write-test* coverage",
"prepublish": "npm test",
"test": "npm run-script clean && ./node_modules/.bin/coffee -c . && ./node_modules/.bin/jest --coverage"
},
"version": "0.2.1"
}