-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.39 KB
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
{
"_from": "gatsby-source-uberflip",
"_id": "gatsby-source-uberflip@1.0.2",
"_inBundle": false,
"_integrity": "sha512-ebnMrTtLCVsdj0EoZ66XG4sb1SW3yMhWxcsIrP00fb04Ll8z+7M5e3a8ZiKvvMdE9u0JT55+GyOw0N/vegXW3Q==",
"_location": "/gatsby-source-uberflip",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "gatsby-source-uberflip",
"name": "gatsby-source-uberflip",
"escapedName": "gatsby-source-uberflip",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/gatsby-source-uberflip/-/gatsby-source-uberflip-1.0.2.tgz",
"_shasum": "64a152760f00cd4f60e1ca98cb18a3111781c151",
"_spec": "gatsby-source-uberflip",
"_where": "/Users/tchance/Security Compass",
"author": {
"name": "Taylor Chance"
},
"bundleDependencies": false,
"dependencies": {
"request": "^2.83.0",
"request-promise-native": "^1.0.5"
},
"deprecated": false,
"description": "gatsbyjs source plugin for Uberflips API",
"keywords": [
"gatsby",
"gatsby-plugin",
"uberflip"
],
"license": "ISC",
"main": "index.js",
"name": "gatsby-source-uberflip",
"respository": {
"type": "git",
"url": "taylorchance/gatsby-source-uberflip"
},
"scripts": {
"test": "\"echo \\\"Error: no test specified\\\" && exit 1\""
},
"version": "1.0.3"
}