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.

152 lines
4.2 KiB

{
"_args": [
[
"rsvp@^3.3.3",
"/home/bernhard/freifunk-app/node_modules/capture-exit"
]
],
"_from": "rsvp@>=3.3.3 <4.0.0",
"_id": "rsvp@3.6.2",
"_inCache": true,
"_installable": true,
"_location": "/rsvp",
"_nodeVersion": "8.1.3",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/rsvp-3.6.2.tgz_1500348550749_0.8795863993000239"
},
"_npmUser": {
"email": "stefan.penner@gmail.com",
"name": "stefanpenner"
},
"_npmVersion": "5.1.0",
"_phantomChildren": {},
"_requested": {
"name": "rsvp",
"raw": "rsvp@^3.3.3",
"rawSpec": "^3.3.3",
"scope": null,
"spec": ">=3.3.3 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/capture-exit"
],
"_resolved": "https://registry.npmjs.org/rsvp/-/rsvp-3.6.2.tgz",
"_shasum": "2e96491599a96cde1b515d5674a8f7a91452926a",
"_shrinkwrap": null,
"_spec": "rsvp@^3.3.3",
"_where": "/home/bernhard/freifunk-app/node_modules/capture-exit",
"author": {
"name": "Tilde, Inc. & Stefan Penner"
},
"browser": {
"vertx": false
},
"bugs": {
"url": "https://github.com/tildeio/rsvp.js/issues"
},
"dependencies": {},
"description": "A lightweight library that provides tools for organizing asynchronous code",
"devDependencies": {
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"babel-plugin-transform-es2015-block-scoping": "^6.24.1",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"babel-plugin-transform-es2015-computed-properties": "^6.24.1",
"babel-plugin-transform-es2015-constants": "^6.1.4",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-es2015-parameters": "^6.24.1",
"babel-plugin-transform-es2015-shorthand-properties": "^6.24.1",
"babel-plugin-transform-es2015-spread": "^6.22.0",
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
"babel-preset-env": "^1.5.2",
"babel6-plugin-strip-class-callcheck": "^6.0.0",
"broccoli-babel-transpiler": "^6.0.0",
"broccoli-concat": "^3.2.2",
"broccoli-merge-trees": "^2.0.0",
"broccoli-rollup": "^1.3.0",
"broccoli-stew": "^1.5.0",
"broccoli-uglify-js": "^0.2.0",
"broccoli-watchify": "1.0.1",
"ember-cli": "2.13.2",
"ember-cli-dependency-checker": "2.0.0",
"ember-publisher": "0.0.7",
"git-repo-version": "0.4.1",
"json3": "^3.3.2",
"mocha": "3.4.2",
"promises-aplus-tests-phantom": "^2.1.0-revise"
},
"directories": {
"lib": "lib"
},
"dist": {
"integrity": "sha512-OfWGQTb9vnwRjwtA2QwpG2ICclHC3pgXZO5xt8H2EfgDquO0qVdSb5T88L4qJVAEugbS56pAuV4XZM58UX8ulw==",
"shasum": "2e96491599a96cde1b515d5674a8f7a91452926a",
"tarball": "https://registry.npmjs.org/rsvp/-/rsvp-3.6.2.tgz"
},
"engines": {
"node": "0.12.* || 4.* || 6.* || >= 7.*"
},
"files": [
"!dist/test",
"dist",
"lib"
],
"gitHead": "a8b79ea0fc2cba55a507383940b0753a089688fd",
"homepage": "https://github.com/tildeio/rsvp.js#readme",
"jsnext:main": "dist/rsvp.es.js",
"keywords": [
"futures",
"promises"
],
"license": "MIT",
"main": "dist/rsvp.js",
"maintainers": [
{
"name": "rwjblue",
"email": "me@rwjblue.com"
},
{
"name": "ryanflorence",
"email": "rpflorence@gmail.com"
},
{
"name": "stefanpenner",
"email": "stefan.penner@gmail.com"
},
{
"name": "fivetanley",
"email": "stanley@stan.li"
},
{
"name": "mixonic",
"email": "matt.beale@madhatted.com"
},
{
"name": "wycats",
"email": "wycats@gmail.com"
}
],
"module": "dist/rsvp.es.js",
"name": "rsvp",
"namespace": "RSVP",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"dist": "git@github.com:components/rsvp.js.git",
"type": "git",
"url": "git+https://github.com/tildeio/rsvp.js.git"
},
"scripts": {
"build": "ember build --environment production",
"build:production": "ember build --env production",
"lint": "jshint lib",
"prepublish": "ember build --environment production",
"start": "ember s",
"test": "ember test",
"test:node": "ember build && mocha ./dist/test/browserify",
"test:server": "ember test --server"
},
"version": "3.6.2"
}