|
1 | 1 | {
|
2 |
| - "name": "react-native-firestack", |
3 |
| - "version": "2.3.3", |
4 |
| - "author": "Ari Lerner <ari@fullstack.io> (https://fullstackreact.com)", |
5 |
| - "description": "A firebase v3 adapter", |
6 |
| - "main": "index", |
7 |
| - "scripts": { |
8 |
| - "start": "node node_modules/react-native/local-cli/cli.js start", |
9 |
| - "build": "./node_modules/.bin/babel --source-maps=true --out-dir=dist .", |
10 |
| - "dev": "npm run compile -- --watch", |
11 |
| - "lint": "eslint ./src", |
12 |
| - "publish_pages": "gh-pages -d public/", |
13 |
| - "test": "./node_modules/.bin/mocha", |
14 |
| - "watchcpx": "node ./bin/watchCopy" |
| 2 | + "_args": [ |
| 3 | + [ |
| 4 | + { |
| 5 | + "raw": "https://github.com/Salakar/react-native-firestack", |
| 6 | + "scope": null, |
| 7 | + "escapedName": null, |
| 8 | + "name": null, |
| 9 | + "rawSpec": "https://github.com/Salakar/react-native-firestack", |
| 10 | + "spec": "git+https://github.com/Salakar/react-native-firestack.git", |
| 11 | + "type": "hosted", |
| 12 | + "hosted": { |
| 13 | + "type": "github", |
| 14 | + "ssh": "git@github.com:Salakar/react-native-firestack.git", |
| 15 | + "sshUrl": "git+ssh://git@github.com/Salakar/react-native-firestack.git", |
| 16 | + "httpsUrl": "git+https://github.com/Salakar/react-native-firestack.git", |
| 17 | + "gitUrl": "git://github.com/Salakar/react-native-firestack.git", |
| 18 | + "shortcut": "github:Salakar/react-native-firestack", |
| 19 | + "directUrl": "https://raw.githubusercontent.com/Salakar/react-native-firestack/master/package.json" |
| 20 | + } |
| 21 | + }, |
| 22 | + "/Users/floriannorbertbepunkt/Dropbox/Dropbox Arbeit/Mister Bishop Studios/Roomary/roomary" |
| 23 | + ] |
| 24 | + ], |
| 25 | + "_from": "git+https://github.com/Salakar/react-native-firestack.git", |
| 26 | + "_id": "react-native-firestack@2.3.3", |
| 27 | + "_inCache": true, |
| 28 | + "_location": "/react-native-firestack", |
| 29 | + "_phantomChildren": {}, |
| 30 | + "_requested": { |
| 31 | + "raw": "https://github.com/Salakar/react-native-firestack", |
| 32 | + "scope": null, |
| 33 | + "escapedName": null, |
| 34 | + "name": null, |
| 35 | + "rawSpec": "https://github.com/Salakar/react-native-firestack", |
| 36 | + "spec": "git+https://github.com/Salakar/react-native-firestack.git", |
| 37 | + "type": "hosted", |
| 38 | + "hosted": { |
| 39 | + "type": "github", |
| 40 | + "ssh": "git@github.com:Salakar/react-native-firestack.git", |
| 41 | + "sshUrl": "git+ssh://git@github.com/Salakar/react-native-firestack.git", |
| 42 | + "httpsUrl": "git+https://github.com/Salakar/react-native-firestack.git", |
| 43 | + "gitUrl": "git://github.com/Salakar/react-native-firestack.git", |
| 44 | + "shortcut": "github:Salakar/react-native-firestack", |
| 45 | + "directUrl": "https://raw.githubusercontent.com/Salakar/react-native-firestack/master/package.json" |
| 46 | + } |
15 | 47 | },
|
16 |
| - "repository": { |
17 |
| - "type": "git", |
18 |
| - "url": "https://github.com/fullstackreact/react-native-firestack.git" |
| 48 | + "_requiredBy": [ |
| 49 | + "#USER", |
| 50 | + "/" |
| 51 | + ], |
| 52 | + "_resolved": "git+https://github.com/Salakar/react-native-firestack.git#50b709f91cf4e9fd141ef94964405f88d4d2779d", |
| 53 | + "_shasum": "05959e918292eeb9d6a3c39d9afb493ad11d5348", |
| 54 | + "_shrinkwrap": null, |
| 55 | + "_spec": "https://github.com/Salakar/react-native-firestack", |
| 56 | + "_where": "/Users/floriannorbertbepunkt/Dropbox/Dropbox Arbeit/Mister Bishop Studios/Roomary/roomary", |
| 57 | + "author": { |
| 58 | + "name": "Ari Lerner", |
| 59 | + "email": "ari@fullstack.io", |
| 60 | + "url": "https://fullstackreact.com" |
| 61 | + }, |
| 62 | + "bugs": { |
| 63 | + "url": "https://github.com/fullstackreact/react-native-firestack/issues" |
| 64 | + }, |
| 65 | + "dependencies": { |
| 66 | + "bows": "^1.6.0", |
| 67 | + "es6-symbol": "^3.1.0" |
| 68 | + }, |
| 69 | + "description": "A firebase v3 adapter", |
| 70 | + "devDependencies": { |
| 71 | + "babel-eslint": "^7.0.0", |
| 72 | + "babel-jest": "^14.1.0", |
| 73 | + "babel-preset-react-native": "^1.9.0", |
| 74 | + "cpx": "^1.5.0", |
| 75 | + "debug": "^2.2.0", |
| 76 | + "enzyme": "^2.4.1", |
| 77 | + "eslint": "^3.8.1", |
| 78 | + "eslint-config-airbnb": "^12.0.0", |
| 79 | + "eslint-plugin-flowtype": "^2.20.0", |
| 80 | + "eslint-plugin-import": "^2.0.1", |
| 81 | + "eslint-plugin-jsx-a11y": "^2.2.3", |
| 82 | + "eslint-plugin-react": "^6.4.1", |
| 83 | + "flow-bin": "^0.35.0", |
| 84 | + "jest": "^14.1.0", |
| 85 | + "jest-react-native": "^14.1.3", |
| 86 | + "mocha": "^3.0.2", |
| 87 | + "react": "^15.3.0", |
| 88 | + "react-dom": "^15.3.0", |
| 89 | + "react-native-mock": "^0.2.6", |
| 90 | + "react-test-renderer": "^15.3.0", |
| 91 | + "should": "^11.1.0", |
| 92 | + "sinon": "^2.0.0-pre.2" |
19 | 93 | },
|
| 94 | + "gitHead": "50b709f91cf4e9fd141ef94964405f88d4d2779d", |
| 95 | + "homepage": "https://github.com/fullstackreact/react-native-firestack#readme", |
20 | 96 | "jest": {
|
21 | 97 | "preset": "jest-react-native",
|
22 | 98 | "setupFiles": [],
|
|
27 | 103 | "./node_modules/react-addons-test-utils"
|
28 | 104 | ]
|
29 | 105 | },
|
30 |
| - "license": "ISC", |
31 | 106 | "keywords": [
|
32 | 107 | "react",
|
33 | 108 | "react-native",
|
34 | 109 | "react-native-firestack",
|
35 | 110 | "firestack",
|
36 | 111 | "firebase"
|
37 | 112 | ],
|
| 113 | + "license": "ISC", |
| 114 | + "main": "index", |
| 115 | + "name": "react-native-firestack", |
| 116 | + "optionalDependencies": {}, |
38 | 117 | "peerDependencies": {
|
39 | 118 | "react": "*",
|
40 | 119 | "react-native": "*"
|
41 | 120 | },
|
| 121 | + "readme": "# Firestack\n\nFirestack makes using the latest [Firebase](http://firebase.com) with React Native straight-forward.\n\n```\nnpm i react-native-firestack --save\n```\n\n[](https://gitter.im/fullstackreact/react-native-firestack?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)\n[](https://www.npmjs.com/package/react-native-firestack)\n[](/LICENSE)\n\nFirestack is a _light-weight_ layer sitting on-top of the native Firebase libraries for both iOS and Android which mirrors the React Native JS api as closely as possible.\n\nFeaturing; authentication, storage, real-time database, presence, analytics, cloud messaging, remote configuration, redux support and more!\n\n## Firestack vs Firebase JS lib\n\nAlthough the [Firebase](https://www.npmjs.com/package/firebase) JavaScript library will work with React Native, it is mainly designed for the web. \n\nThe native SDK's are much better for performance compared to the web SDK. The web SDK will run on the same thread as your apps ([JS thread](https://facebook.github.io/react-native/docs/performance.html#javascript-frame-rate)) therefore limiting your JS framerate, potentially affecting things touch events and transitions/animations.\n\nThe native SDK's also contains functionality that the web SDK's do not, for example [Analytics](/docs/api/analytics.md) and [Remote Config](/docs/api/remote-config.md).\n\n## Example app\n\nWe have a working application example available in at [fullstackreact/FirestackApp](https://github.com/fullstackreact/FirestackApp). Check it out for more details about how to use Firestack.\n\n## Documentation\n\n* Installation\n * [iOS](docs/installation.ios.md)\n * [Android](docs/installation.android.md)\n* [Firebase Setup](docs/firebase-setup.md)\n* API\n * [Authentication](docs/api/authentication.md)\n * [Analytics](docs/api/analytics.md)\n * [Storage](docs/api/storage.md)\n * [Realtime Database](docs/api/database.md)\n * [Presence](docs/api/presence.md)\n * [ServerValue](docs/api/server-value.md)\n * [Cloud Messaging](docs/api/cloud-messaging.md)\n * [Remote Config](docs/api/remote-config.md)\n * [Events](docs/api/events.md)\n* [Redux](docs/redux.md)\n\n## Contributing\n\nFor a detailed discussion of how Firestack works as well as how to contribute, check out our [contribution guide](https://github.com/fullstackreact/react-native-firestack/blob/master/Contributing.md).\n", |
| 122 | + "readmeFilename": "README.md", |
| 123 | + "repository": { |
| 124 | + "type": "git", |
| 125 | + "url": "git+https://github.com/fullstackreact/react-native-firestack.git" |
| 126 | + }, |
42 | 127 | "rnpm": {
|
43 | 128 | "commands": {
|
44 | 129 | "prelink": "node_modules/react-native-firestack/bin/prepare.sh",
|
|
51 | 136 | "packageInstance": "new FirestackPackage()"
|
52 | 137 | }
|
53 | 138 | },
|
54 |
| - "devDependencies": { |
55 |
| - "babel-eslint": "^7.0.0", |
56 |
| - "babel-jest": "^14.1.0", |
57 |
| - "babel-preset-react-native": "^1.9.0", |
58 |
| - "cpx": "^1.5.0", |
59 |
| - "debug": "^2.2.0", |
60 |
| - "enzyme": "^2.4.1", |
61 |
| - "eslint": "^3.8.1", |
62 |
| - "eslint-config-airbnb": "^12.0.0", |
63 |
| - "eslint-plugin-flowtype": "^2.20.0", |
64 |
| - "eslint-plugin-import": "^2.0.1", |
65 |
| - "eslint-plugin-jsx-a11y": "^2.2.3", |
66 |
| - "eslint-plugin-react": "^6.4.1", |
67 |
| - "flow-bin": "^0.35.0", |
68 |
| - "jest": "^14.1.0", |
69 |
| - "jest-react-native": "^14.1.3", |
70 |
| - "mocha": "^3.0.2", |
71 |
| - "react": "^15.3.0", |
72 |
| - "react-dom": "^15.3.0", |
73 |
| - "react-native-mock": "^0.2.6", |
74 |
| - "react-test-renderer": "^15.3.0", |
75 |
| - "should": "^11.1.0", |
76 |
| - "sinon": "^2.0.0-pre.2" |
| 139 | + "scripts": { |
| 140 | + "build": "babel --source-maps=true --out-dir=dist .", |
| 141 | + "dev": "npm run compile -- --watch", |
| 142 | + "lint": "eslint ./src", |
| 143 | + "publish_pages": "gh-pages -d public/", |
| 144 | + "start": "node node_modules/react-native/local-cli/cli.js start", |
| 145 | + "test": "mocha", |
| 146 | + "watchcpx": "node ./bin/watchCopy" |
77 | 147 | },
|
78 |
| - "dependencies": { |
79 |
| - "bows": "^1.6.0", |
80 |
| - "es6-symbol": "^3.1.0" |
81 |
| - } |
| 148 | + "version": "2.3.3" |
82 | 149 | }
|
0 commit comments