forked from robcalcroft/react-native-chart
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
94 lines (94 loc) · 3.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"_args": [
[
"@housing/react-native-chart@1.0.10-beta",
"/Users/jitendralakhmani/Documents/Work/housing-app"
]
],
"_from": "@housing/react-native-chart@1.0.10-beta",
"_id": "@housing/react-native-chart@1.0.10-beta",
"_inBundle": false,
"_inCache": true,
"_installable": true,
"_integrity": "sha512-IeW974w4Fl0OZQCuvS6uVjJ5uFRF03NIocdrAk4miyUEMQsgrASSGZz24pHkdK2Lpn+YAb/lAUp9tE4hG2rMVQ==",
"_location": "/@housing/react-native-chart",
"_nodeVersion": "6.1.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/react-native-chart-1.0.8-beta.tgz_1469582943137_0.5609592183027416"
},
"_npmUser": {
"email": "tom.auty@gmail.com",
"name": "tomauty"
},
"_npmVersion": "3.9.0",
"_phantomChildren": {
"babel-traverse": "6.26.0",
"babel-types": "6.26.0",
"babylon": "6.18.0",
"lodash.assign": "4.2.0",
"lodash.pickby": "4.6.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "@housing/react-native-chart@1.0.10-beta",
"name": "@housing/react-native-chart",
"escapedName": "@housing%2freact-native-chart",
"scope": "@housing",
"rawSpec": "1.0.10-beta",
"saveSpec": null,
"fetchSpec": "1.0.10-beta"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/@housing/react-native-chart/-/react-native-chart-1.0.10-beta.tgz",
"_shasum": "c34b50ffe7f2acd6f519d614a134a7cd29135766",
"_shrinkwrap": null,
"_spec": "1.0.10-beta",
"_where": "/Users/jitendralakhmani/Documents/Work/housing-app",
"dependencies": {
"babel-cli": "^6.10.1",
"babel-eslint": "^6.0.0",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-preset-react-native": "^1.5.3",
"@react-native-community/art": "^1.2.0"
},
"description": "[![Join the chat at https://gitter.im/tomauty/react-native-chart](https://badges.gitter.im/tomauty/react-native-chart.svg)](https://gitter.im/tomauty/react-native-chart) [![npm version](https://badge.fury.io/js/react-native-chart.svg)](https://badge.fury.",
"devDependencies": {
"eslint": "^2.8.0",
"eslint-config-airbnb": "^8.0.0",
"eslint-plugin-flow-vars": "^0.3.0",
"eslint-plugin-flowtype": "^2.2.7",
"eslint-plugin-import": "^1.6.0",
"eslint-plugin-jsx-a11y": "^1.0.3",
"eslint-plugin-react": "^5.0.1",
"eslint-plugin-react-native": "^1.0.0"
},
"directories": {},
"dist": {
"shasum": "c34b50ffe7f2acd6f519d614a134a7cd29135766",
"tarball": "https://registry.npmjs.org/react-native-chart/-/react-native-chart-1.0.8-beta.tgz"
},
"gitHead": "0ab98300945474df1224f5a4f78a754c88067de9",
"main": "./src/Chart.js",
"maintainers": [
{
"name": "hyuncho",
"email": "hyunjincho@gmail.com"
},
{
"name": "tomauty",
"email": "tom.auty@gmail.com"
}
],
"name": "@housing/react-native-chart",
"optionalDependencies": {},
"scripts": {
"build": "babel src --out-dir dist",
"lint": "eslint src",
"prepublish": "npm run build"
},
"version": "1.0.15-beta"
}