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.

179 lines
5.2 KiB

{
"_args": [
[
"fbjs@^0.8.16",
"/home/bernhard/freifunk-app/node_modules/react"
]
],
"_from": "fbjs@>=0.8.16 <0.9.0",
"_id": "fbjs@0.8.17",
"_inCache": true,
"_installable": true,
"_location": "/fbjs",
"_nodeVersion": "4.9.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/fbjs_0.8.17_1528785405337_0.44020313302282266"
},
"_npmUser": {
"email": "opensource+npm@fb.com",
"name": "fb"
},
"_npmVersion": "2.15.11",
"_phantomChildren": {},
"_requested": {
"name": "fbjs",
"raw": "fbjs@^0.8.16",
"rawSpec": "^0.8.16",
"scope": null,
"spec": ">=0.8.16 <0.9.0",
"type": "range"
},
"_requiredBy": [
"/create-react-class",
"/metro",
"/react",
"/react-native",
"/react-test-renderer"
],
"_resolved": "https://registry.npmjs.org/fbjs/-/fbjs-0.8.17.tgz",
"_shasum": "c4d598ead6949112653d6588b01a5cdcd9f90fdd",
"_shrinkwrap": null,
"_spec": "fbjs@^0.8.16",
"_where": "/home/bernhard/freifunk-app/node_modules/react",
"browserify": {
"transform": [
"loose-envify"
]
},
"bugs": {
"url": "https://github.com/facebook/fbjs/issues"
},
"dependencies": {
"core-js": "^1.0.0",
"isomorphic-fetch": "^2.1.1",
"loose-envify": "^1.0.0",
"object-assign": "^4.1.0",
"promise": "^7.1.1",
"setimmediate": "^1.0.5",
"ua-parser-js": "^0.7.18"
},
"description": "A collection of utility libraries used by other Facebook JS projects",
"devDependencies": {
"babel-eslint": "^6.0.3",
"babel-preset-fbjs": "file:babel-preset",
"del": "^2.2.0",
"eslint": "^2.8.0",
"fbjs-scripts": "file:scripts",
"flow-bin": "^0.38.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-flatten": "^0.2.0",
"gulp-rename": "^1.2.2",
"immutable": "^3.7.6",
"jest-cli": "^0.9.2",
"merge-stream": "^1.0.0",
"run-sequence": "^1.1.5"
},
"devEngines": {
"node": ">=4.x",
"npm": ">=2.x"
},
"directories": {},
"dist": {
"fileCount": 209,
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbH2n+CRA9TVsSAnZWagAA0AMP/2M0ggK5QRy8Up6EhEXJ\nBoJIN6iuo3tpbk+WGD+ersiOd1pzsrySgz/6ZkpMQQCXePq1EAHWdwXADEY1\n+7p+I9jNVt2+FXG8yOoW3jNQs/IRLivOvcH0pRnKEPYgZugQuON8UOtiXrdl\nxYfBAeFPq5tMx04APcxWeQMDBuEPzGBPBdlJv2IEpGZvf/jJreYmmlE3hgje\nG3wQnYKGjEMV6ey+CAANVAlRkDx2cXAHl/jHZ0cqQpzDsGSxB7HMCZB/JdJm\nLCq4m87obLpwUbDDwX5ta//G5svhax1iN84TLhOhP96NwcY34+ig4UQUTMRn\nT4piIOFmiA4z+WDV6P5waQK3oefIzaJ0YdFPu2c+Cey9eibo+EsRxfY6jROh\nBevvGxx5rarBOpjJwwjuSJ1eJuKcVxkBgS2k8n8A6EYyMiJhj3JEt6ainz4b\n/lW5OaoJdcmWIK6NMvUwrtZqrfu1UQCTvvebNFSYOOkFt7/tVa/VKPoQ7Anl\nc11KjeS5xs89sSB4Zcm+LqP4BXvslaj7wNUv/DIMqDLWRb5/kMWmU9UdLZ2c\noW7l8SMTB8Y6fhZ33R/GKXX5985jz2/UrtpPhQJsdeI6JcR/WzztufTBLDoj\nI8i3SIDv9F8sQqPUzrbNSU+RG1WC2DUVo8D4UlaffeN4gV6GDPjQuuEfbvev\nr8+w\r\n=718e\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "c4d598ead6949112653d6588b01a5cdcd9f90fdd",
"tarball": "https://registry.npmjs.org/fbjs/-/fbjs-0.8.17.tgz",
"unpackedSize": 355698
},
"files": [
"LICENSE",
"README.md",
"flow/",
"index.js",
"lib/",
"module-map.json"
],
"gitHead": "423744191512686b11cdfcd29152c0429a488661",
"homepage": "https://github.com/facebook/fbjs#readme",
"jest": {
"modulePathIgnorePatterns": [
"/lib/",
"/node_modules/"
],
"persistModuleRegistryBetweenSpecs": true,
"preprocessorIgnorePatterns": [
"/node_modules/"
],
"rootDir": "",
"scriptPreprocessor": "node_modules/fbjs-scripts/jest/preprocessor.js",
"setupEnvScriptFile": "node_modules/fbjs-scripts/jest/environment.js",
"testPathDirs": [
"<rootDir>/src"
],
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/",
"<rootDir>/src/(?!(__forks__/fetch.js$|fetch/))"
]
},
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "brianvaughn",
"email": "briandavidvaughn@gmail.com"
},
{
"name": "davidaurelio",
"email": "dev@david-aurelio.com"
},
{
"name": "fb",
"email": "opensource+npm@fb.com"
},
{
"name": "josephsavona",
"email": "joesavona@fb.com"
},
{
"name": "kassens",
"email": "jkassens@fb.com"
},
{
"name": "sophiebits",
"email": "npm@sophiebits.com"
},
{
"name": "wincent",
"email": "greg@hurrell.net"
},
{
"name": "yungsters",
"email": "yungsters@gmail.com"
},
{
"name": "zpao",
"email": "paul@oshannessy.com"
}
],
"name": "fbjs",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/fbjs.git"
},
"scripts": {
"build": "gulp build",
"lint": "eslint .",
"postbuild": "node scripts/node/check-lib-requires.js lib",
"prepublish": "npm run build",
"pretest": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json",
"test": "NODE_ENV=test jest",
"test-babel-presets": "cd babel-preset && npm install && npm test",
"typecheck": "flow check src"
},
"version": "0.8.17"
}