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.
 
 
 
 

140 lines
3.2 KiB

{
"_args": [
[
"split-string@^3.0.2",
"/home/bernhard/freifunk-app/node_modules/anymatch/node_modules/braces"
]
],
"_from": "split-string@>=3.0.2 <4.0.0",
"_id": "split-string@3.1.0",
"_inCache": true,
"_installable": true,
"_location": "/split-string",
"_nodeVersion": "9.1.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/split-string-3.1.0.tgz_1511106894667_0.3419800808187574"
},
"_npmUser": {
"email": "github@sellside.com",
"name": "jonschlinkert"
},
"_npmVersion": "5.5.1",
"_phantomChildren": {
"assign-symbols": "1.0.0",
"is-plain-object": "2.0.4"
},
"_requested": {
"name": "split-string",
"raw": "split-string@^3.0.2",
"rawSpec": "^3.0.2",
"scope": null,
"spec": ">=3.0.2 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/anymatch/braces",
"/sane/braces",
"/set-value",
"/test-exclude/braces"
],
"_resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",
"_shasum": "7cb09dda3a86585705c64b39a6466038682e8fe2",
"_shrinkwrap": null,
"_spec": "split-string@^3.0.2",
"_where": "/home/bernhard/freifunk-app/node_modules/anymatch/node_modules/braces",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/split-string/issues"
},
"contributors": [
{
"name": "Brian Woodward",
"url": "https://twitter.com/doowb"
},
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
}
],
"dependencies": {
"extend-shallow": "^3.0.0"
},
"description": "Split a string on a character except when the character is escaped.",
"devDependencies": {
"gulp-format-md": "^1.0.0",
"mocha": "^3.5.3"
},
"directories": {},
"dist": {
"integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==",
"shasum": "7cb09dda3a86585705c64b39a6466038682e8fe2",
"tarball": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "2f83feb70267a54ca01e795e6a0558a51b89d6c8",
"homepage": "https://github.com/jonschlinkert/split-string",
"keywords": [
"character",
"escape",
"split",
"string"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "doowb",
"email": "brian.woodward@gmail.com"
},
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "split-string",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/split-string.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"layout": "default",
"lint": {
"reflinks": true
},
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"deromanize",
"randomatic",
"repeat-string",
"romanize"
]
},
"tasks": [
"readme"
],
"titles": [
".",
"Why use this?",
"install"
],
"toc": false
},
"version": "3.1.0"
}