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.

118 lines
3.1 KiB

{
"_args": [
[
"create-react-class@^15.6.3",
"/home/bernhard/freifunk-app/node_modules/react-native"
]
],
"_from": "create-react-class@>=15.6.3 <16.0.0",
"_id": "create-react-class@15.6.3",
"_inCache": true,
"_installable": true,
"_location": "/create-react-class",
"_nodeVersion": "8.4.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/create-react-class-15.6.3.tgz_1517347241795_0.263311407295987"
},
"_npmUser": {
"email": "briandavidvaughn@gmail.com",
"name": "brianvaughn"
},
"_npmVersion": "5.3.0",
"_phantomChildren": {},
"_requested": {
"name": "create-react-class",
"raw": "create-react-class@^15.6.3",
"rawSpec": "^15.6.3",
"scope": null,
"spec": ">=15.6.3 <16.0.0",
"type": "range"
},
"_requiredBy": [
"/react-native"
],
"_resolved": "https://registry.npmjs.org/create-react-class/-/create-react-class-15.6.3.tgz",
"_shasum": "2d73237fb3f970ae6ebe011a9e66f46dbca80036",
"_shrinkwrap": null,
"_spec": "create-react-class@^15.6.3",
"_where": "/home/bernhard/freifunk-app/node_modules/react-native",
"browserify": {
"transform": [
"loose-envify"
]
},
"bugs": {
"url": "https://github.com/facebook/react/issues"
},
"dependencies": {
"fbjs": "^0.8.9",
"loose-envify": "^1.3.1",
"object-assign": "^4.1.1"
},
"description": "Legacy API for creating React components.",
"devDependencies": {
"jest": "^19.0.2",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"webpack": "^2.6.1"
},
"directories": {},
"dist": {
"integrity": "sha512-M+/3Q6E6DLO6Yx3OwrWjwHBnvfXXYA7W+dFjt/ZDBemHO1DDZhsalX/NUtnTYclN6GfnBDRh4qRHjcDHmlJBJg==",
"shasum": "2d73237fb3f970ae6ebe011a9e66f46dbca80036",
"tarball": "https://registry.npmjs.org/create-react-class/-/create-react-class-15.6.3.tgz"
},
"files": [
"LICENSE",
"create-react-class.js",
"create-react-class.min.js",
"factory.js",
"index.js"
],
"homepage": "https://facebook.github.io/react/",
"keywords": [
"react"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "sophiebits",
"email": "npm2@sophiebits.com"
},
{
"name": "trueadm",
"email": "dg@domgan.com"
},
{
"name": "gaearon",
"email": "dan.abramov@gmail.com"
},
{
"name": "brianvaughn",
"email": "briandavidvaughn@gmail.com"
},
{
"name": "fb",
"email": "opensource+npm@fb.com"
}
],
"name": "create-react-class",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/react.git"
},
"scripts": {
"build": "npm run build:dev && npm run build:prod",
"build:dev": "NODE_ENV=development webpack && TEST_ENTRY=./create-react-class.js jest",
"build:prod": "NODE_ENV=production webpack && NODE_ENV=production TEST_ENTRY=./create-react-class.min.js jest",
"prepublish": "npm test && npm run build",
"test": "TEST_ENTRY=./index.js jest"
},
"version": "15.6.3"
}