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.
 
 
 
 

102 lines
2.5 KiB

{
"_args": [
[
"string-length@^2.0.0",
"/home/bernhard/freifunk-app/node_modules/jest/node_modules/jest-cli"
]
],
"_from": "string-length@>=2.0.0 <3.0.0",
"_id": "string-length@2.0.0",
"_inCache": true,
"_installable": true,
"_location": "/string-length",
"_nodeVersion": "4.8.3",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/string-length-2.0.0.tgz_1501117430278_0.7992605706676841"
},
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "2.15.11",
"_phantomChildren": {},
"_requested": {
"name": "string-length",
"raw": "string-length@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/jest/jest-cli"
],
"_resolved": "https://registry.npmjs.org/string-length/-/string-length-2.0.0.tgz",
"_shasum": "d40dbb686a3ace960c1cffca562bf2c45f8363ed",
"_shrinkwrap": null,
"_spec": "string-length@^2.0.0",
"_where": "/home/bernhard/freifunk-app/node_modules/jest/node_modules/jest-cli",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/string-length/issues"
},
"dependencies": {
"astral-regex": "^1.0.0",
"strip-ansi": "^4.0.0"
},
"description": "Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "d40dbb686a3ace960c1cffca562bf2c45f8363ed",
"tarball": "https://registry.npmjs.org/string-length/-/string-length-2.0.0.tgz"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"gitHead": "dcdf2d91dcb155923ece3b8f77f2279e49bb1d3f",
"homepage": "https://github.com/sindresorhus/string-length#readme",
"keywords": [
"ansi",
"astral",
"codepoints",
"codes",
"count",
"escape",
"length",
"size",
"string",
"surrogates",
"symbol",
"unicode"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "string-length",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/string-length.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.0.0"
}