annotate package-lock.json @ 48:b8e5850acca0

local demo; styles
author drewp@bigasterisk.com
date Thu, 09 Jan 2020 00:04:45 -0800
parents 895ae7c5b0f4
children 2cfd5471dc8f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1 {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2 "name": "streamed-graph",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3 "version": "0.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4 "lockfileVersion": 1,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5 "requires": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7 "@babel/code-frame": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8 "version": "7.5.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.5.5.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10 "integrity": "sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
11 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
12 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
13 "@babel/highlight": "^7.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
14 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
15 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
16 "@babel/core": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
17 "version": "7.7.7",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
18 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.7.7.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
19 "integrity": "sha512-jlSjuj/7z138NLZALxVgrx13AOtqip42ATZP7+kYl53GvDV6+4dCek1mVUo8z8c8Xnw/mx2q3d9HWh3griuesQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
20 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
21 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
22 "@babel/code-frame": "^7.5.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
23 "@babel/generator": "^7.7.7",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
24 "@babel/helpers": "^7.7.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
25 "@babel/parser": "^7.7.7",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
26 "@babel/template": "^7.7.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
27 "@babel/traverse": "^7.7.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
28 "@babel/types": "^7.7.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
29 "convert-source-map": "^1.7.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
30 "debug": "^4.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
31 "json5": "^2.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
32 "lodash": "^4.17.13",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
33 "resolve": "^1.3.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
34 "semver": "^5.4.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
35 "source-map": "^0.5.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
36 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
37 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
38 "semver": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
39 "version": "5.7.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
40 "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
41 "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
42 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
43 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
44 "source-map": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
45 "version": "0.5.7",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
46 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
47 "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
48 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
49 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
50 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
51 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
52 "@babel/generator": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
53 "version": "7.7.7",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
54 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.7.7.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
55 "integrity": "sha512-/AOIBpHh/JU1l0ZFS4kiRCBnLi6OTHzh0RPk3h9isBxkkqELtQNFi1Vr/tiG9p1yfoUdKVwISuXWQR+hwwM4VQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
56 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
57 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
58 "@babel/types": "^7.7.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
59 "jsesc": "^2.5.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
60 "lodash": "^4.17.13",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
61 "source-map": "^0.5.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
62 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
63 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
64 "source-map": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
65 "version": "0.5.7",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
66 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
67 "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
68 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
69 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
70 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
71 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
72 "@babel/helper-function-name": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
73 "version": "7.7.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
74 "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.7.4.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
75 "integrity": "sha512-AnkGIdiBhEuiwdoMnKm7jfPfqItZhgRaZfMg1XX3bS25INOnLPjPG1Ppnajh8eqgt5kPJnfqrRHqFqmjKDZLzQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
76 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
77 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
78 "@babel/helper-get-function-arity": "^7.7.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
79 "@babel/template": "^7.7.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
80 "@babel/types": "^7.7.4"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
81 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
82 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
83 "@babel/helper-get-function-arity": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
84 "version": "7.7.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
85 "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.4.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
86 "integrity": "sha512-QTGKEdCkjgzgfJ3bAyRwF4yyT3pg+vDgan8DSivq1eS0gwi+KGKE5x8kRcbeFTb/673mkO5SN1IZfmCfA5o+EA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
87 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
88 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
89 "@babel/types": "^7.7.4"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
90 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
91 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
92 "@babel/helper-plugin-utils": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
93 "version": "7.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
94 "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
95 "integrity": "sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
96 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
97 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
98 "@babel/helper-split-export-declaration": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
99 "version": "7.7.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
100 "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.4.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
101 "integrity": "sha512-guAg1SXFcVr04Guk9eq0S4/rWS++sbmyqosJzVs8+1fH5NI+ZcmkaSkc7dmtAFbHFva6yRJnjW3yAcGxjueDug==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
102 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
103 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
104 "@babel/types": "^7.7.4"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
105 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
106 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
107 "@babel/helpers": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
108 "version": "7.7.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
109 "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.7.4.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
110 "integrity": "sha512-ak5NGZGJ6LV85Q1Zc9gn2n+ayXOizryhjSUBTdu5ih1tlVCJeuQENzc4ItyCVhINVXvIT/ZQ4mheGIsfBkpskg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
111 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
112 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
113 "@babel/template": "^7.7.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
114 "@babel/traverse": "^7.7.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
115 "@babel/types": "^7.7.4"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
116 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
117 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
118 "@babel/highlight": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
119 "version": "7.5.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
120 "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.5.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
121 "integrity": "sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChKy1TRQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
122 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
123 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
124 "chalk": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
125 "esutils": "^2.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
126 "js-tokens": "^4.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
127 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
128 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
129 "@babel/parser": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
130 "version": "7.7.7",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
131 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.7.7.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
132 "integrity": "sha512-WtTZMZAZLbeymhkd/sEaPD8IQyGAhmuTuvTzLiCFM7iXiVdY0gc0IaI+cW0fh1BnSMbJSzXX6/fHllgHKwHhXw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
133 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
134 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
135 "@babel/plugin-syntax-object-rest-spread": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
136 "version": "7.7.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
137 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.7.4.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
138 "integrity": "sha512-mObR+r+KZq0XhRVS2BrBKBpr5jqrqzlPvS9C9vuOf5ilSwzloAl7RPWLrgKdWS6IreaVrjHxTjtyqFiOisaCwg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
139 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
140 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
141 "@babel/helper-plugin-utils": "^7.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
142 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
143 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
144 "@babel/template": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
145 "version": "7.7.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
146 "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.7.4.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
147 "integrity": "sha512-qUzihgVPguAzXCK7WXw8pqs6cEwi54s3E+HrejlkuWO6ivMKx9hZl3Y2fSXp9i5HgyWmj7RKP+ulaYnKM4yYxw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
148 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
149 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
150 "@babel/code-frame": "^7.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
151 "@babel/parser": "^7.7.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
152 "@babel/types": "^7.7.4"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
153 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
154 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
155 "@babel/traverse": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
156 "version": "7.7.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
157 "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.7.4.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
158 "integrity": "sha512-P1L58hQyupn8+ezVA2z5KBm4/Zr4lCC8dwKCMYzsa5jFMDMQAzaBNy9W5VjB+KAmBjb40U7a/H6ao+Xo+9saIw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
159 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
160 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
161 "@babel/code-frame": "^7.5.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
162 "@babel/generator": "^7.7.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
163 "@babel/helper-function-name": "^7.7.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
164 "@babel/helper-split-export-declaration": "^7.7.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
165 "@babel/parser": "^7.7.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
166 "@babel/types": "^7.7.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
167 "debug": "^4.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
168 "globals": "^11.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
169 "lodash": "^4.17.13"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
170 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
171 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
172 "@babel/types": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
173 "version": "7.7.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
174 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.7.4.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
175 "integrity": "sha512-cz5Ji23KCi4T+YIE/BolWosrJuSmoZeN1EFnRtBwF+KKLi8GG/Z2c2hOJJeCXPk4mwk4QFvTmwIodJowXgttRA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
176 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
177 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
178 "esutils": "^2.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
179 "lodash": "^4.17.13",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
180 "to-fast-properties": "^2.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
181 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
182 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
183 "@cnakazawa/watch": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
184 "version": "1.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
185 "resolved": "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
186 "integrity": "sha512-r5160ogAvGyHsal38Kux7YYtodEKOj89RGb28ht1jh3SJb08VwRwAKKJL0bGb04Zd/3r9FL3BFIc3bBidYffCA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
187 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
188 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
189 "exec-sh": "^0.3.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
190 "minimist": "^1.2.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
191 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
192 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
193 "@jest/console": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
194 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
195 "resolved": "https://registry.npmjs.org/@jest/console/-/console-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
196 "integrity": "sha512-Zuj6b8TnKXi3q4ymac8EQfc3ea/uhLeCGThFqXeC8H9/raaH8ARPUTdId+XyGd03Z4In0/VjD2OYFcBF09fNLQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
197 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
198 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
199 "@jest/source-map": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
200 "chalk": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
201 "slash": "^2.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
202 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
203 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
204 "@jest/core": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
205 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
206 "resolved": "https://registry.npmjs.org/@jest/core/-/core-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
207 "integrity": "sha512-Fogg3s4wlAr1VX7q+rhV9RVnUv5tD7VuWfYy1+whMiWUrvl7U3QJSJyWcDio9Lq2prqYsZaeTv2Rz24pWGkJ2A==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
208 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
209 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
210 "@jest/console": "^24.7.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
211 "@jest/reporters": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
212 "@jest/test-result": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
213 "@jest/transform": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
214 "@jest/types": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
215 "ansi-escapes": "^3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
216 "chalk": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
217 "exit": "^0.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
218 "graceful-fs": "^4.1.15",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
219 "jest-changed-files": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
220 "jest-config": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
221 "jest-haste-map": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
222 "jest-message-util": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
223 "jest-regex-util": "^24.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
224 "jest-resolve": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
225 "jest-resolve-dependencies": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
226 "jest-runner": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
227 "jest-runtime": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
228 "jest-snapshot": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
229 "jest-util": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
230 "jest-validate": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
231 "jest-watcher": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
232 "micromatch": "^3.1.10",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
233 "p-each-series": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
234 "realpath-native": "^1.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
235 "rimraf": "^2.5.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
236 "slash": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
237 "strip-ansi": "^5.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
238 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
239 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
240 "@jest/environment": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
241 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
242 "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
243 "integrity": "sha512-5A1QluTPhvdIPFYnO3sZC3smkNeXPVELz7ikPbhUj0bQjB07EoE9qtLrem14ZUYWdVayYbsjVwIiL4WBIMV4aQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
244 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
245 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
246 "@jest/fake-timers": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
247 "@jest/transform": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
248 "@jest/types": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
249 "jest-mock": "^24.9.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
250 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
251 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
252 "@jest/fake-timers": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
253 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
254 "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
255 "integrity": "sha512-eWQcNa2YSwzXWIMC5KufBh3oWRIijrQFROsIqt6v/NS9Io/gknw1jsAC9c+ih/RQX4A3O7SeWAhQeN0goKhT9A==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
256 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
257 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
258 "@jest/types": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
259 "jest-message-util": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
260 "jest-mock": "^24.9.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
261 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
262 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
263 "@jest/reporters": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
264 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
265 "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
266 "integrity": "sha512-mu4X0yjaHrffOsWmVLzitKmmmWSQ3GGuefgNscUSWNiUNcEOSEQk9k3pERKEQVBb0Cnn88+UESIsZEMH3o88Gw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
267 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
268 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
269 "@jest/environment": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
270 "@jest/test-result": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
271 "@jest/transform": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
272 "@jest/types": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
273 "chalk": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
274 "exit": "^0.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
275 "glob": "^7.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
276 "istanbul-lib-coverage": "^2.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
277 "istanbul-lib-instrument": "^3.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
278 "istanbul-lib-report": "^2.0.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
279 "istanbul-lib-source-maps": "^3.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
280 "istanbul-reports": "^2.2.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
281 "jest-haste-map": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
282 "jest-resolve": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
283 "jest-runtime": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
284 "jest-util": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
285 "jest-worker": "^24.6.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
286 "node-notifier": "^5.4.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
287 "slash": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
288 "source-map": "^0.6.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
289 "string-length": "^2.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
290 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
291 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
292 "@jest/source-map": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
293 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
294 "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
295 "integrity": "sha512-/Xw7xGlsZb4MJzNDgB7PW5crou5JqWiBQaz6xyPd3ArOg2nfn/PunV8+olXbbEZzNl591o5rWKE9BRDaFAuIBg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
296 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
297 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
298 "callsites": "^3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
299 "graceful-fs": "^4.1.15",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
300 "source-map": "^0.6.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
301 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
302 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
303 "@jest/test-result": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
304 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
305 "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
306 "integrity": "sha512-XEFrHbBonBJ8dGp2JmF8kP/nQI/ImPpygKHwQ/SY+es59Z3L5PI4Qb9TQQMAEeYsThG1xF0k6tmG0tIKATNiiA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
307 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
308 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
309 "@jest/console": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
310 "@jest/types": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
311 "@types/istanbul-lib-coverage": "^2.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
312 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
313 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
314 "@jest/test-sequencer": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
315 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
316 "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
317 "integrity": "sha512-6qqsU4o0kW1dvA95qfNog8v8gkRN9ph6Lz7r96IvZpHdNipP2cBcb07J1Z45mz/VIS01OHJ3pY8T5fUY38tg4A==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
318 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
319 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
320 "@jest/test-result": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
321 "jest-haste-map": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
322 "jest-runner": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
323 "jest-runtime": "^24.9.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
324 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
325 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
326 "@jest/transform": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
327 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
328 "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
329 "integrity": "sha512-TcQUmyNRxV94S0QpMOnZl0++6RMiqpbH/ZMccFB/amku6Uwvyb1cjYX7xkp5nGNkbX4QPH/FcB6q1HBTHynLmQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
330 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
331 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
332 "@babel/core": "^7.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
333 "@jest/types": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
334 "babel-plugin-istanbul": "^5.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
335 "chalk": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
336 "convert-source-map": "^1.4.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
337 "fast-json-stable-stringify": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
338 "graceful-fs": "^4.1.15",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
339 "jest-haste-map": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
340 "jest-regex-util": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
341 "jest-util": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
342 "micromatch": "^3.1.10",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
343 "pirates": "^4.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
344 "realpath-native": "^1.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
345 "slash": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
346 "source-map": "^0.6.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
347 "write-file-atomic": "2.4.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
348 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
349 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
350 "@jest/types": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
351 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
352 "resolved": "https://registry.npmjs.org/@jest/types/-/types-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
353 "integrity": "sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
354 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
355 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
356 "@types/istanbul-lib-coverage": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
357 "@types/istanbul-reports": "^1.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
358 "@types/yargs": "^13.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
359 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
360 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
361 "@polymer/decorators": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
362 "version": "3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
363 "resolved": "https://registry.npmjs.org/@polymer/decorators/-/decorators-3.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
364 "integrity": "sha512-qh+VID9nDV9q3ABvIfWgm7/+udl7v2HKsMLPXFm8tj1fI7qr7yWJMFwS3xWBkMmuNPtmkS8MDP0vqLAQIEOWzg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
365 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
366 "@polymer/polymer": "^3.0.5"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
367 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
368 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
369 "@polymer/polymer": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
370 "version": "3.3.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
371 "resolved": "https://registry.npmjs.org/@polymer/polymer/-/polymer-3.3.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
372 "integrity": "sha512-8KaB48tzyMjdsHdxo5KvCAaqmTe7rYDzQAoj/pyEfq9Fp4YfUaS+/xqwYj0GbiDAUNzwkmEQ7dw9cgnRNdKO8A==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
373 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
374 "@webcomponents/shadycss": "^1.9.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
375 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
376 },
35
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
377 "@rollup/plugin-commonjs": {
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
378 "version": "11.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
379 "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-11.0.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
380 "integrity": "sha512-SaVUoaLDg3KnIXC5IBNIspr1APTYDzk05VaYcI6qz+0XX3ZlSCwAkfAhNSOxfd5GAdcm/63Noi4TowOY9MpcDg==",
35
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
381 "dev": true,
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
382 "requires": {
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
383 "@rollup/pluginutils": "^3.0.0",
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
384 "estree-walker": "^0.6.1",
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
385 "is-reference": "^1.1.2",
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
386 "magic-string": "^0.25.2",
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
387 "resolve": "^1.11.0"
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
388 }
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
389 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
390 "@rollup/plugin-node-resolve": {
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
391 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
392 "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
393 "integrity": "sha512-Cv7PDIvxdE40SWilY5WgZpqfIUEaDxFxs89zCAHjqyRwlTSuql4M5hjIuc5QYJkOH0/vyiyNXKD72O+LhRipGA==",
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
394 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
395 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
396 "@rollup/pluginutils": "^3.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
397 "@types/resolve": "0.0.8",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
398 "builtin-modules": "^3.1.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
399 "is-module": "^1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
400 "resolve": "^1.11.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
401 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
402 },
42
895ae7c5b0f4 don't pile all the deps in our sharable library. other fixes to make it work as a dep.
drewp@bigasterisk.com
parents: 35
diff changeset
403 "@rollup/plugin-replace": {
895ae7c5b0f4 don't pile all the deps in our sharable library. other fixes to make it work as a dep.
drewp@bigasterisk.com
parents: 35
diff changeset
404 "version": "2.3.0",
895ae7c5b0f4 don't pile all the deps in our sharable library. other fixes to make it work as a dep.
drewp@bigasterisk.com
parents: 35
diff changeset
405 "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.3.0.tgz",
895ae7c5b0f4 don't pile all the deps in our sharable library. other fixes to make it work as a dep.
drewp@bigasterisk.com
parents: 35
diff changeset
406 "integrity": "sha512-rzWAMqXAHC1w3eKpK6LxRqiF4f3qVFaa1sGii6Bp3rluKcwHNOpPt+hWRCmAH6SDEPtbPiLFf0pfNQyHs6Btlg==",
895ae7c5b0f4 don't pile all the deps in our sharable library. other fixes to make it work as a dep.
drewp@bigasterisk.com
parents: 35
diff changeset
407 "dev": true,
895ae7c5b0f4 don't pile all the deps in our sharable library. other fixes to make it work as a dep.
drewp@bigasterisk.com
parents: 35
diff changeset
408 "requires": {
895ae7c5b0f4 don't pile all the deps in our sharable library. other fixes to make it work as a dep.
drewp@bigasterisk.com
parents: 35
diff changeset
409 "magic-string": "^0.25.2",
895ae7c5b0f4 don't pile all the deps in our sharable library. other fixes to make it work as a dep.
drewp@bigasterisk.com
parents: 35
diff changeset
410 "rollup-pluginutils": "^2.6.0"
895ae7c5b0f4 don't pile all the deps in our sharable library. other fixes to make it work as a dep.
drewp@bigasterisk.com
parents: 35
diff changeset
411 }
895ae7c5b0f4 don't pile all the deps in our sharable library. other fixes to make it work as a dep.
drewp@bigasterisk.com
parents: 35
diff changeset
412 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
413 "@rollup/pluginutils": {
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
414 "version": "3.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
415 "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.0.2.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
416 "integrity": "sha512-OOpWfnOaveki8sI5MEY20jCxVuKTPpIYRGa5dkN3RwEHX6LZM3HwAsT4yalds5CZAGzkCnbnOUz8rxXIyTm2yQ==",
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
417 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
418 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
419 "estree-walker": "^0.6.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
420 }
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
421 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
422 "@types/babel__core": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
423 "version": "7.1.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
424 "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
425 "integrity": "sha512-8fBo0UR2CcwWxeX7WIIgJ7lXjasFxoYgRnFHUj+hRvKkpiBJbxhdAPTCY6/ZKM0uxANFVzt4yObSLuTiTnazDA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
426 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
427 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
428 "@babel/parser": "^7.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
429 "@babel/types": "^7.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
430 "@types/babel__generator": "*",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
431 "@types/babel__template": "*",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
432 "@types/babel__traverse": "*"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
433 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
434 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
435 "@types/babel__generator": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
436 "version": "7.6.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
437 "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
438 "integrity": "sha512-bBKm+2VPJcMRVwNhxKu8W+5/zT7pwNEqeokFOmbvVSqGzFneNxYcEBro9Ac7/N9tlsaPYnZLK8J1LWKkMsLAew==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
439 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
440 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
441 "@babel/types": "^7.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
442 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
443 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
444 "@types/babel__template": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
445 "version": "7.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
446 "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.0.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
447 "integrity": "sha512-/K6zCpeW7Imzgab2bLkLEbz0+1JlFSrUMdw7KoIIu+IUdu51GWaBZpd3y1VXGVXzynvGa4DaIaxNZHiON3GXUg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
448 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
449 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
450 "@babel/parser": "^7.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
451 "@babel/types": "^7.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
452 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
453 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
454 "@types/babel__traverse": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
455 "version": "7.0.8",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
456 "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.0.8.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
457 "integrity": "sha512-yGeB2dHEdvxjP0y4UbRtQaSkXJ9649fYCmIdRoul5kfAoGCwxuCbMhag0k3RPfnuh9kPGm8x89btcfDEXdVWGw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
458 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
459 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
460 "@babel/types": "^7.3.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
461 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
462 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
463 "@types/cssnano": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
464 "version": "4.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
465 "resolved": "https://registry.npmjs.org/@types/cssnano/-/cssnano-4.0.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
466 "integrity": "sha512-BC/2ibKZfPIaBLBNzkitdW1IvvX/LKW6/QXGc4Su/tAJ7mQ3f2CKBuGCCKaqGAnoKwzfuC7G/recpkARwdOwuA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
467 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
468 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
469 "postcss": "5 - 7"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
470 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
471 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
472 "@types/estree": {
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
473 "version": "0.0.39",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
474 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
475 "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==",
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
476 "dev": true
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
477 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
478 "@types/istanbul-lib-coverage": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
479 "version": "2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
480 "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
481 "integrity": "sha512-hRJD2ahnnpLgsj6KWMYSrmXkM3rm2Dl1qkx6IOFD5FnuNPXJIG5L0dhgKXCYTRMGzU4n0wImQ/xfmRc4POUFlg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
482 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
483 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
484 "@types/istanbul-lib-report": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
485 "version": "1.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
486 "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-1.1.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
487 "integrity": "sha512-3BUTyMzbZa2DtDI2BkERNC6jJw2Mr2Y0oGI7mRxYNBPxppbtEK1F66u3bKwU2g+wxwWI7PAoRpJnOY1grJqzHg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
488 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
489 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
490 "@types/istanbul-lib-coverage": "*"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
491 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
492 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
493 "@types/istanbul-reports": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
494 "version": "1.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
495 "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-1.1.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
496 "integrity": "sha512-UpYjBi8xefVChsCoBpKShdxTllC9pwISirfoZsUa2AAdQg/Jd2KQGtSbw+ya7GPo7x/wAPlH6JBhKhAsXUEZNA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
497 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
498 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
499 "@types/istanbul-lib-coverage": "*",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
500 "@types/istanbul-lib-report": "*"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
501 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
502 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
503 "@types/jest": {
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
504 "version": "24.0.25",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
505 "resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.0.25.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
506 "integrity": "sha512-hnP1WpjN4KbGEK4dLayul6lgtys6FPz0UfxMeMQCv0M+sTnzN3ConfiO72jHgLxl119guHgI8gLqDOrRLsyp2g==",
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
507 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
508 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
509 "jest-diff": "^24.3.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
510 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
511 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
512 "@types/jsonld": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
513 "version": "1.5.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
514 "resolved": "https://registry.npmjs.org/@types/jsonld/-/jsonld-1.5.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
515 "integrity": "sha512-EG2N8JLQ1xDfO6Z/1QRdiUcYX3428CqVRqmY7LyK5or5J1RQ16dpKH6qQ4umVD0vBHU47xHlMeyMbQ6o+6tiYg=="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
516 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
517 "@types/n3": {
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
518 "version": "1.1.3",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
519 "resolved": "https://registry.npmjs.org/@types/n3/-/n3-1.1.3.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
520 "integrity": "sha512-A55mhIyIHQjl0QK6tlD8UTMp9gf4JxfYK7hakhc2Mv/eEwFxu+M0ER4v1Uz0qabI9pWajaYb0z7MGXb6VieacA==",
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
521 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
522 "@types/node": "*",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
523 "@types/rdf-js": "*"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
524 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
525 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
526 "@types/node": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
527 "version": "13.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
528 "resolved": "https://registry.npmjs.org/@types/node/-/node-13.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
529 "integrity": "sha512-zwrxviZS08kRX40nqBrmERElF2vpw4IUTd5khkhBTfFH8AOaeoLVx48EC4+ZzS2/Iga7NevncqnsUSYjM4OWYA=="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
530 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
531 "@types/q": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
532 "version": "1.5.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
533 "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.2.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
534 "integrity": "sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
535 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
536 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
537 "@types/rdf-js": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
538 "version": "2.0.7",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
539 "resolved": "https://registry.npmjs.org/@types/rdf-js/-/rdf-js-2.0.7.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
540 "integrity": "sha512-VJjcUbg+BKJj273lmiO5mqd5A2Eb5HEdd/DJHZP9h4PgLu+BV6/6zs3OcwiK7OCHpMjP5j/SM7gY8hyX0KIw3Q==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
541 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
542 "@types/node": "*"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
543 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
544 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
545 "@types/resolve": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
546 "version": "0.0.8",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
547 "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-0.0.8.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
548 "integrity": "sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
549 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
550 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
551 "@types/node": "*"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
552 }
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
553 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
554 "@types/rollup-plugin-postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
555 "version": "2.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
556 "resolved": "https://registry.npmjs.org/@types/rollup-plugin-postcss/-/rollup-plugin-postcss-2.0.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
557 "integrity": "sha512-lw4LvCcWpQ/Yomb9bxT69uAN5ZfW6nhL9itEu3z0IzsNNqKalwIDo7pEK8jxoiHQmcPaYzayAfo4M1JT/h8crw==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
558 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
559 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
560 "@types/cssnano": "*",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
561 "@types/node": "*",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
562 "rollup": "^0.63.4"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
563 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
564 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
565 "rollup": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
566 "version": "0.63.5",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
567 "resolved": "https://registry.npmjs.org/rollup/-/rollup-0.63.5.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
568 "integrity": "sha512-dFf8LpUNzIj3oE0vCvobX6rqOzHzLBoblyFp+3znPbjiSmSvOoK2kMKx+Fv9jYduG1rvcCfCveSgEaQHjWRF6g==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
569 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
570 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
571 "@types/estree": "0.0.39",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
572 "@types/node": "*"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
573 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
574 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
575 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
576 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
577 "@types/stack-utils": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
578 "version": "1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
579 "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-1.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
580 "integrity": "sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
581 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
582 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
583 "@types/yargs": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
584 "version": "13.0.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
585 "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-13.0.4.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
586 "integrity": "sha512-Ke1WmBbIkVM8bpvsNEcGgQM70XcEh/nbpxQhW7FhrsbCsXSY9BmLB1+LHtD7r9zrsOcFlLiF+a/UeJsdfw3C5A==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
587 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
588 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
589 "@types/yargs-parser": "*"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
590 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
591 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
592 "@types/yargs-parser": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
593 "version": "13.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
594 "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-13.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
595 "integrity": "sha512-gCubfBUZ6KxzoibJ+SCUc/57Ms1jz5NjHe4+dI2krNmU5zCPAphyLJYyTOg06ueIyfj+SaCUqmzun7ImlxDcKg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
596 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
597 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
598 "@webcomponents/shadycss": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
599 "version": "1.9.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
600 "resolved": "https://registry.npmjs.org/@webcomponents/shadycss/-/shadycss-1.9.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
601 "integrity": "sha512-fRuET+UGrH84hG0UF4iHbFqWZKUoan4/ki+iCOJ/vnKltPSHv/ZVbcA6sT/pRreznt8aKEGqN2KdHvgRxn4xjA=="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
602 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
603 "JSONStream": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
604 "version": "1.3.5",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
605 "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
606 "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
607 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
608 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
609 "jsonparse": "^1.2.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
610 "through": ">=2.2.7 <3"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
611 }
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
612 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
613 "abab": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
614 "version": "2.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
615 "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
616 "integrity": "sha512-tsFzPpcttalNjFBCFMqsKYQcWxxen1pgJR56by//QwvJc4/OUS3kPOOttx2tSIfjsylB0pYu7f5D3K1RCxUnUg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
617 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
618 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
619 "abstract-leveldown": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
620 "version": "0.12.4",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
621 "resolved": "https://registry.npmjs.org/abstract-leveldown/-/abstract-leveldown-0.12.4.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
622 "integrity": "sha1-KeGOYy5g5OIh1YECR4UqY9ey5BA=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
623 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
624 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
625 "xtend": "~3.0.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
626 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
627 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
628 "xtend": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
629 "version": "3.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
630 "resolved": "https://registry.npmjs.org/xtend/-/xtend-3.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
631 "integrity": "sha1-XM50B7r2Qsunvs2laBEcST9ZZlo=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
632 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
633 }
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
634 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
635 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
636 "acorn": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
637 "version": "5.7.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
638 "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
639 "integrity": "sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
640 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
641 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
642 "acorn-globals": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
643 "version": "4.3.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
644 "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-4.3.4.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
645 "integrity": "sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH7JOCpP60A==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
646 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
647 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
648 "acorn": "^6.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
649 "acorn-walk": "^6.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
650 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
651 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
652 "acorn": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
653 "version": "6.4.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
654 "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
655 "integrity": "sha512-gac8OEcQ2Li1dxIEWGZzsp2BitJxwkwcOm0zHAJLcPJaVvm58FRnk6RkuLRpU1EujipU2ZFODv2P9DLMfnV8mw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
656 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
657 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
658 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
659 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
660 "acorn-node": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
661 "version": "1.8.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
662 "resolved": "https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
663 "integrity": "sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
664 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
665 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
666 "acorn": "^7.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
667 "acorn-walk": "^7.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
668 "xtend": "^4.0.2"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
669 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
670 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
671 "acorn": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
672 "version": "7.1.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
673 "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
674 "integrity": "sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
675 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
676 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
677 "acorn-walk": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
678 "version": "7.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
679 "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
680 "integrity": "sha512-7Bv1We7ZGuU79zZbb6rRqcpxo3OY+zrdtloZWoyD8fmGX+FeXRjE+iuGkZjSXLVovLzrsvMGMy0EkwA0E0umxg==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
681 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
682 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
683 "xtend": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
684 "version": "4.0.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
685 "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
686 "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
687 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
688 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
689 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
690 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
691 "acorn-walk": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
692 "version": "6.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
693 "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-6.2.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
694 "integrity": "sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
695 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
696 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
697 "ajv": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
698 "version": "6.10.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
699 "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
700 "integrity": "sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
701 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
702 "fast-deep-equal": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
703 "fast-json-stable-stringify": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
704 "json-schema-traverse": "^0.4.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
705 "uri-js": "^4.2.2"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
706 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
707 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
708 "alphanum-sort": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
709 "version": "1.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
710 "resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
711 "integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
712 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
713 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
714 "ansi-escapes": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
715 "version": "3.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
716 "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
717 "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
718 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
719 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
720 "ansi-regex": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
721 "version": "4.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
722 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
723 "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
724 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
725 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
726 "ansi-styles": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
727 "version": "3.2.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
728 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
729 "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
730 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
731 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
732 "color-convert": "^1.9.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
733 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
734 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
735 "anymatch": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
736 "version": "2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
737 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
738 "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
739 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
740 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
741 "micromatch": "^3.1.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
742 "normalize-path": "^2.1.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
743 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
744 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
745 "argparse": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
746 "version": "1.0.10",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
747 "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
748 "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
749 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
750 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
751 "sprintf-js": "~1.0.2"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
752 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
753 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
754 "arr-diff": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
755 "version": "4.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
756 "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
757 "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
758 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
759 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
760 "arr-flatten": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
761 "version": "1.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
762 "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
763 "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
764 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
765 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
766 "arr-union": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
767 "version": "3.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
768 "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
769 "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
770 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
771 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
772 "array-equal": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
773 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
774 "resolved": "https://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
775 "integrity": "sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
776 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
777 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
778 "array-unique": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
779 "version": "0.3.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
780 "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
781 "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
782 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
783 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
784 "asn1": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
785 "version": "0.2.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
786 "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
787 "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
788 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
789 "safer-buffer": "~2.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
790 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
791 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
792 "asn1.js": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
793 "version": "4.10.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
794 "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
795 "integrity": "sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
796 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
797 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
798 "bn.js": "^4.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
799 "inherits": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
800 "minimalistic-assert": "^1.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
801 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
802 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
803 "assert": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
804 "version": "1.5.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
805 "resolved": "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
806 "integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
807 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
808 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
809 "object-assign": "^4.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
810 "util": "0.10.3"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
811 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
812 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
813 "inherits": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
814 "version": "2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
815 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
816 "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
817 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
818 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
819 "util": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
820 "version": "0.10.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
821 "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
822 "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
823 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
824 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
825 "inherits": "2.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
826 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
827 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
828 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
829 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
830 "assert-plus": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
831 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
832 "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
833 "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
834 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
835 "assign-symbols": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
836 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
837 "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
838 "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
839 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
840 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
841 "astral-regex": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
842 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
843 "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
844 "integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
845 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
846 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
847 "async-each": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
848 "version": "1.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
849 "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
850 "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==",
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
851 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
852 "optional": true
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
853 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
854 "async-limiter": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
855 "version": "1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
856 "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
857 "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
858 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
859 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
860 "asynckit": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
861 "version": "0.4.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
862 "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
863 "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
864 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
865 "atob": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
866 "version": "2.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
867 "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
868 "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
869 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
870 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
871 "aws-sign2": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
872 "version": "0.7.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
873 "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
874 "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
875 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
876 "aws4": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
877 "version": "1.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
878 "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
879 "integrity": "sha512-Uvq6hVe90D0B2WEnUqtdgY1bATGz3mw33nH9Y+dmA+w5DHvUmBgkr5rM/KCHpCsiFNRUfokW/szpPPgMK2hm4A=="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
880 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
881 "babel-cli": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
882 "version": "6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
883 "resolved": "https://registry.npmjs.org/babel-cli/-/babel-cli-6.26.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
884 "integrity": "sha1-UCq1SHTX24itALiHoGODzgPQAvE=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
885 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
886 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
887 "babel-core": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
888 "babel-polyfill": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
889 "babel-register": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
890 "babel-runtime": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
891 "chokidar": "^1.6.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
892 "commander": "^2.11.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
893 "convert-source-map": "^1.5.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
894 "fs-readdir-recursive": "^1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
895 "glob": "^7.1.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
896 "lodash": "^4.17.4",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
897 "output-file-sync": "^1.1.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
898 "path-is-absolute": "^1.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
899 "slash": "^1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
900 "source-map": "^0.5.6",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
901 "v8flags": "^2.1.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
902 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
903 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
904 "slash": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
905 "version": "1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
906 "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
907 "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
908 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
909 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
910 "source-map": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
911 "version": "0.5.7",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
912 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
913 "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
914 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
915 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
916 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
917 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
918 "babel-code-frame": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
919 "version": "6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
920 "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
921 "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
922 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
923 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
924 "chalk": "^1.1.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
925 "esutils": "^2.0.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
926 "js-tokens": "^3.0.2"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
927 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
928 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
929 "ansi-regex": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
930 "version": "2.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
931 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
932 "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
933 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
934 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
935 "ansi-styles": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
936 "version": "2.2.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
937 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
938 "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
939 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
940 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
941 "chalk": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
942 "version": "1.1.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
943 "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
944 "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
945 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
946 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
947 "ansi-styles": "^2.2.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
948 "escape-string-regexp": "^1.0.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
949 "has-ansi": "^2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
950 "strip-ansi": "^3.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
951 "supports-color": "^2.0.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
952 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
953 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
954 "js-tokens": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
955 "version": "3.0.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
956 "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
957 "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
958 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
959 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
960 "strip-ansi": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
961 "version": "3.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
962 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
963 "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
964 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
965 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
966 "ansi-regex": "^2.0.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
967 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
968 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
969 "supports-color": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
970 "version": "2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
971 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
972 "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
973 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
974 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
975 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
976 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
977 "babel-core": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
978 "version": "6.26.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
979 "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.26.3.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
980 "integrity": "sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
981 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
982 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
983 "babel-code-frame": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
984 "babel-generator": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
985 "babel-helpers": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
986 "babel-messages": "^6.23.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
987 "babel-register": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
988 "babel-runtime": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
989 "babel-template": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
990 "babel-traverse": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
991 "babel-types": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
992 "babylon": "^6.18.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
993 "convert-source-map": "^1.5.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
994 "debug": "^2.6.9",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
995 "json5": "^0.5.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
996 "lodash": "^4.17.4",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
997 "minimatch": "^3.0.4",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
998 "path-is-absolute": "^1.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
999 "private": "^0.1.8",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1000 "slash": "^1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1001 "source-map": "^0.5.7"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1002 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1003 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1004 "debug": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1005 "version": "2.6.9",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1006 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1007 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1008 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1009 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1010 "ms": "2.0.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1011 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1012 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1013 "json5": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1014 "version": "0.5.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1015 "resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1016 "integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1017 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1018 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1019 "ms": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1020 "version": "2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1021 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1022 "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1023 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1024 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1025 "slash": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1026 "version": "1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1027 "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1028 "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1029 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1030 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1031 "source-map": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1032 "version": "0.5.7",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1033 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1034 "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1035 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1036 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1037 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1038 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1039 "babel-generator": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1040 "version": "6.26.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1041 "resolved": "https://registry.npmjs.org/babel-generator/-/babel-generator-6.26.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1042 "integrity": "sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1043 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1044 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1045 "babel-messages": "^6.23.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1046 "babel-runtime": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1047 "babel-types": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1048 "detect-indent": "^4.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1049 "jsesc": "^1.3.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1050 "lodash": "^4.17.4",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1051 "source-map": "^0.5.7",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1052 "trim-right": "^1.0.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1053 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1054 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1055 "jsesc": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1056 "version": "1.3.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1057 "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1058 "integrity": "sha1-RsP+yMGJKxKwgz25vHYiF226s0s=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1059 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1060 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1061 "source-map": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1062 "version": "0.5.7",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1063 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1064 "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1065 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1066 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1067 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1068 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1069 "babel-helper-bindify-decorators": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1070 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1071 "resolved": "https://registry.npmjs.org/babel-helper-bindify-decorators/-/babel-helper-bindify-decorators-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1072 "integrity": "sha1-FMGeXxQte0fxmlJDHlKxzLxAozA=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1073 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1074 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1075 "babel-runtime": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1076 "babel-traverse": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1077 "babel-types": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1078 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1079 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1080 "babel-helper-builder-binary-assignment-operator-visitor": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1081 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1082 "resolved": "https://registry.npmjs.org/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1083 "integrity": "sha1-zORReto1b0IgvK6KAsKzRvmlZmQ=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1084 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1085 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1086 "babel-helper-explode-assignable-expression": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1087 "babel-runtime": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1088 "babel-types": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1089 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1090 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1091 "babel-helper-call-delegate": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1092 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1093 "resolved": "https://registry.npmjs.org/babel-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1094 "integrity": "sha1-7Oaqzdx25Bw0YfiL/Fdb0Nqi340=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1095 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1096 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1097 "babel-helper-hoist-variables": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1098 "babel-runtime": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1099 "babel-traverse": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1100 "babel-types": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1101 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1102 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1103 "babel-helper-define-map": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1104 "version": "6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1105 "resolved": "https://registry.npmjs.org/babel-helper-define-map/-/babel-helper-define-map-6.26.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1106 "integrity": "sha1-pfVtq0GiX5fstJjH66ypgZ+Vvl8=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1107 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1108 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1109 "babel-helper-function-name": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1110 "babel-runtime": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1111 "babel-types": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1112 "lodash": "^4.17.4"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1113 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1114 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1115 "babel-helper-explode-assignable-expression": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1116 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1117 "resolved": "https://registry.npmjs.org/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1118 "integrity": "sha1-8luCz33BBDPFX3BZLVdGQArCLKo=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1119 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1120 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1121 "babel-runtime": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1122 "babel-traverse": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1123 "babel-types": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1124 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1125 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1126 "babel-helper-explode-class": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1127 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1128 "resolved": "https://registry.npmjs.org/babel-helper-explode-class/-/babel-helper-explode-class-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1129 "integrity": "sha1-fcKjkQ3uAHBW4eMdZAztPVTqqes=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1130 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1131 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1132 "babel-helper-bindify-decorators": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1133 "babel-runtime": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1134 "babel-traverse": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1135 "babel-types": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1136 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1137 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1138 "babel-helper-function-name": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1139 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1140 "resolved": "https://registry.npmjs.org/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1141 "integrity": "sha1-00dbjAPtmCQqJbSDUasYOZ01gKk=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1142 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1143 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1144 "babel-helper-get-function-arity": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1145 "babel-runtime": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1146 "babel-template": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1147 "babel-traverse": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1148 "babel-types": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1149 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1150 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1151 "babel-helper-get-function-arity": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1152 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1153 "resolved": "https://registry.npmjs.org/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1154 "integrity": "sha1-j3eCqpNAfEHTqlCQj4mwMbG2hT0=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1155 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1156 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1157 "babel-runtime": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1158 "babel-types": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1159 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1160 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1161 "babel-helper-hoist-variables": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1162 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1163 "resolved": "https://registry.npmjs.org/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1164 "integrity": "sha1-HssnaJydJVE+rbyZFKc/VAi+enY=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1165 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1166 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1167 "babel-runtime": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1168 "babel-types": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1169 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1170 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1171 "babel-helper-optimise-call-expression": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1172 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1173 "resolved": "https://registry.npmjs.org/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1174 "integrity": "sha1-96E0J7qfc/j0+pk8VKl4gtEkQlc=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1175 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1176 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1177 "babel-runtime": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1178 "babel-types": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1179 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1180 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1181 "babel-helper-regex": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1182 "version": "6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1183 "resolved": "https://registry.npmjs.org/babel-helper-regex/-/babel-helper-regex-6.26.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1184 "integrity": "sha1-MlxZ+QL4LyS3T6zu0DY5VPZJXnI=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1185 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1186 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1187 "babel-runtime": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1188 "babel-types": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1189 "lodash": "^4.17.4"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1190 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1191 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1192 "babel-helper-remap-async-to-generator": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1193 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1194 "resolved": "https://registry.npmjs.org/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1195 "integrity": "sha1-XsWBgnrXI/7N04HxySg5BnbkVRs=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1196 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1197 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1198 "babel-helper-function-name": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1199 "babel-runtime": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1200 "babel-template": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1201 "babel-traverse": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1202 "babel-types": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1203 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1204 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1205 "babel-helper-replace-supers": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1206 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1207 "resolved": "https://registry.npmjs.org/babel-helper-replace-supers/-/babel-helper-replace-supers-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1208 "integrity": "sha1-v22/5Dk40XNpohPKiov3S2qQqxo=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1209 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1210 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1211 "babel-helper-optimise-call-expression": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1212 "babel-messages": "^6.23.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1213 "babel-runtime": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1214 "babel-template": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1215 "babel-traverse": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1216 "babel-types": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1217 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1218 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1219 "babel-helpers": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1220 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1221 "resolved": "https://registry.npmjs.org/babel-helpers/-/babel-helpers-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1222 "integrity": "sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1223 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1224 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1225 "babel-runtime": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1226 "babel-template": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1227 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1228 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1229 "babel-jest": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1230 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1231 "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1232 "integrity": "sha512-ntuddfyiN+EhMw58PTNL1ph4C9rECiQXjI4nMMBKBaNjXvqLdkXpPRcMSr4iyBrJg/+wz9brFUD6RhOAT6r4Iw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1233 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1234 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1235 "@jest/transform": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1236 "@jest/types": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1237 "@types/babel__core": "^7.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1238 "babel-plugin-istanbul": "^5.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1239 "babel-preset-jest": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1240 "chalk": "^2.4.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1241 "slash": "^2.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1242 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1243 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1244 "babel-messages": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1245 "version": "6.23.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1246 "resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.23.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1247 "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1248 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1249 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1250 "babel-runtime": "^6.22.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1251 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1252 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1253 "babel-plugin-check-es2015-constants": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1254 "version": "6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1255 "resolved": "https://registry.npmjs.org/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1256 "integrity": "sha1-NRV7EBQm/S/9PaP3XH0ekYNbv4o=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1257 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1258 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1259 "babel-runtime": "^6.22.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1260 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1261 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1262 "babel-plugin-istanbul": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1263 "version": "5.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1264 "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-5.2.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1265 "integrity": "sha512-5LphC0USA8t4i1zCtjbbNb6jJj/9+X6P37Qfirc/70EQ34xKlMW+a1RHGwxGI+SwWpNwZ27HqvzAobeqaXwiZw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1266 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1267 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1268 "@babel/helper-plugin-utils": "^7.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1269 "find-up": "^3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1270 "istanbul-lib-instrument": "^3.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1271 "test-exclude": "^5.2.3"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1272 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1273 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1274 "babel-plugin-jest-hoist": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1275 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1276 "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1277 "integrity": "sha512-2EMA2P8Vp7lG0RAzr4HXqtYwacfMErOuv1U3wrvxHX6rD1sV6xS3WXG3r8TRQ2r6w8OhvSdWt+z41hQNwNm3Xw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1278 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1279 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1280 "@types/babel__traverse": "^7.0.6"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1281 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1282 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1283 "babel-plugin-module-resolver": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1284 "version": "2.7.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1285 "resolved": "https://registry.npmjs.org/babel-plugin-module-resolver/-/babel-plugin-module-resolver-2.7.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1286 "integrity": "sha1-GL48Qt31n3pFbJ4FEs2ROU9uS+E=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1287 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1288 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1289 "find-babel-config": "^1.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1290 "glob": "^7.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1291 "resolve": "^1.2.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1292 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1293 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1294 "babel-plugin-syntax-async-functions": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1295 "version": "6.13.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1296 "resolved": "https://registry.npmjs.org/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1297 "integrity": "sha1-ytnK0RkbWtY0vzCuCHI5HgZHvpU=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1298 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1299 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1300 "babel-plugin-syntax-async-generators": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1301 "version": "6.13.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1302 "resolved": "https://registry.npmjs.org/babel-plugin-syntax-async-generators/-/babel-plugin-syntax-async-generators-6.13.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1303 "integrity": "sha1-a8lj67FuzLrmuStZbrfzXDQqi5o=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1304 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1305 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1306 "babel-plugin-syntax-class-constructor-call": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1307 "version": "6.18.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1308 "resolved": "https://registry.npmjs.org/babel-plugin-syntax-class-constructor-call/-/babel-plugin-syntax-class-constructor-call-6.18.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1309 "integrity": "sha1-nLnTn+Q8hgC+yBRkVt3L1OGnZBY=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1310 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1311 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1312 "babel-plugin-syntax-class-properties": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1313 "version": "6.13.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1314 "resolved": "https://registry.npmjs.org/babel-plugin-syntax-class-properties/-/babel-plugin-syntax-class-properties-6.13.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1315 "integrity": "sha1-1+sjt5oxf4VDlixQW4J8fWysJ94=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1316 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1317 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1318 "babel-plugin-syntax-decorators": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1319 "version": "6.13.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1320 "resolved": "https://registry.npmjs.org/babel-plugin-syntax-decorators/-/babel-plugin-syntax-decorators-6.13.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1321 "integrity": "sha1-MSVjtNvePMgGzuPkFszurd0RrAs=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1322 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1323 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1324 "babel-plugin-syntax-do-expressions": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1325 "version": "6.13.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1326 "resolved": "https://registry.npmjs.org/babel-plugin-syntax-do-expressions/-/babel-plugin-syntax-do-expressions-6.13.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1327 "integrity": "sha1-V0d1YTmqJtOQ0JQQsDdEugfkeW0=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1328 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1329 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1330 "babel-plugin-syntax-dynamic-import": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1331 "version": "6.18.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1332 "resolved": "https://registry.npmjs.org/babel-plugin-syntax-dynamic-import/-/babel-plugin-syntax-dynamic-import-6.18.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1333 "integrity": "sha1-jWomIpyDdFqZgqRBBRVyyqF5sdo=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1334 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1335 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1336 "babel-plugin-syntax-exponentiation-operator": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1337 "version": "6.13.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1338 "resolved": "https://registry.npmjs.org/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1339 "integrity": "sha1-nufoM3KQ2pUoggGmpX9BcDF4MN4=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1340 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1341 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1342 "babel-plugin-syntax-export-extensions": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1343 "version": "6.13.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1344 "resolved": "https://registry.npmjs.org/babel-plugin-syntax-export-extensions/-/babel-plugin-syntax-export-extensions-6.13.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1345 "integrity": "sha1-cKFITw+QiaToStRLrDU8lbmxJyE=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1346 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1347 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1348 "babel-plugin-syntax-function-bind": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1349 "version": "6.13.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1350 "resolved": "https://registry.npmjs.org/babel-plugin-syntax-function-bind/-/babel-plugin-syntax-function-bind-6.13.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1351 "integrity": "sha1-SMSV8Xe98xqYHnMvVa3AvdJgH0Y=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1352 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1353 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1354 "babel-plugin-syntax-object-rest-spread": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1355 "version": "6.13.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1356 "resolved": "https://registry.npmjs.org/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1357 "integrity": "sha1-/WU28rzhODb/o6VFjEkDpZe7O/U=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1358 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1359 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1360 "babel-plugin-syntax-trailing-function-commas": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1361 "version": "6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1362 "resolved": "https://registry.npmjs.org/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1363 "integrity": "sha1-ugNgk3+NBuQBgKQ/4NVhb/9TLPM=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1364 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1365 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1366 "babel-plugin-transform-async-generator-functions": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1367 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1368 "resolved": "https://registry.npmjs.org/babel-plugin-transform-async-generator-functions/-/babel-plugin-transform-async-generator-functions-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1369 "integrity": "sha1-8FiQAUX9PpkHpt3yjaWfIVJYpds=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1370 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1371 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1372 "babel-helper-remap-async-to-generator": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1373 "babel-plugin-syntax-async-generators": "^6.5.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1374 "babel-runtime": "^6.22.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1375 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1376 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1377 "babel-plugin-transform-async-to-generator": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1378 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1379 "resolved": "https://registry.npmjs.org/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1380 "integrity": "sha1-ZTbjeK/2yx1VF6wOQOs+n8jQh2E=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1381 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1382 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1383 "babel-helper-remap-async-to-generator": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1384 "babel-plugin-syntax-async-functions": "^6.8.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1385 "babel-runtime": "^6.22.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1386 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1387 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1388 "babel-plugin-transform-class-constructor-call": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1389 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1390 "resolved": "https://registry.npmjs.org/babel-plugin-transform-class-constructor-call/-/babel-plugin-transform-class-constructor-call-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1391 "integrity": "sha1-gNwoVQWsBn3LjWxl4vbxGrd2Xvk=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1392 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1393 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1394 "babel-plugin-syntax-class-constructor-call": "^6.18.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1395 "babel-runtime": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1396 "babel-template": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1397 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1398 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1399 "babel-plugin-transform-class-properties": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1400 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1401 "resolved": "https://registry.npmjs.org/babel-plugin-transform-class-properties/-/babel-plugin-transform-class-properties-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1402 "integrity": "sha1-anl2PqYdM9NvN7YRqp3vgagbRqw=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1403 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1404 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1405 "babel-helper-function-name": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1406 "babel-plugin-syntax-class-properties": "^6.8.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1407 "babel-runtime": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1408 "babel-template": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1409 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1410 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1411 "babel-plugin-transform-decorators": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1412 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1413 "resolved": "https://registry.npmjs.org/babel-plugin-transform-decorators/-/babel-plugin-transform-decorators-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1414 "integrity": "sha1-eIAT2PjGtSIr33s0Q5Df13Vp4k0=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1415 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1416 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1417 "babel-helper-explode-class": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1418 "babel-plugin-syntax-decorators": "^6.13.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1419 "babel-runtime": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1420 "babel-template": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1421 "babel-types": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1422 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1423 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1424 "babel-plugin-transform-do-expressions": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1425 "version": "6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1426 "resolved": "https://registry.npmjs.org/babel-plugin-transform-do-expressions/-/babel-plugin-transform-do-expressions-6.22.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1427 "integrity": "sha1-KMyvkoEtlJws0SgfaQyP3EaK6bs=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1428 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1429 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1430 "babel-plugin-syntax-do-expressions": "^6.8.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1431 "babel-runtime": "^6.22.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1432 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1433 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1434 "babel-plugin-transform-es2015-arrow-functions": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1435 "version": "6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1436 "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1437 "integrity": "sha1-RSaSy3EdX3ncf4XkQM5BufJE0iE=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1438 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1439 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1440 "babel-runtime": "^6.22.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1441 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1442 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1443 "babel-plugin-transform-es2015-block-scoped-functions": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1444 "version": "6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1445 "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.22.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1446 "integrity": "sha1-u8UbSflk1wy42OC5ToICRs46YUE=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1447 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1448 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1449 "babel-runtime": "^6.22.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1450 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1451 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1452 "babel-plugin-transform-es2015-block-scoping": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1453 "version": "6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1454 "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.26.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1455 "integrity": "sha1-1w9SmcEwjQXBL0Y4E7CgnnOxiV8=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1456 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1457 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1458 "babel-runtime": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1459 "babel-template": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1460 "babel-traverse": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1461 "babel-types": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1462 "lodash": "^4.17.4"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1463 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1464 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1465 "babel-plugin-transform-es2015-classes": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1466 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1467 "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1468 "integrity": "sha1-WkxYpQyclGHlZLSyo7+ryXolhNs=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1469 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1470 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1471 "babel-helper-define-map": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1472 "babel-helper-function-name": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1473 "babel-helper-optimise-call-expression": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1474 "babel-helper-replace-supers": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1475 "babel-messages": "^6.23.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1476 "babel-runtime": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1477 "babel-template": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1478 "babel-traverse": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1479 "babel-types": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1480 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1481 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1482 "babel-plugin-transform-es2015-computed-properties": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1483 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1484 "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1485 "integrity": "sha1-b+Ko0WiV1WNPTNmZttNICjCBWbM=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1486 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1487 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1488 "babel-runtime": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1489 "babel-template": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1490 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1491 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1492 "babel-plugin-transform-es2015-destructuring": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1493 "version": "6.23.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1494 "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.23.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1495 "integrity": "sha1-mXux8auWf2gtKwh2/jWNYOdlxW0=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1496 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1497 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1498 "babel-runtime": "^6.22.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1499 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1500 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1501 "babel-plugin-transform-es2015-duplicate-keys": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1502 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1503 "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1504 "integrity": "sha1-c+s9MQypaePvnskcU3QabxV2Qj4=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1505 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1506 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1507 "babel-runtime": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1508 "babel-types": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1509 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1510 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1511 "babel-plugin-transform-es2015-for-of": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1512 "version": "6.23.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1513 "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.23.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1514 "integrity": "sha1-9HyVsrYT3x0+zC/bdXNiPHUkhpE=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1515 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1516 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1517 "babel-runtime": "^6.22.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1518 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1519 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1520 "babel-plugin-transform-es2015-function-name": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1521 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1522 "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1523 "integrity": "sha1-g0yJhTvDaxrw86TF26qU/Y6sqos=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1524 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1525 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1526 "babel-helper-function-name": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1527 "babel-runtime": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1528 "babel-types": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1529 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1530 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1531 "babel-plugin-transform-es2015-literals": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1532 "version": "6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1533 "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.22.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1534 "integrity": "sha1-T1SgLWzWbPkVKAAZox0xklN3yi4=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1535 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1536 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1537 "babel-runtime": "^6.22.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1538 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1539 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1540 "babel-plugin-transform-es2015-modules-amd": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1541 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1542 "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1543 "integrity": "sha1-Oz5UAXI5hC1tGcMBHEvS8AoA0VQ=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1544 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1545 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1546 "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1547 "babel-runtime": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1548 "babel-template": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1549 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1550 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1551 "babel-plugin-transform-es2015-modules-commonjs": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1552 "version": "6.26.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1553 "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1554 "integrity": "sha512-CV9ROOHEdrjcwhIaJNBGMBCodN+1cfkwtM1SbUHmvyy35KGT7fohbpOxkE2uLz1o6odKK2Ck/tz47z+VqQfi9Q==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1555 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1556 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1557 "babel-plugin-transform-strict-mode": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1558 "babel-runtime": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1559 "babel-template": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1560 "babel-types": "^6.26.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1561 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1562 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1563 "babel-plugin-transform-es2015-modules-systemjs": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1564 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1565 "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1566 "integrity": "sha1-/4mhQrkRmpBhlfXxBuzzBdlAfSM=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1567 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1568 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1569 "babel-helper-hoist-variables": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1570 "babel-runtime": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1571 "babel-template": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1572 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1573 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1574 "babel-plugin-transform-es2015-modules-umd": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1575 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1576 "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1577 "integrity": "sha1-rJl+YoXNGO1hdq22B9YCNErThGg=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1578 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1579 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1580 "babel-plugin-transform-es2015-modules-amd": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1581 "babel-runtime": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1582 "babel-template": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1583 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1584 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1585 "babel-plugin-transform-es2015-object-super": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1586 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1587 "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1588 "integrity": "sha1-JM72muIcuDp/hgPa0CH1cusnj40=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1589 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1590 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1591 "babel-helper-replace-supers": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1592 "babel-runtime": "^6.22.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1593 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1594 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1595 "babel-plugin-transform-es2015-parameters": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1596 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1597 "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1598 "integrity": "sha1-V6w1GrScrxSpfNE7CfZv3wpiXys=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1599 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1600 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1601 "babel-helper-call-delegate": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1602 "babel-helper-get-function-arity": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1603 "babel-runtime": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1604 "babel-template": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1605 "babel-traverse": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1606 "babel-types": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1607 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1608 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1609 "babel-plugin-transform-es2015-shorthand-properties": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1610 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1611 "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1612 "integrity": "sha1-JPh11nIch2YbvZmkYi5R8U3jiqA=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1613 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1614 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1615 "babel-runtime": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1616 "babel-types": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1617 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1618 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1619 "babel-plugin-transform-es2015-spread": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1620 "version": "6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1621 "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.22.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1622 "integrity": "sha1-1taKmfia7cRTbIGlQujdnxdG+NE=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1623 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1624 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1625 "babel-runtime": "^6.22.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1626 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1627 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1628 "babel-plugin-transform-es2015-sticky-regex": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1629 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1630 "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1631 "integrity": "sha1-AMHNsaynERLN8M9hJsLta0V8zbw=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1632 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1633 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1634 "babel-helper-regex": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1635 "babel-runtime": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1636 "babel-types": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1637 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1638 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1639 "babel-plugin-transform-es2015-template-literals": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1640 "version": "6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1641 "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.22.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1642 "integrity": "sha1-qEs0UPfp+PH2g51taH2oS7EjbY0=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1643 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1644 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1645 "babel-runtime": "^6.22.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1646 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1647 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1648 "babel-plugin-transform-es2015-typeof-symbol": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1649 "version": "6.23.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1650 "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1651 "integrity": "sha1-3sCfHN3/lLUqxz1QXITfWdzOs3I=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1652 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1653 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1654 "babel-runtime": "^6.22.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1655 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1656 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1657 "babel-plugin-transform-es2015-unicode-regex": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1658 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1659 "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1660 "integrity": "sha1-04sS9C6nMj9yk4fxinxa4frrNek=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1661 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1662 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1663 "babel-helper-regex": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1664 "babel-runtime": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1665 "regexpu-core": "^2.0.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1666 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1667 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1668 "babel-plugin-transform-exponentiation-operator": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1669 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1670 "resolved": "https://registry.npmjs.org/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1671 "integrity": "sha1-KrDJx/MJj6SJB3cruBP+QejeOg4=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1672 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1673 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1674 "babel-helper-builder-binary-assignment-operator-visitor": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1675 "babel-plugin-syntax-exponentiation-operator": "^6.8.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1676 "babel-runtime": "^6.22.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1677 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1678 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1679 "babel-plugin-transform-export-extensions": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1680 "version": "6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1681 "resolved": "https://registry.npmjs.org/babel-plugin-transform-export-extensions/-/babel-plugin-transform-export-extensions-6.22.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1682 "integrity": "sha1-U3OLR+deghhYnuqUbLvTkQm75lM=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1683 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1684 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1685 "babel-plugin-syntax-export-extensions": "^6.8.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1686 "babel-runtime": "^6.22.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1687 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1688 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1689 "babel-plugin-transform-function-bind": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1690 "version": "6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1691 "resolved": "https://registry.npmjs.org/babel-plugin-transform-function-bind/-/babel-plugin-transform-function-bind-6.22.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1692 "integrity": "sha1-xvuOlqwpajELjPjqQBRiQH3fapc=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1693 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1694 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1695 "babel-plugin-syntax-function-bind": "^6.8.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1696 "babel-runtime": "^6.22.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1697 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1698 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1699 "babel-plugin-transform-object-rest-spread": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1700 "version": "6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1701 "resolved": "https://registry.npmjs.org/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.26.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1702 "integrity": "sha1-DzZpLVD+9rfi1LOsFHgTepY7ewY=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1703 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1704 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1705 "babel-plugin-syntax-object-rest-spread": "^6.8.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1706 "babel-runtime": "^6.26.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1707 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1708 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1709 "babel-plugin-transform-regenerator": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1710 "version": "6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1711 "resolved": "https://registry.npmjs.org/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.26.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1712 "integrity": "sha1-4HA2lvveJ/Cj78rPi03KL3s6jy8=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1713 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1714 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1715 "regenerator-transform": "^0.10.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1716 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1717 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1718 "babel-plugin-transform-strict-mode": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1719 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1720 "resolved": "https://registry.npmjs.org/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1721 "integrity": "sha1-1fr3qleKZbvlkc9e2uBKDGcCB1g=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1722 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1723 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1724 "babel-runtime": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1725 "babel-types": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1726 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1727 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1728 "babel-polyfill": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1729 "version": "6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1730 "resolved": "https://registry.npmjs.org/babel-polyfill/-/babel-polyfill-6.26.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1731 "integrity": "sha1-N5k3q8Z9eJWXCtxiHyhM2WbPIVM=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1732 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1733 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1734 "babel-runtime": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1735 "core-js": "^2.5.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1736 "regenerator-runtime": "^0.10.5"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1737 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1738 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1739 "regenerator-runtime": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1740 "version": "0.10.5",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1741 "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1742 "integrity": "sha1-M2w+/BIgrc7dosn6tntaeVWjNlg=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1743 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1744 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1745 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1746 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1747 "babel-preset-es2015": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1748 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1749 "resolved": "https://registry.npmjs.org/babel-preset-es2015/-/babel-preset-es2015-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1750 "integrity": "sha1-1EBQ1rwsn+6nAqrzjXJ6AhBTiTk=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1751 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1752 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1753 "babel-plugin-check-es2015-constants": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1754 "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1755 "babel-plugin-transform-es2015-block-scoped-functions": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1756 "babel-plugin-transform-es2015-block-scoping": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1757 "babel-plugin-transform-es2015-classes": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1758 "babel-plugin-transform-es2015-computed-properties": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1759 "babel-plugin-transform-es2015-destructuring": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1760 "babel-plugin-transform-es2015-duplicate-keys": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1761 "babel-plugin-transform-es2015-for-of": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1762 "babel-plugin-transform-es2015-function-name": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1763 "babel-plugin-transform-es2015-literals": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1764 "babel-plugin-transform-es2015-modules-amd": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1765 "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1766 "babel-plugin-transform-es2015-modules-systemjs": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1767 "babel-plugin-transform-es2015-modules-umd": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1768 "babel-plugin-transform-es2015-object-super": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1769 "babel-plugin-transform-es2015-parameters": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1770 "babel-plugin-transform-es2015-shorthand-properties": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1771 "babel-plugin-transform-es2015-spread": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1772 "babel-plugin-transform-es2015-sticky-regex": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1773 "babel-plugin-transform-es2015-template-literals": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1774 "babel-plugin-transform-es2015-typeof-symbol": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1775 "babel-plugin-transform-es2015-unicode-regex": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1776 "babel-plugin-transform-regenerator": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1777 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1778 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1779 "babel-preset-es2016": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1780 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1781 "resolved": "https://registry.npmjs.org/babel-preset-es2016/-/babel-preset-es2016-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1782 "integrity": "sha1-+QC/k+LrwNJ235uKtZck6/2Vn4s=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1783 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1784 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1785 "babel-plugin-transform-exponentiation-operator": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1786 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1787 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1788 "babel-preset-es2017": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1789 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1790 "resolved": "https://registry.npmjs.org/babel-preset-es2017/-/babel-preset-es2017-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1791 "integrity": "sha1-WXvq37n38gi8/YoS6bKym4svFNE=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1792 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1793 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1794 "babel-plugin-syntax-trailing-function-commas": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1795 "babel-plugin-transform-async-to-generator": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1796 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1797 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1798 "babel-preset-jest": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1799 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1800 "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1801 "integrity": "sha512-izTUuhE4TMfTRPF92fFwD2QfdXaZW08qvWTFCI51V8rW5x00UuPgc3ajRoWofXOuxjfcOM5zzSYsQS3H8KGCAg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1802 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1803 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1804 "@babel/plugin-syntax-object-rest-spread": "^7.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1805 "babel-plugin-jest-hoist": "^24.9.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1806 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1807 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1808 "babel-preset-latest": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1809 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1810 "resolved": "https://registry.npmjs.org/babel-preset-latest/-/babel-preset-latest-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1811 "integrity": "sha1-Z33gaRVKdIXC0lxXfAL2JLhbheg=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1812 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1813 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1814 "babel-preset-es2015": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1815 "babel-preset-es2016": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1816 "babel-preset-es2017": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1817 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1818 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1819 "babel-preset-stage-0": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1820 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1821 "resolved": "https://registry.npmjs.org/babel-preset-stage-0/-/babel-preset-stage-0-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1822 "integrity": "sha1-VkLRUEL5E4TX5a+LyIsduVsDnmo=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1823 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1824 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1825 "babel-plugin-transform-do-expressions": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1826 "babel-plugin-transform-function-bind": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1827 "babel-preset-stage-1": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1828 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1829 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1830 "babel-preset-stage-1": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1831 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1832 "resolved": "https://registry.npmjs.org/babel-preset-stage-1/-/babel-preset-stage-1-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1833 "integrity": "sha1-dpLNfc1oSZB+auSgqFWJz7niv7A=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1834 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1835 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1836 "babel-plugin-transform-class-constructor-call": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1837 "babel-plugin-transform-export-extensions": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1838 "babel-preset-stage-2": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1839 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1840 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1841 "babel-preset-stage-2": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1842 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1843 "resolved": "https://registry.npmjs.org/babel-preset-stage-2/-/babel-preset-stage-2-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1844 "integrity": "sha1-2eKWD7PXEYfw5k7sYrwHdnIZvcE=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1845 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1846 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1847 "babel-plugin-syntax-dynamic-import": "^6.18.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1848 "babel-plugin-transform-class-properties": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1849 "babel-plugin-transform-decorators": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1850 "babel-preset-stage-3": "^6.24.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1851 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1852 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1853 "babel-preset-stage-3": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1854 "version": "6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1855 "resolved": "https://registry.npmjs.org/babel-preset-stage-3/-/babel-preset-stage-3-6.24.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1856 "integrity": "sha1-g2raCp56f6N8sTj7kyb4eTSkg5U=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1857 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1858 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1859 "babel-plugin-syntax-trailing-function-commas": "^6.22.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1860 "babel-plugin-transform-async-generator-functions": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1861 "babel-plugin-transform-async-to-generator": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1862 "babel-plugin-transform-exponentiation-operator": "^6.24.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1863 "babel-plugin-transform-object-rest-spread": "^6.22.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1864 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1865 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1866 "babel-register": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1867 "version": "6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1868 "resolved": "https://registry.npmjs.org/babel-register/-/babel-register-6.26.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1869 "integrity": "sha1-btAhFz4vy0htestFxgCahW9kcHE=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1870 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1871 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1872 "babel-core": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1873 "babel-runtime": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1874 "core-js": "^2.5.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1875 "home-or-tmp": "^2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1876 "lodash": "^4.17.4",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1877 "mkdirp": "^0.5.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1878 "source-map-support": "^0.4.15"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1879 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1880 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1881 "source-map": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1882 "version": "0.5.7",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1883 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1884 "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1885 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1886 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1887 "source-map-support": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1888 "version": "0.4.18",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1889 "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1890 "integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1891 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1892 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1893 "source-map": "^0.5.6"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1894 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1895 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1896 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1897 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1898 "babel-runtime": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1899 "version": "6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1900 "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1901 "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1902 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1903 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1904 "core-js": "^2.4.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1905 "regenerator-runtime": "^0.11.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1906 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1907 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1908 "babel-template": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1909 "version": "6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1910 "resolved": "https://registry.npmjs.org/babel-template/-/babel-template-6.26.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1911 "integrity": "sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1912 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1913 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1914 "babel-runtime": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1915 "babel-traverse": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1916 "babel-types": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1917 "babylon": "^6.18.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1918 "lodash": "^4.17.4"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1919 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1920 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1921 "babel-traverse": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1922 "version": "6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1923 "resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.26.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1924 "integrity": "sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1925 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1926 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1927 "babel-code-frame": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1928 "babel-messages": "^6.23.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1929 "babel-runtime": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1930 "babel-types": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1931 "babylon": "^6.18.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1932 "debug": "^2.6.8",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1933 "globals": "^9.18.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1934 "invariant": "^2.2.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1935 "lodash": "^4.17.4"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1936 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1937 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1938 "debug": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1939 "version": "2.6.9",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1940 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1941 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1942 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1943 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1944 "ms": "2.0.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1945 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1946 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1947 "globals": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1948 "version": "9.18.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1949 "resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1950 "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1951 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1952 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1953 "ms": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1954 "version": "2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1955 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1956 "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1957 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1958 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1959 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1960 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1961 "babel-types": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1962 "version": "6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1963 "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1964 "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1965 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1966 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1967 "babel-runtime": "^6.26.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1968 "esutils": "^2.0.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1969 "lodash": "^4.17.4",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1970 "to-fast-properties": "^1.0.3"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1971 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1972 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1973 "to-fast-properties": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1974 "version": "1.0.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1975 "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1976 "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1977 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1978 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1979 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1980 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1981 "babylon": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1982 "version": "6.18.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1983 "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1984 "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1985 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
1986 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1987 "balanced-match": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1988 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1989 "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1990 "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1991 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1992 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1993 "base": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1994 "version": "0.11.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1995 "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1996 "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1997 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1998 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
1999 "cache-base": "^1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2000 "class-utils": "^0.3.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2001 "component-emitter": "^1.2.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2002 "define-property": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2003 "isobject": "^3.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2004 "mixin-deep": "^1.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2005 "pascalcase": "^0.1.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2006 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2007 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2008 "define-property": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2009 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2010 "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2011 "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2012 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2013 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2014 "is-descriptor": "^1.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2015 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2016 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2017 "is-accessor-descriptor": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2018 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2019 "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2020 "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2021 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2022 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2023 "kind-of": "^6.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2024 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2025 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2026 "is-data-descriptor": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2027 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2028 "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2029 "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2030 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2031 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2032 "kind-of": "^6.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2033 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2034 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2035 "is-descriptor": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2036 "version": "1.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2037 "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2038 "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2039 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2040 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2041 "is-accessor-descriptor": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2042 "is-data-descriptor": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2043 "kind-of": "^6.0.2"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2044 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2045 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2046 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2047 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2048 "base64-js": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2049 "version": "1.3.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2050 "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2051 "integrity": "sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2052 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2053 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2054 "bcrypt-pbkdf": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2055 "version": "1.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2056 "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2057 "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2058 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2059 "tweetnacl": "^0.14.3"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2060 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2061 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2062 "big.js": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2063 "version": "5.2.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2064 "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2065 "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2066 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2067 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2068 "binary-extensions": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2069 "version": "1.13.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2070 "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2071 "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==",
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2072 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2073 "optional": true
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2074 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2075 "bindings": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2076 "version": "1.5.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2077 "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2078 "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2079 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2080 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2081 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2082 "file-uri-to-path": "1.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2083 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2084 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2085 "bl": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2086 "version": "0.8.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2087 "resolved": "https://registry.npmjs.org/bl/-/bl-0.8.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2088 "integrity": "sha1-yba8oI0bwuoA/Ir7Txpf0eHGbk4=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2089 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2090 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2091 "readable-stream": "~1.0.26"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2092 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2093 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2094 "isarray": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2095 "version": "0.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2096 "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2097 "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2098 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2099 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2100 "readable-stream": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2101 "version": "1.0.34",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2102 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2103 "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2104 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2105 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2106 "core-util-is": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2107 "inherits": "~2.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2108 "isarray": "0.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2109 "string_decoder": "~0.10.x"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2110 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2111 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2112 "string_decoder": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2113 "version": "0.10.31",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2114 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2115 "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2116 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2117 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2118 }
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2119 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2120 "bn.js": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2121 "version": "4.11.8",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2122 "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2123 "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2124 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2125 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2126 "boolbase": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2127 "version": "1.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2128 "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2129 "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2130 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2131 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2132 "brace-expansion": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2133 "version": "1.1.11",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2134 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2135 "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2136 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2137 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2138 "balanced-match": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2139 "concat-map": "0.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2140 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2141 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2142 "braces": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2143 "version": "2.3.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2144 "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2145 "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2146 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2147 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2148 "arr-flatten": "^1.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2149 "array-unique": "^0.3.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2150 "extend-shallow": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2151 "fill-range": "^4.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2152 "isobject": "^3.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2153 "repeat-element": "^1.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2154 "snapdragon": "^0.8.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2155 "snapdragon-node": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2156 "split-string": "^3.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2157 "to-regex": "^3.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2158 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2159 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2160 "extend-shallow": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2161 "version": "2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2162 "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2163 "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2164 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2165 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2166 "is-extendable": "^0.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2167 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2168 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2169 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2170 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2171 "brorand": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2172 "version": "1.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2173 "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2174 "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2175 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2176 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2177 "browser-pack": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2178 "version": "6.1.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2179 "resolved": "https://registry.npmjs.org/browser-pack/-/browser-pack-6.1.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2180 "integrity": "sha512-erYug8XoqzU3IfcU8fUgyHqyOXqIE4tUTTQ+7mqUjQlvnXkOO6OlT9c/ZoJVHYoAaqGxr09CN53G7XIsO4KtWA==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2181 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2182 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2183 "JSONStream": "^1.0.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2184 "combine-source-map": "~0.8.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2185 "defined": "^1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2186 "safe-buffer": "^5.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2187 "through2": "^2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2188 "umd": "^3.0.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2189 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2190 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2191 "browser-process-hrtime": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2192 "version": "0.1.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2193 "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-0.1.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2194 "integrity": "sha512-bRFnI4NnjO6cnyLmOV/7PVoDEMJChlcfN0z4s1YMBY989/SvlfMI1lgCnkFUs53e9gQF+w7qu7XdllSTiSl8Aw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2195 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2196 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2197 "browser-resolve": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2198 "version": "1.11.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2199 "resolved": "https://registry.npmjs.org/browser-resolve/-/browser-resolve-1.11.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2200 "integrity": "sha512-exDi1BYWB/6raKHmDTCicQfTkqwN5fioMFV4j8BsfMU4R2DK/QfZfK7kOVkmWCNANf0snkBzqGqAJBao9gZMdQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2201 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2202 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2203 "resolve": "1.1.7"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2204 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2205 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2206 "resolve": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2207 "version": "1.1.7",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2208 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2209 "integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2210 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2211 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2212 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2213 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2214 "browserify": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2215 "version": "13.3.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2216 "resolved": "https://registry.npmjs.org/browserify/-/browserify-13.3.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2217 "integrity": "sha1-tanJAgJD8McORnW+yCI7xifkFc4=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2218 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2219 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2220 "JSONStream": "^1.0.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2221 "assert": "^1.4.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2222 "browser-pack": "^6.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2223 "browser-resolve": "^1.11.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2224 "browserify-zlib": "~0.1.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2225 "buffer": "^4.1.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2226 "cached-path-relative": "^1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2227 "concat-stream": "~1.5.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2228 "console-browserify": "^1.1.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2229 "constants-browserify": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2230 "crypto-browserify": "^3.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2231 "defined": "^1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2232 "deps-sort": "^2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2233 "domain-browser": "~1.1.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2234 "duplexer2": "~0.1.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2235 "events": "~1.1.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2236 "glob": "^7.1.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2237 "has": "^1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2238 "htmlescape": "^1.1.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2239 "https-browserify": "~0.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2240 "inherits": "~2.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2241 "insert-module-globals": "^7.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2242 "labeled-stream-splicer": "^2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2243 "module-deps": "^4.0.8",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2244 "os-browserify": "~0.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2245 "parents": "^1.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2246 "path-browserify": "~0.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2247 "process": "~0.11.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2248 "punycode": "^1.3.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2249 "querystring-es3": "~0.2.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2250 "read-only-stream": "^2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2251 "readable-stream": "^2.0.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2252 "resolve": "^1.1.4",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2253 "shasum": "^1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2254 "shell-quote": "^1.6.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2255 "stream-browserify": "^2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2256 "stream-http": "^2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2257 "string_decoder": "~0.10.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2258 "subarg": "^1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2259 "syntax-error": "^1.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2260 "through2": "^2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2261 "timers-browserify": "^1.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2262 "tty-browserify": "~0.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2263 "url": "~0.11.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2264 "util": "~0.10.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2265 "vm-browserify": "~0.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2266 "xtend": "^4.0.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2267 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2268 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2269 "concat-stream": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2270 "version": "1.5.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2271 "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2272 "integrity": "sha1-cIl4Yk2FavQaWnQd790mHadSwmY=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2273 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2274 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2275 "inherits": "~2.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2276 "readable-stream": "~2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2277 "typedarray": "~0.0.5"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2278 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2279 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2280 "readable-stream": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2281 "version": "2.0.6",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2282 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2283 "integrity": "sha1-j5A0HmilPMySh4jaz80Rs265t44=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2284 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2285 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2286 "core-util-is": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2287 "inherits": "~2.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2288 "isarray": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2289 "process-nextick-args": "~1.0.6",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2290 "string_decoder": "~0.10.x",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2291 "util-deprecate": "~1.0.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2292 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2293 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2294 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2295 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2296 "process-nextick-args": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2297 "version": "1.0.7",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2298 "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2299 "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2300 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2301 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2302 "punycode": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2303 "version": "1.4.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2304 "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2305 "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2306 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2307 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2308 "readable-stream": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2309 "version": "2.3.6",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2310 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2311 "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2312 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2313 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2314 "core-util-is": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2315 "inherits": "~2.0.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2316 "isarray": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2317 "process-nextick-args": "~2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2318 "safe-buffer": "~5.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2319 "string_decoder": "~1.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2320 "util-deprecate": "~1.0.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2321 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2322 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2323 "process-nextick-args": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2324 "version": "2.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2325 "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2326 "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2327 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2328 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2329 "string_decoder": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2330 "version": "1.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2331 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2332 "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2333 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2334 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2335 "safe-buffer": "~5.1.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2336 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2337 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2338 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2339 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2340 "safe-buffer": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2341 "version": "5.1.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2342 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2343 "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2344 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2345 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2346 "string_decoder": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2347 "version": "0.10.31",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2348 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2349 "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2350 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2351 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2352 "xtend": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2353 "version": "4.0.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2354 "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2355 "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2356 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2357 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2358 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2359 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2360 "browserify-aes": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2361 "version": "1.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2362 "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2363 "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2364 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2365 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2366 "buffer-xor": "^1.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2367 "cipher-base": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2368 "create-hash": "^1.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2369 "evp_bytestokey": "^1.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2370 "inherits": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2371 "safe-buffer": "^5.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2372 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2373 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2374 "browserify-cipher": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2375 "version": "1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2376 "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2377 "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2378 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2379 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2380 "browserify-aes": "^1.0.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2381 "browserify-des": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2382 "evp_bytestokey": "^1.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2383 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2384 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2385 "browserify-des": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2386 "version": "1.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2387 "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2388 "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2389 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2390 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2391 "cipher-base": "^1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2392 "des.js": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2393 "inherits": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2394 "safe-buffer": "^5.1.2"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2395 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2396 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2397 "browserify-fs": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2398 "version": "1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2399 "resolved": "https://registry.npmjs.org/browserify-fs/-/browserify-fs-1.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2400 "integrity": "sha1-8HWqinKdTRcW0GZiDjhvzBMRqW8=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2401 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2402 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2403 "level-filesystem": "^1.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2404 "level-js": "^2.1.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2405 "levelup": "^0.18.2"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2406 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2407 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2408 "browserify-rsa": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2409 "version": "4.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2410 "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2411 "integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2412 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2413 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2414 "bn.js": "^4.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2415 "randombytes": "^2.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2416 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2417 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2418 "browserify-sign": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2419 "version": "4.0.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2420 "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.0.4.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2421 "integrity": "sha1-qk62jl17ZYuqa/alfmMMvXqT0pg=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2422 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2423 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2424 "bn.js": "^4.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2425 "browserify-rsa": "^4.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2426 "create-hash": "^1.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2427 "create-hmac": "^1.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2428 "elliptic": "^6.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2429 "inherits": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2430 "parse-asn1": "^5.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2431 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2432 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2433 "browserify-zlib": {
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2434 "version": "0.1.4",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2435 "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.1.4.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2436 "integrity": "sha1-uzX4pRn2AOD6a4SFJByXnQFB+y0=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2437 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2438 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2439 "pako": "~0.2.0"
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2440 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2441 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2442 "browserslist": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2443 "version": "4.8.3",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2444 "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.8.3.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2445 "integrity": "sha512-iU43cMMknxG1ClEZ2MDKeonKE1CCrFVkQK2AqO2YWFmvIrx4JWrvQ4w4hQez6EpVI8rHTtqh/ruHHDHSOKxvUg==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2446 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2447 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2448 "caniuse-lite": "^1.0.30001017",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2449 "electron-to-chromium": "^1.3.322",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2450 "node-releases": "^1.1.44"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2451 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2452 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2453 "bs-logger": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2454 "version": "0.2.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2455 "resolved": "https://registry.npmjs.org/bs-logger/-/bs-logger-0.2.6.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2456 "integrity": "sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2457 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2458 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2459 "fast-json-stable-stringify": "2.x"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2460 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2461 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2462 "bser": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2463 "version": "2.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2464 "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2465 "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2466 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2467 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2468 "node-int64": "^0.4.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2469 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2470 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2471 "buffer": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2472 "version": "4.9.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2473 "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2474 "integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2475 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2476 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2477 "base64-js": "^1.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2478 "ieee754": "^1.1.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2479 "isarray": "^1.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2480 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2481 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2482 "buffer-es6": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2483 "version": "4.9.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2484 "resolved": "https://registry.npmjs.org/buffer-es6/-/buffer-es6-4.9.3.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2485 "integrity": "sha1-8mNHuC33b9N+GLy1KIxJcM/VxAQ=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2486 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2487 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2488 "buffer-from": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2489 "version": "1.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2490 "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2491 "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2492 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2493 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2494 "buffer-xor": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2495 "version": "1.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2496 "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2497 "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2498 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2499 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2500 "builtin-modules": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2501 "version": "3.1.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2502 "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.1.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2503 "integrity": "sha512-k0KL0aWZuBt2lrxrcASWDfwOLMnodeQjodT/1SxEQAXsHANgo6ZC/VEaSEHCXt7aSTZ4/4H5LKa+tBXmW7Vtvw==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2504 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2505 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2506 "builtin-status-codes": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2507 "version": "3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2508 "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2509 "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2510 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2511 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2512 "cache-base": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2513 "version": "1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2514 "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2515 "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2516 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2517 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2518 "collection-visit": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2519 "component-emitter": "^1.2.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2520 "get-value": "^2.0.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2521 "has-value": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2522 "isobject": "^3.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2523 "set-value": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2524 "to-object-path": "^0.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2525 "union-value": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2526 "unset-value": "^1.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2527 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2528 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2529 "cached-path-relative": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2530 "version": "1.0.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2531 "resolved": "https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.0.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2532 "integrity": "sha512-5r2GqsoEb4qMTTN9J+WzXfjov+hjxT+j3u5K+kIVNIwAd99DLCJE9pBIMP1qVeybV6JiijL385Oz0DcYxfbOIg==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2533 "dev": true
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2534 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2535 "caller-callsite": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2536 "version": "2.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2537 "resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2538 "integrity": "sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2539 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2540 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2541 "callsites": "^2.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2542 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2543 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2544 "callsites": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2545 "version": "2.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2546 "resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2547 "integrity": "sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2548 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2549 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2550 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2551 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2552 "caller-path": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2553 "version": "2.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2554 "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2555 "integrity": "sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2556 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2557 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2558 "caller-callsite": "^2.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2559 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2560 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2561 "callsites": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2562 "version": "3.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2563 "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2564 "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2565 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2566 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2567 "camelcase": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2568 "version": "5.3.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2569 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2570 "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2571 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2572 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2573 "caniuse-api": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2574 "version": "3.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2575 "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2576 "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2577 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2578 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2579 "browserslist": "^4.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2580 "caniuse-lite": "^1.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2581 "lodash.memoize": "^4.1.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2582 "lodash.uniq": "^4.5.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2583 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2584 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2585 "caniuse-lite": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2586 "version": "1.0.30001020",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2587 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001020.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2588 "integrity": "sha512-yWIvwA68wRHKanAVS1GjN8vajAv7MBFshullKCeq/eKpK7pJBVDgFFEqvgWTkcP2+wIDeQGYFRXECjKZnLkUjA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2589 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2590 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2591 "canonicalize": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2592 "version": "1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2593 "resolved": "https://registry.npmjs.org/canonicalize/-/canonicalize-1.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2594 "integrity": "sha512-N3cmB3QLhS5TJ5smKFf1w42rJXWe6C1qP01z4dxJiI5v269buii4fLHWETDyf7yEd0azGLNC63VxNMiPd2u0Cg=="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2595 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2596 "capture-exit": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2597 "version": "2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2598 "resolved": "https://registry.npmjs.org/capture-exit/-/capture-exit-2.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2599 "integrity": "sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2600 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2601 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2602 "rsvp": "^4.8.4"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2603 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2604 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2605 "caseless": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2606 "version": "0.12.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2607 "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2608 "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2609 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2610 "chalk": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2611 "version": "2.4.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2612 "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2613 "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2614 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2615 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2616 "ansi-styles": "^3.2.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2617 "escape-string-regexp": "^1.0.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2618 "supports-color": "^5.3.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2619 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2620 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2621 "chokidar": {
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2622 "version": "1.7.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2623 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-1.7.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2624 "integrity": "sha1-eY5ol3gVHIB2tLNg5e3SjNortGg=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2625 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2626 "optional": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2627 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2628 "anymatch": "^1.3.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2629 "async-each": "^1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2630 "fsevents": "^1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2631 "glob-parent": "^2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2632 "inherits": "^2.0.1",
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2633 "is-binary-path": "^1.0.0",
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2634 "is-glob": "^2.0.0",
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2635 "path-is-absolute": "^1.0.0",
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2636 "readdirp": "^2.0.0"
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2637 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2638 "dependencies": {
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2639 "anymatch": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2640 "version": "1.3.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2641 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-1.3.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2642 "integrity": "sha512-0XNayC8lTHQ2OI8aljNCN3sSx6hsr/1+rlcDAotXJR7C1oZZHCNsfpbKwMjRA3Uqb5tF1Rae2oloTr4xpq+WjA==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2643 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2644 "optional": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2645 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2646 "micromatch": "^2.1.5",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2647 "normalize-path": "^2.0.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2648 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2649 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2650 "arr-diff": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2651 "version": "2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2652 "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2653 "integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2654 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2655 "optional": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2656 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2657 "arr-flatten": "^1.0.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2658 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2659 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2660 "array-unique": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2661 "version": "0.2.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2662 "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2663 "integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2664 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2665 "optional": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2666 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2667 "braces": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2668 "version": "1.8.5",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2669 "resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2670 "integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2671 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2672 "optional": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2673 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2674 "expand-range": "^1.8.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2675 "preserve": "^0.2.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2676 "repeat-element": "^1.1.2"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2677 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2678 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2679 "expand-brackets": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2680 "version": "0.1.5",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2681 "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2682 "integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2683 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2684 "optional": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2685 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2686 "is-posix-bracket": "^0.1.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2687 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2688 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2689 "extglob": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2690 "version": "0.3.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2691 "resolved": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2692 "integrity": "sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2693 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2694 "optional": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2695 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2696 "is-extglob": "^1.0.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2697 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2698 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2699 "kind-of": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2700 "version": "3.2.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2701 "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2702 "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2703 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2704 "optional": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2705 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2706 "is-buffer": "^1.1.5"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2707 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2708 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2709 "micromatch": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2710 "version": "2.3.11",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2711 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2712 "integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2713 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2714 "optional": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2715 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2716 "arr-diff": "^2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2717 "array-unique": "^0.2.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2718 "braces": "^1.8.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2719 "expand-brackets": "^0.1.4",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2720 "extglob": "^0.3.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2721 "filename-regex": "^2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2722 "is-extglob": "^1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2723 "is-glob": "^2.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2724 "kind-of": "^3.0.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2725 "normalize-path": "^2.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2726 "object.omit": "^2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2727 "parse-glob": "^3.0.4",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2728 "regex-cache": "^0.4.2"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2729 }
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2730 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2731 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2732 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2733 "ci-info": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2734 "version": "2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2735 "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2736 "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2737 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2738 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2739 "cipher-base": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2740 "version": "1.0.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2741 "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2742 "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2743 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2744 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2745 "inherits": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2746 "safe-buffer": "^5.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2747 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2748 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2749 "class-utils": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2750 "version": "0.3.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2751 "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2752 "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2753 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2754 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2755 "arr-union": "^3.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2756 "define-property": "^0.2.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2757 "isobject": "^3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2758 "static-extend": "^0.1.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2759 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2760 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2761 "define-property": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2762 "version": "0.2.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2763 "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2764 "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2765 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2766 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2767 "is-descriptor": "^0.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2768 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2769 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2770 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2771 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2772 "cliui": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2773 "version": "5.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2774 "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2775 "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2776 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2777 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2778 "string-width": "^3.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2779 "strip-ansi": "^5.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2780 "wrap-ansi": "^5.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2781 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2782 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2783 "clone": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2784 "version": "0.1.19",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2785 "resolved": "https://registry.npmjs.org/clone/-/clone-0.1.19.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2786 "integrity": "sha1-YT+2hjmyaklKxTJT4Vsaa9iK2oU=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2787 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2788 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2789 "co": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2790 "version": "4.6.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2791 "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2792 "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2793 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2794 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2795 "coa": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2796 "version": "2.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2797 "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2798 "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2799 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2800 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2801 "@types/q": "^1.5.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2802 "chalk": "^2.4.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2803 "q": "^1.1.2"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2804 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2805 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2806 "collection-visit": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2807 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2808 "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2809 "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2810 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2811 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2812 "map-visit": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2813 "object-visit": "^1.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2814 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2815 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2816 "color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2817 "version": "3.1.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2818 "resolved": "https://registry.npmjs.org/color/-/color-3.1.2.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2819 "integrity": "sha512-vXTJhHebByxZn3lDvDJYw4lR5+uB3vuoHsuYA5AKuxRVn5wzzIfQKGLBmgdVRHKTJYeK5rvJcHnrd0Li49CFpg==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2820 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2821 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2822 "color-convert": "^1.9.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2823 "color-string": "^1.5.2"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2824 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2825 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2826 "color-convert": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2827 "version": "1.9.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2828 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2829 "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2830 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2831 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2832 "color-name": "1.1.3"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2833 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2834 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2835 "color-name": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2836 "version": "1.1.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2837 "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2838 "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2839 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2840 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2841 "color-string": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2842 "version": "1.5.3",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2843 "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.5.3.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2844 "integrity": "sha512-dC2C5qeWoYkxki5UAXapdjqO672AM4vZuPGRQfO8b5HKuKGBbKWpITyDYN7TOFKvRW7kOgAn3746clDBMDJyQw==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2845 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2846 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2847 "color-name": "^1.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2848 "simple-swizzle": "^0.2.2"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2849 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2850 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2851 "combine-source-map": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2852 "version": "0.8.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2853 "resolved": "https://registry.npmjs.org/combine-source-map/-/combine-source-map-0.8.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2854 "integrity": "sha1-pY0N8ELBhvz4IqjoAV9UUNLXmos=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2855 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2856 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2857 "convert-source-map": "~1.1.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2858 "inline-source-map": "~0.6.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2859 "lodash.memoize": "~3.0.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2860 "source-map": "~0.5.3"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2861 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2862 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2863 "convert-source-map": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2864 "version": "1.1.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2865 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.1.3.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2866 "integrity": "sha1-SCnId+n+SbMWHzvzZziI4gRpmGA=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2867 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2868 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2869 "lodash.memoize": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2870 "version": "3.0.4",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2871 "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-3.0.4.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2872 "integrity": "sha1-LcvSwofLwKVcxCMovQxzYVDVPj8=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2873 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2874 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2875 "source-map": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2876 "version": "0.5.7",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2877 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2878 "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2879 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2880 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2881 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2882 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2883 "combined-stream": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2884 "version": "1.0.8",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2885 "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2886 "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2887 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2888 "delayed-stream": "~1.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2889 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2890 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2891 "commander": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2892 "version": "2.20.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2893 "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2894 "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2895 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2896 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2897 "commondir": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2898 "version": "1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2899 "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2900 "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2901 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2902 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2903 "component-emitter": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2904 "version": "1.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2905 "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2906 "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2907 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2908 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2909 "concat-map": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2910 "version": "0.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2911 "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2912 "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2913 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2914 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2915 "concat-stream": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2916 "version": "1.6.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2917 "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2918 "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2919 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2920 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2921 "buffer-from": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2922 "inherits": "^2.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2923 "readable-stream": "^2.2.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2924 "typedarray": "^0.0.6"
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2925 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2926 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2927 "readable-stream": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2928 "version": "2.3.6",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2929 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2930 "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2931 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2932 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2933 "core-util-is": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2934 "inherits": "~2.0.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2935 "isarray": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2936 "process-nextick-args": "~2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2937 "safe-buffer": "~5.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2938 "string_decoder": "~1.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2939 "util-deprecate": "~1.0.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2940 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2941 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2942 "safe-buffer": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2943 "version": "5.1.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2944 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2945 "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2946 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2947 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2948 "string_decoder": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2949 "version": "1.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2950 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2951 "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2952 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2953 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2954 "safe-buffer": "~5.1.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2955 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2956 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
2957 }
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2958 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2959 "concat-with-sourcemaps": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2960 "version": "1.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2961 "resolved": "https://registry.npmjs.org/concat-with-sourcemaps/-/concat-with-sourcemaps-1.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2962 "integrity": "sha512-4gEjHJFT9e+2W/77h/DS5SGUgwDaOwprX8L/gl5+3ixnzkVJJsZWDSelmN3Oilw3LNDZjZV0yqH1hLG3k6nghg==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2963 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2964 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2965 "source-map": "^0.6.1"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2966 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
2967 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2968 "console-browserify": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2969 "version": "1.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2970 "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2971 "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2972 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2973 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2974 "constants-browserify": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2975 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2976 "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2977 "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2978 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2979 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2980 "convert-source-map": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2981 "version": "1.7.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2982 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2983 "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2984 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2985 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2986 "safe-buffer": "~5.1.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2987 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2988 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2989 "safe-buffer": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2990 "version": "5.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2991 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2992 "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2993 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2994 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2995 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2996 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2997 "copy-descriptor": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2998 "version": "0.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
2999 "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3000 "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3001 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3002 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3003 "core-js": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3004 "version": "2.6.11",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3005 "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.11.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3006 "integrity": "sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3007 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3008 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3009 "core-util-is": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3010 "version": "1.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3011 "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3012 "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3013 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3014 "cosmiconfig": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3015 "version": "5.2.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3016 "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3017 "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3018 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3019 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3020 "import-fresh": "^2.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3021 "is-directory": "^0.3.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3022 "js-yaml": "^3.13.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3023 "parse-json": "^4.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3024 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3025 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3026 "create-ecdh": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3027 "version": "4.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3028 "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3029 "integrity": "sha512-GbEHQPMOswGpKXM9kCWVrremUcBmjteUaQ01T9rkKCPDXfUHX0IoP9LpHYo2NPFampa4e+/pFDc3jQdxrxQLaw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3030 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3031 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3032 "bn.js": "^4.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3033 "elliptic": "^6.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3034 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3035 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3036 "create-hash": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3037 "version": "1.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3038 "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3039 "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3040 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3041 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3042 "cipher-base": "^1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3043 "inherits": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3044 "md5.js": "^1.3.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3045 "ripemd160": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3046 "sha.js": "^2.4.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3047 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3048 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3049 "create-hmac": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3050 "version": "1.1.7",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3051 "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3052 "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3053 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3054 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3055 "cipher-base": "^1.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3056 "create-hash": "^1.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3057 "inherits": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3058 "ripemd160": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3059 "safe-buffer": "^5.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3060 "sha.js": "^2.4.8"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3061 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3062 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3063 "cross-spawn": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3064 "version": "6.0.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3065 "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3066 "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3067 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3068 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3069 "nice-try": "^1.0.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3070 "path-key": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3071 "semver": "^5.5.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3072 "shebang-command": "^1.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3073 "which": "^1.2.9"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3074 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3075 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3076 "semver": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3077 "version": "5.7.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3078 "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3079 "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3080 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3081 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3082 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3083 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3084 "crypto-browserify": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3085 "version": "3.12.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3086 "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3087 "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3088 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3089 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3090 "browserify-cipher": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3091 "browserify-sign": "^4.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3092 "create-ecdh": "^4.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3093 "create-hash": "^1.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3094 "create-hmac": "^1.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3095 "diffie-hellman": "^5.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3096 "inherits": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3097 "pbkdf2": "^3.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3098 "public-encrypt": "^4.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3099 "randombytes": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3100 "randomfill": "^1.0.3"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3101 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3102 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3103 "css": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3104 "version": "2.2.4",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3105 "resolved": "https://registry.npmjs.org/css/-/css-2.2.4.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3106 "integrity": "sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3107 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3108 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3109 "inherits": "^2.0.3",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3110 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3111 "source-map-resolve": "^0.5.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3112 "urix": "^0.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3113 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3114 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3115 "css-color-names": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3116 "version": "0.0.4",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3117 "resolved": "https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.4.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3118 "integrity": "sha1-gIrcLnnPhHOAabZGyyDsJ762KeA=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3119 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3120 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3121 "css-declaration-sorter": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3122 "version": "4.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3123 "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3124 "integrity": "sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3125 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3126 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3127 "postcss": "^7.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3128 "timsort": "^0.3.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3129 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3130 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3131 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3132 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3133 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3134 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3135 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3136 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3137 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3138 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3139 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3140 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3141 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3142 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3143 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3144 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3145 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3146 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3147 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3148 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3149 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3150 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3151 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3152 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3153 "css-modules-loader-core": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3154 "version": "1.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3155 "resolved": "https://registry.npmjs.org/css-modules-loader-core/-/css-modules-loader-core-1.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3156 "integrity": "sha1-WQhmgpShvs0mGuCkziGwtVHyHRY=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3157 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3158 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3159 "icss-replace-symbols": "1.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3160 "postcss": "6.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3161 "postcss-modules-extract-imports": "1.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3162 "postcss-modules-local-by-default": "1.2.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3163 "postcss-modules-scope": "1.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3164 "postcss-modules-values": "1.3.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3165 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3166 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3167 "css-parse": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3168 "version": "2.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3169 "resolved": "https://registry.npmjs.org/css-parse/-/css-parse-2.0.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3170 "integrity": "sha1-pGjuZnwW2BzPBcWMONKpfHgNv9Q=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3171 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3172 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3173 "css": "^2.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3174 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3175 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3176 "css-select": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3177 "version": "2.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3178 "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3179 "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3180 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3181 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3182 "boolbase": "^1.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3183 "css-what": "^3.2.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3184 "domutils": "^1.7.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3185 "nth-check": "^1.0.2"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3186 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3187 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3188 "css-select-base-adapter": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3189 "version": "0.1.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3190 "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3191 "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3192 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3193 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3194 "css-selector-tokenizer": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3195 "version": "0.7.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3196 "resolved": "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.7.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3197 "integrity": "sha512-xYL0AMZJ4gFzJQsHUKa5jiWWi2vH77WVNg7JYRyewwj6oPh4yb/y6Y9ZCw9dsj/9UauMhtuxR+ogQd//EdEVNA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3198 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3199 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3200 "cssesc": "^0.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3201 "fastparse": "^1.1.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3202 "regexpu-core": "^1.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3203 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3204 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3205 "regexpu-core": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3206 "version": "1.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3207 "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-1.0.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3208 "integrity": "sha1-hqdj9Y7k18L2sQLkdkBQ3n7ZDGs=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3209 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3210 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3211 "regenerate": "^1.2.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3212 "regjsgen": "^0.2.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3213 "regjsparser": "^0.1.4"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3214 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3215 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3216 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3217 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3218 "css-tree": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3219 "version": "1.0.0-alpha.37",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3220 "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3221 "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3222 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3223 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3224 "mdn-data": "2.0.4",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3225 "source-map": "^0.6.1"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3226 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3227 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3228 "css-unit-converter": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3229 "version": "1.1.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3230 "resolved": "https://registry.npmjs.org/css-unit-converter/-/css-unit-converter-1.1.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3231 "integrity": "sha1-2bkoGtz9jO2TW9urqDeGiX9k6ZY=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3232 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3233 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3234 "css-what": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3235 "version": "3.2.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3236 "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.2.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3237 "integrity": "sha512-WwOrosiQTvyms+Ti5ZC5vGEK0Vod3FTt1ca+payZqvKuGJF+dq7bG63DstxtN0dpm6FxY27a/zS3Wten+gEtGw==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3238 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3239 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3240 "cssesc": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3241 "version": "0.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3242 "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-0.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3243 "integrity": "sha1-yBSQPkViM3GgR3tAEJqq++6t27Q=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3244 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3245 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3246 "cssnano": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3247 "version": "4.1.10",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3248 "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-4.1.10.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3249 "integrity": "sha512-5wny+F6H4/8RgNlaqab4ktc3e0/blKutmq8yNlBFXA//nSFFAqAngjNVRzUvCgYROULmZZUoosL/KSoZo5aUaQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3250 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3251 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3252 "cosmiconfig": "^5.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3253 "cssnano-preset-default": "^4.0.7",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3254 "is-resolvable": "^1.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3255 "postcss": "^7.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3256 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3257 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3258 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3259 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3260 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3261 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3262 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3263 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3264 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3265 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3266 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3267 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3268 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3269 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3270 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3271 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3272 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3273 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3274 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3275 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3276 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3277 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3278 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3279 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3280 "cssnano-preset-default": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3281 "version": "4.0.7",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3282 "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-4.0.7.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3283 "integrity": "sha512-x0YHHx2h6p0fCl1zY9L9roD7rnlltugGu7zXSKQx6k2rYw0Hi3IqxcoAGF7u9Q5w1nt7vK0ulxV8Lo+EvllGsA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3284 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3285 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3286 "css-declaration-sorter": "^4.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3287 "cssnano-util-raw-cache": "^4.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3288 "postcss": "^7.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3289 "postcss-calc": "^7.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3290 "postcss-colormin": "^4.0.3",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3291 "postcss-convert-values": "^4.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3292 "postcss-discard-comments": "^4.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3293 "postcss-discard-duplicates": "^4.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3294 "postcss-discard-empty": "^4.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3295 "postcss-discard-overridden": "^4.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3296 "postcss-merge-longhand": "^4.0.11",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3297 "postcss-merge-rules": "^4.0.3",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3298 "postcss-minify-font-values": "^4.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3299 "postcss-minify-gradients": "^4.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3300 "postcss-minify-params": "^4.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3301 "postcss-minify-selectors": "^4.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3302 "postcss-normalize-charset": "^4.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3303 "postcss-normalize-display-values": "^4.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3304 "postcss-normalize-positions": "^4.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3305 "postcss-normalize-repeat-style": "^4.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3306 "postcss-normalize-string": "^4.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3307 "postcss-normalize-timing-functions": "^4.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3308 "postcss-normalize-unicode": "^4.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3309 "postcss-normalize-url": "^4.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3310 "postcss-normalize-whitespace": "^4.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3311 "postcss-ordered-values": "^4.1.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3312 "postcss-reduce-initial": "^4.0.3",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3313 "postcss-reduce-transforms": "^4.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3314 "postcss-svgo": "^4.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3315 "postcss-unique-selectors": "^4.0.1"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3316 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3317 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3318 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3319 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3320 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3321 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3322 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3323 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3324 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3325 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3326 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3327 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3328 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3329 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3330 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3331 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3332 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3333 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3334 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3335 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3336 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3337 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3338 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3339 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3340 "cssnano-util-get-arguments": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3341 "version": "4.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3342 "resolved": "https://registry.npmjs.org/cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3343 "integrity": "sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3344 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3345 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3346 "cssnano-util-get-match": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3347 "version": "4.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3348 "resolved": "https://registry.npmjs.org/cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3349 "integrity": "sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3350 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3351 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3352 "cssnano-util-raw-cache": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3353 "version": "4.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3354 "resolved": "https://registry.npmjs.org/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3355 "integrity": "sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3356 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3357 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3358 "postcss": "^7.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3359 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3360 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3361 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3362 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3363 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3364 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3365 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3366 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3367 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3368 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3369 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3370 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3371 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3372 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3373 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3374 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3375 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3376 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3377 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3378 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3379 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3380 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3381 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3382 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3383 "cssnano-util-same-parent": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3384 "version": "4.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3385 "resolved": "https://registry.npmjs.org/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3386 "integrity": "sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3387 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3388 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3389 "csso": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3390 "version": "4.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3391 "resolved": "https://registry.npmjs.org/csso/-/csso-4.0.2.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3392 "integrity": "sha512-kS7/oeNVXkHWxby5tHVxlhjizRCSv8QdU7hB2FpdAibDU8FjTAolhNjKNTiLzXtUrKT6HwClE81yXwEk1309wg==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3393 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3394 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3395 "css-tree": "1.0.0-alpha.37"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3396 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3397 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3398 "cssom": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3399 "version": "0.3.8",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3400 "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3401 "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3402 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3403 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3404 "cssstyle": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3405 "version": "1.4.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3406 "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-1.4.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3407 "integrity": "sha512-GBrLZYZ4X4x6/QEoBnIrqb8B/f5l4+8me2dkom/j1Gtbxy0kBv6OGzKuAsGM75bkGwGAFkt56Iwg28S3XTZgSA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3408 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3409 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3410 "cssom": "0.3.x"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3411 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3412 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3413 "dash-ast": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3414 "version": "1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3415 "resolved": "https://registry.npmjs.org/dash-ast/-/dash-ast-1.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3416 "integrity": "sha512-Vy4dx7gquTeMcQR/hDkYLGUnwVil6vk4FOOct+djUnHOUWt+zJPJAaRIXaAFkPXtJjvlY7o3rfRu0/3hpnwoUA==",
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3417 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3418 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3419 "dashdash": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3420 "version": "1.14.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3421 "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3422 "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3423 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3424 "assert-plus": "^1.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3425 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3426 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3427 "data-urls": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3428 "version": "1.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3429 "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-1.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3430 "integrity": "sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3431 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3432 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3433 "abab": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3434 "whatwg-mimetype": "^2.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3435 "whatwg-url": "^7.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3436 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3437 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3438 "whatwg-url": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3439 "version": "7.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3440 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3441 "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3442 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3443 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3444 "lodash.sortby": "^4.7.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3445 "tr46": "^1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3446 "webidl-conversions": "^4.0.2"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3447 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3448 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3449 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3450 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3451 "debug": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3452 "version": "4.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3453 "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3454 "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3455 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3456 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3457 "ms": "^2.1.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3458 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3459 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3460 "decamelize": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3461 "version": "1.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3462 "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3463 "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3464 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3465 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3466 "decode-uri-component": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3467 "version": "0.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3468 "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3469 "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3470 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3471 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3472 "deep-is": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3473 "version": "0.1.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3474 "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3475 "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3476 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3477 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3478 "deferred-leveldown": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3479 "version": "0.2.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3480 "resolved": "https://registry.npmjs.org/deferred-leveldown/-/deferred-leveldown-0.2.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3481 "integrity": "sha1-LO8fER4cV4cNi7uK8mUOWHzS9bQ=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3482 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3483 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3484 "abstract-leveldown": "~0.12.1"
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3485 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3486 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3487 "define-properties": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3488 "version": "1.1.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3489 "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3490 "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3491 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3492 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3493 "object-keys": "^1.0.12"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3494 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3495 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3496 "define-property": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3497 "version": "2.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3498 "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3499 "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3500 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3501 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3502 "is-descriptor": "^1.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3503 "isobject": "^3.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3504 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3505 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3506 "is-accessor-descriptor": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3507 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3508 "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3509 "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3510 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3511 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3512 "kind-of": "^6.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3513 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3514 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3515 "is-data-descriptor": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3516 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3517 "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3518 "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3519 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3520 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3521 "kind-of": "^6.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3522 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3523 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3524 "is-descriptor": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3525 "version": "1.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3526 "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3527 "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3528 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3529 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3530 "is-accessor-descriptor": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3531 "is-data-descriptor": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3532 "kind-of": "^6.0.2"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3533 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3534 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3535 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3536 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3537 "defined": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3538 "version": "1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3539 "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3540 "integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3541 "dev": true
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3542 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3543 "delayed-stream": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3544 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3545 "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3546 "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3547 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3548 "deps-sort": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3549 "version": "2.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3550 "resolved": "https://registry.npmjs.org/deps-sort/-/deps-sort-2.0.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3551 "integrity": "sha512-1orqXQr5po+3KI6kQb9A4jnXT1PBwggGl2d7Sq2xsnOeI9GPcE/tGcF9UiSZtZBM7MukY4cAh7MemS6tZYipfw==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3552 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3553 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3554 "JSONStream": "^1.0.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3555 "shasum-object": "^1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3556 "subarg": "^1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3557 "through2": "^2.0.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3558 }
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3559 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3560 "des.js": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3561 "version": "1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3562 "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3563 "integrity": "sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3564 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3565 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3566 "inherits": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3567 "minimalistic-assert": "^1.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3568 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3569 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3570 "detect-indent": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3571 "version": "4.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3572 "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3573 "integrity": "sha1-920GQ1LN9Docts5hnE7jqUdd4gg=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3574 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3575 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3576 "repeating": "^2.0.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3577 }
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3578 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3579 "detect-newline": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3580 "version": "2.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3581 "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-2.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3582 "integrity": "sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3583 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3584 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3585 "detective": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3586 "version": "4.7.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3587 "resolved": "https://registry.npmjs.org/detective/-/detective-4.7.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3588 "integrity": "sha512-H6PmeeUcZloWtdt4DAkFyzFL94arpHr3NOwwmVILFiy+9Qd4JTxxXrzfyGk/lmct2qVGBwTSwSXagqu2BxmWig==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3589 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3590 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3591 "acorn": "^5.2.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3592 "defined": "^1.0.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3593 }
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3594 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3595 "diff-sequences": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3596 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3597 "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3598 "integrity": "sha512-Dj6Wk3tWyTE+Fo1rW8v0Xhwk80um6yFYKbuAxc9c3EZxIHFDYwbi34Uk42u1CdnIiVorvt4RmlSDjIPyzGC2ew==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3599 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3600 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3601 "diffie-hellman": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3602 "version": "5.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3603 "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3604 "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3605 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3606 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3607 "bn.js": "^4.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3608 "miller-rabin": "^4.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3609 "randombytes": "^2.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3610 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3611 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3612 "dom-serializer": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3613 "version": "0.2.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3614 "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3615 "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3616 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3617 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3618 "domelementtype": "^2.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3619 "entities": "^2.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3620 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3621 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3622 "domelementtype": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3623 "version": "2.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3624 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.0.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3625 "integrity": "sha512-5HOHUDsYZWV8FGWN0Njbr/Rn7f/eWSQi1v7+HsUVwXgn8nWWlL64zKDkS0n8ZmQ3mlWOMuXOnR+7Nx/5tMO5AQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3626 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3627 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3628 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3629 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3630 "domain-browser": {
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3631 "version": "1.1.7",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3632 "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.1.7.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3633 "integrity": "sha1-hnqksJP6oF8d4IwG9NeyH9+GmLw=",
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3634 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3635 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3636 "domelementtype": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3637 "version": "1.3.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3638 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3639 "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3640 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3641 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3642 "domexception": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3643 "version": "1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3644 "resolved": "https://registry.npmjs.org/domexception/-/domexception-1.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3645 "integrity": "sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3646 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3647 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3648 "webidl-conversions": "^4.0.2"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3649 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3650 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3651 "domutils": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3652 "version": "1.7.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3653 "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3654 "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3655 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3656 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3657 "dom-serializer": "0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3658 "domelementtype": "1"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3659 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3660 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3661 "dot-prop": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3662 "version": "4.2.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3663 "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3664 "integrity": "sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3665 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3666 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3667 "is-obj": "^1.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3668 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3669 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3670 "duplexer2": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3671 "version": "0.1.4",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3672 "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3673 "integrity": "sha1-ixLauHjA1p4+eJEFFmKjL8a93ME=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3674 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3675 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3676 "readable-stream": "^2.0.2"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3677 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3678 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3679 "readable-stream": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3680 "version": "2.3.6",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3681 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3682 "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3683 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3684 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3685 "core-util-is": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3686 "inherits": "~2.0.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3687 "isarray": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3688 "process-nextick-args": "~2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3689 "safe-buffer": "~5.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3690 "string_decoder": "~1.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3691 "util-deprecate": "~1.0.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3692 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3693 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3694 "safe-buffer": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3695 "version": "5.1.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3696 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3697 "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3698 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3699 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3700 "string_decoder": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3701 "version": "1.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3702 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3703 "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3704 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3705 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3706 "safe-buffer": "~5.1.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3707 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3708 }
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3709 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3710 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3711 "ecc-jsbn": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3712 "version": "0.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3713 "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3714 "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3715 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3716 "jsbn": "~0.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3717 "safer-buffer": "^2.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3718 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3719 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3720 "electron-to-chromium": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3721 "version": "1.3.329",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3722 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.329.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3723 "integrity": "sha512-CoyYGbkQLwmOpaWRUZgeSNnEPH5fE5R8T7dhQIWV/rlIt+Kx6NFppQJ2oHELmzw8ZGabOBY5CrjGjyA+74QVoQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3724 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3725 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3726 "elliptic": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3727 "version": "6.5.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3728 "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3729 "integrity": "sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3730 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3731 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3732 "bn.js": "^4.4.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3733 "brorand": "^1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3734 "hash.js": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3735 "hmac-drbg": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3736 "inherits": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3737 "minimalistic-assert": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3738 "minimalistic-crypto-utils": "^1.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3739 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3740 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3741 "emoji-regex": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3742 "version": "7.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3743 "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3744 "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3745 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3746 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3747 "emojis-list": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3748 "version": "2.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3749 "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3750 "integrity": "sha1-TapNnbAPmBmIDHn6RXrlsJof04k=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3751 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3752 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3753 "end-of-stream": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3754 "version": "1.4.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3755 "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3756 "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3757 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3758 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3759 "once": "^1.4.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3760 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3761 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3762 "entities": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3763 "version": "2.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3764 "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3765 "integrity": "sha512-D9f7V0JSRwIxlRI2mjMqufDrRDnx8p+eEOz7aUM9SuvF8gsBzra0/6tbjl1m8eQHrZlYj6PxqE00hZ1SAIKPLw==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3766 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3767 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3768 "errno": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3769 "version": "0.1.7",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3770 "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.7.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3771 "integrity": "sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3772 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3773 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3774 "prr": "~1.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3775 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3776 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3777 "error-ex": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3778 "version": "1.3.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3779 "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3780 "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3781 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3782 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3783 "is-arrayish": "^0.2.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3784 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3785 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3786 "es-abstract": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3787 "version": "1.17.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3788 "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3789 "integrity": "sha512-yYkE07YF+6SIBmg1MsJ9dlub5L48Ek7X0qz+c/CPCHS9EBXfESorzng4cJQjJW5/pB6vDF41u7F8vUhLVDqIug==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3790 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3791 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3792 "es-to-primitive": "^1.2.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3793 "function-bind": "^1.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3794 "has": "^1.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3795 "has-symbols": "^1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3796 "is-callable": "^1.1.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3797 "is-regex": "^1.0.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3798 "object-inspect": "^1.7.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3799 "object-keys": "^1.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3800 "object.assign": "^4.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3801 "string.prototype.trimleft": "^2.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3802 "string.prototype.trimright": "^2.1.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3803 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3804 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3805 "es-to-primitive": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3806 "version": "1.2.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3807 "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3808 "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3809 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3810 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3811 "is-callable": "^1.1.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3812 "is-date-object": "^1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3813 "is-symbol": "^1.0.2"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3814 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3815 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3816 "escape-string-regexp": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3817 "version": "1.0.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3818 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3819 "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3820 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3821 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3822 "escodegen": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3823 "version": "1.12.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3824 "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.12.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3825 "integrity": "sha512-TuA+EhsanGcme5T3R0L80u4t8CpbXQjegRmf7+FPTJrtCTErXFeelblRgHQa1FofEzqYYJmJ/OqjTwREp9qgmg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3826 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3827 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3828 "esprima": "^3.1.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3829 "estraverse": "^4.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3830 "esutils": "^2.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3831 "optionator": "^0.8.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3832 "source-map": "~0.6.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3833 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3834 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3835 "esprima": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3836 "version": "3.1.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3837 "resolved": "https://registry.npmjs.org/esprima/-/esprima-3.1.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3838 "integrity": "sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3839 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3840 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3841 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3842 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3843 "esprima": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3844 "version": "4.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3845 "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3846 "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3847 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
3848 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3849 "estraverse": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3850 "version": "4.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3851 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3852 "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3853 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3854 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3855 "estree-walker": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3856 "version": "0.6.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3857 "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-0.6.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3858 "integrity": "sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3859 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3860 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3861 "esutils": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3862 "version": "2.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3863 "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3864 "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3865 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3866 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3867 "events": {
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3868 "version": "1.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3869 "resolved": "https://registry.npmjs.org/events/-/events-1.1.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3870 "integrity": "sha1-nr23Y1rQmccNzEwqH1AEKI6L2SQ=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3871 "dev": true
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3872 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3873 "evp_bytestokey": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3874 "version": "1.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3875 "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3876 "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3877 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3878 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3879 "md5.js": "^1.3.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3880 "safe-buffer": "^5.1.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3881 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3882 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3883 "exec-sh": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3884 "version": "0.3.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3885 "resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.3.4.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3886 "integrity": "sha512-sEFIkc61v75sWeOe72qyrqg2Qg0OuLESziUDk/O/z2qgS15y2gWVFrI6f2Qn/qw/0/NCfCEsmNA4zOjkwEZT1A==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3887 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3888 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3889 "execa": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3890 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3891 "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3892 "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3893 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3894 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3895 "cross-spawn": "^6.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3896 "get-stream": "^4.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3897 "is-stream": "^1.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3898 "npm-run-path": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3899 "p-finally": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3900 "signal-exit": "^3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3901 "strip-eof": "^1.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3902 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3903 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3904 "exit": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3905 "version": "0.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3906 "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3907 "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3908 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3909 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3910 "expand-brackets": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3911 "version": "2.1.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3912 "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3913 "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3914 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3915 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3916 "debug": "^2.3.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3917 "define-property": "^0.2.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3918 "extend-shallow": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3919 "posix-character-classes": "^0.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3920 "regex-not": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3921 "snapdragon": "^0.8.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3922 "to-regex": "^3.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3923 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3924 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3925 "debug": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3926 "version": "2.6.9",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3927 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3928 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3929 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3930 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3931 "ms": "2.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3932 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3933 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3934 "define-property": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3935 "version": "0.2.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3936 "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3937 "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3938 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3939 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3940 "is-descriptor": "^0.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3941 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3942 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3943 "extend-shallow": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3944 "version": "2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3945 "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3946 "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3947 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3948 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3949 "is-extendable": "^0.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3950 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3951 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3952 "ms": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3953 "version": "2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3954 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3955 "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3956 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3957 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3958 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
3959 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3960 "expand-range": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3961 "version": "1.8.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3962 "resolved": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3963 "integrity": "sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3964 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3965 "optional": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3966 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3967 "fill-range": "^2.1.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3968 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3969 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3970 "fill-range": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3971 "version": "2.2.4",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3972 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-2.2.4.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3973 "integrity": "sha512-cnrcCbj01+j2gTG921VZPnHbjmdAf8oQV/iGeV2kZxGSyfYjjTyY79ErsK1WJWMpw6DaApEX72binqJE+/d+5Q==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3974 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3975 "optional": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3976 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3977 "is-number": "^2.1.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3978 "isobject": "^2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3979 "randomatic": "^3.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3980 "repeat-element": "^1.1.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3981 "repeat-string": "^1.5.2"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3982 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3983 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3984 "is-number": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3985 "version": "2.1.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3986 "resolved": "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3987 "integrity": "sha1-Afy7s5NGOlSPL0ZszhbezknbkI8=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3988 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3989 "optional": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3990 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3991 "kind-of": "^3.0.2"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3992 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3993 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3994 "isobject": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3995 "version": "2.1.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3996 "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3997 "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3998 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
3999 "optional": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4000 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4001 "isarray": "1.0.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4002 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4003 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4004 "kind-of": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4005 "version": "3.2.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4006 "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4007 "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4008 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4009 "optional": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4010 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4011 "is-buffer": "^1.1.5"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4012 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4013 }
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4014 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4015 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4016 "expect": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4017 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4018 "resolved": "https://registry.npmjs.org/expect/-/expect-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4019 "integrity": "sha512-wvVAx8XIol3Z5m9zvZXiyZOQ+sRJqNTIm6sGjdWlaZIeupQGO3WbYI+15D/AmEwZywL6wtJkbAbJtzkOfBuR0Q==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4020 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4021 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4022 "@jest/types": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4023 "ansi-styles": "^3.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4024 "jest-get-type": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4025 "jest-matcher-utils": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4026 "jest-message-util": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4027 "jest-regex-util": "^24.9.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4028 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4029 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4030 "extend": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4031 "version": "3.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4032 "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4033 "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4034 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4035 "extend-shallow": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4036 "version": "3.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4037 "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4038 "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4039 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4040 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4041 "assign-symbols": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4042 "is-extendable": "^1.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4043 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4044 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4045 "is-extendable": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4046 "version": "1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4047 "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4048 "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4049 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4050 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4051 "is-plain-object": "^2.0.4"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4052 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4053 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4054 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4055 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4056 "extglob": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4057 "version": "2.0.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4058 "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4059 "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4060 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4061 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4062 "array-unique": "^0.3.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4063 "define-property": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4064 "expand-brackets": "^2.1.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4065 "extend-shallow": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4066 "fragment-cache": "^0.2.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4067 "regex-not": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4068 "snapdragon": "^0.8.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4069 "to-regex": "^3.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4070 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4071 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4072 "define-property": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4073 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4074 "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4075 "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4076 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4077 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4078 "is-descriptor": "^1.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4079 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4080 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4081 "extend-shallow": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4082 "version": "2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4083 "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4084 "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4085 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4086 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4087 "is-extendable": "^0.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4088 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4089 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4090 "is-accessor-descriptor": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4091 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4092 "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4093 "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4094 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4095 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4096 "kind-of": "^6.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4097 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4098 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4099 "is-data-descriptor": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4100 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4101 "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4102 "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4103 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4104 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4105 "kind-of": "^6.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4106 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4107 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4108 "is-descriptor": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4109 "version": "1.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4110 "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4111 "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4112 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4113 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4114 "is-accessor-descriptor": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4115 "is-data-descriptor": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4116 "kind-of": "^6.0.2"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4117 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4118 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4119 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4120 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4121 "extsprintf": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4122 "version": "1.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4123 "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4124 "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4125 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4126 "fast-deep-equal": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4127 "version": "2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4128 "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4129 "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4130 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4131 "fast-json-stable-stringify": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4132 "version": "2.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4133 "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4134 "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4135 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4136 "fast-levenshtein": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4137 "version": "2.0.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4138 "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4139 "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4140 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4141 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4142 "fast-safe-stringify": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4143 "version": "2.0.7",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4144 "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.0.7.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4145 "integrity": "sha512-Utm6CdzT+6xsDk2m8S6uL8VHxNwI6Jub+e9NYTcAms28T84pTa25GJQV9j0CY0N1rM8hK4x6grpF2BQf+2qwVA==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4146 "dev": true
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4147 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
4148 "fastparse": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
4149 "version": "1.1.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
4150 "resolved": "https://registry.npmjs.org/fastparse/-/fastparse-1.1.2.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
4151 "integrity": "sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
4152 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
4153 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4154 "fb-watchman": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4155 "version": "2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4156 "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4157 "integrity": "sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4158 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4159 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4160 "bser": "2.1.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4161 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4162 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4163 "file-uri-to-path": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4164 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4165 "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4166 "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4167 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4168 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4169 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4170 "filename-regex": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4171 "version": "2.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4172 "resolved": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4173 "integrity": "sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4174 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4175 "optional": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4176 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4177 "fill-range": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4178 "version": "4.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4179 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4180 "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4181 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4182 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4183 "extend-shallow": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4184 "is-number": "^3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4185 "repeat-string": "^1.6.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4186 "to-regex-range": "^2.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4187 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4188 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4189 "extend-shallow": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4190 "version": "2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4191 "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4192 "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4193 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4194 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4195 "is-extendable": "^0.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4196 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4197 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4198 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4199 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4200 "find-babel-config": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4201 "version": "1.2.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4202 "resolved": "https://registry.npmjs.org/find-babel-config/-/find-babel-config-1.2.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4203 "integrity": "sha512-jB2CHJeqy6a820ssiqwrKMeyC6nNdmrcgkKWJWmpoxpE8RKciYJXCcXRq1h2AzCo5I5BJeN2tkGEO3hLTuePRA==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4204 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4205 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4206 "json5": "^0.5.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4207 "path-exists": "^3.0.0"
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4208 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4209 "dependencies": {
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4210 "json5": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4211 "version": "0.5.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4212 "resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4213 "integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=",
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4214 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4215 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4216 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4217 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4218 "find-up": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4219 "version": "3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4220 "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4221 "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4222 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4223 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4224 "locate-path": "^3.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4225 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4226 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4227 "for-in": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4228 "version": "1.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4229 "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4230 "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4231 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4232 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4233 "for-own": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4234 "version": "0.1.5",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4235 "resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4236 "integrity": "sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4237 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4238 "optional": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4239 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4240 "for-in": "^1.0.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4241 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4242 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4243 "foreach": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4244 "version": "2.0.5",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4245 "resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4246 "integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4247 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4248 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4249 "forever-agent": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4250 "version": "0.6.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4251 "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4252 "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4253 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4254 "form-data": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4255 "version": "2.3.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4256 "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4257 "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4258 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4259 "asynckit": "^0.4.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4260 "combined-stream": "^1.0.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4261 "mime-types": "^2.1.12"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4262 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4263 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4264 "fragment-cache": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4265 "version": "0.2.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4266 "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4267 "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4268 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4269 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4270 "map-cache": "^0.2.2"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4271 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4272 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4273 "fs-extra": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4274 "version": "8.1.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4275 "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4276 "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4277 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4278 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4279 "graceful-fs": "^4.2.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4280 "jsonfile": "^4.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4281 "universalify": "^0.1.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4282 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4283 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4284 "fs-readdir-recursive": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4285 "version": "1.1.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4286 "resolved": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4287 "integrity": "sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4288 "dev": true
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4289 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4290 "fs.realpath": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4291 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4292 "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4293 "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4294 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4295 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4296 "fsevents": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4297 "version": "1.2.11",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4298 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.11.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4299 "integrity": "sha512-+ux3lx6peh0BpvY0JebGyZoiR4D+oYzdPZMKJwkZ+sFkNJzpL7tXc/wehS49gUAxg3tmMHPHZkA8JU2rhhgDHw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4300 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4301 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4302 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4303 "bindings": "^1.5.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4304 "nan": "^2.12.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4305 "node-pre-gyp": "*"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4306 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4307 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4308 "abbrev": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4309 "version": "1.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4310 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4311 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4312 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4313 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4314 "ansi-regex": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4315 "version": "2.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4316 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4317 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4318 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4319 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4320 "aproba": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4321 "version": "1.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4322 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4323 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4324 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4325 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4326 "are-we-there-yet": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4327 "version": "1.1.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4328 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4329 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4330 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4331 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4332 "delegates": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4333 "readable-stream": "^2.0.6"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4334 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4335 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4336 "balanced-match": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4337 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4338 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4339 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4340 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4341 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4342 "brace-expansion": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4343 "version": "1.1.11",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4344 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4345 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4346 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4347 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4348 "balanced-match": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4349 "concat-map": "0.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4350 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4351 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4352 "chownr": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4353 "version": "1.1.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4354 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4355 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4356 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4357 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4358 "code-point-at": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4359 "version": "1.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4360 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4361 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4362 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4363 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4364 "concat-map": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4365 "version": "0.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4366 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4367 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4368 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4369 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4370 "console-control-strings": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4371 "version": "1.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4372 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4373 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4374 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4375 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4376 "core-util-is": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4377 "version": "1.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4378 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4379 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4380 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4381 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4382 "debug": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4383 "version": "3.2.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4384 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4385 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4386 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4387 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4388 "ms": "^2.1.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4389 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4390 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4391 "deep-extend": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4392 "version": "0.6.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4393 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4394 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4395 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4396 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4397 "delegates": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4398 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4399 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4400 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4401 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4402 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4403 "detect-libc": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4404 "version": "1.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4405 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4406 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4407 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4408 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4409 "fs-minipass": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4410 "version": "1.2.7",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4411 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4412 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4413 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4414 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4415 "minipass": "^2.6.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4416 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4417 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4418 "fs.realpath": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4419 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4420 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4421 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4422 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4423 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4424 "gauge": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4425 "version": "2.7.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4426 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4427 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4428 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4429 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4430 "aproba": "^1.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4431 "console-control-strings": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4432 "has-unicode": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4433 "object-assign": "^4.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4434 "signal-exit": "^3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4435 "string-width": "^1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4436 "strip-ansi": "^3.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4437 "wide-align": "^1.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4438 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4439 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4440 "glob": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4441 "version": "7.1.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4442 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4443 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4444 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4445 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4446 "fs.realpath": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4447 "inflight": "^1.0.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4448 "inherits": "2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4449 "minimatch": "^3.0.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4450 "once": "^1.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4451 "path-is-absolute": "^1.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4452 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4453 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4454 "has-unicode": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4455 "version": "2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4456 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4457 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4458 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4459 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4460 "iconv-lite": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4461 "version": "0.4.24",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4462 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4463 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4464 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4465 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4466 "safer-buffer": ">= 2.1.2 < 3"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4467 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4468 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4469 "ignore-walk": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4470 "version": "3.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4471 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4472 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4473 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4474 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4475 "minimatch": "^3.0.4"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4476 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4477 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4478 "inflight": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4479 "version": "1.0.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4480 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4481 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4482 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4483 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4484 "once": "^1.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4485 "wrappy": "1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4486 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4487 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4488 "inherits": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4489 "version": "2.0.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4490 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4491 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4492 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4493 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4494 "ini": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4495 "version": "1.3.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4496 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4497 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4498 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4499 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4500 "is-fullwidth-code-point": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4501 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4502 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4503 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4504 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4505 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4506 "number-is-nan": "^1.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4507 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4508 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4509 "isarray": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4510 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4511 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4512 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4513 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4514 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4515 "minimatch": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4516 "version": "3.0.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4517 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4518 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4519 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4520 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4521 "brace-expansion": "^1.1.7"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4522 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4523 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4524 "minimist": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4525 "version": "0.0.8",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4526 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4527 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4528 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4529 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4530 "minipass": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4531 "version": "2.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4532 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4533 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4534 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4535 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4536 "safe-buffer": "^5.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4537 "yallist": "^3.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4538 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4539 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4540 "minizlib": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4541 "version": "1.3.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4542 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4543 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4544 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4545 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4546 "minipass": "^2.9.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4547 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4548 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4549 "mkdirp": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4550 "version": "0.5.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4551 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4552 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4553 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4554 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4555 "minimist": "0.0.8"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4556 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4557 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4558 "ms": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4559 "version": "2.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4560 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4561 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4562 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4563 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4564 "needle": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4565 "version": "2.4.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4566 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4567 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4568 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4569 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4570 "debug": "^3.2.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4571 "iconv-lite": "^0.4.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4572 "sax": "^1.2.4"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4573 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4574 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4575 "node-pre-gyp": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4576 "version": "0.14.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4577 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4578 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4579 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4580 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4581 "detect-libc": "^1.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4582 "mkdirp": "^0.5.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4583 "needle": "^2.2.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4584 "nopt": "^4.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4585 "npm-packlist": "^1.1.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4586 "npmlog": "^4.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4587 "rc": "^1.2.7",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4588 "rimraf": "^2.6.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4589 "semver": "^5.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4590 "tar": "^4.4.2"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4591 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4592 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4593 "nopt": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4594 "version": "4.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4595 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4596 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4597 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4598 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4599 "abbrev": "1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4600 "osenv": "^0.1.4"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4601 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4602 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4603 "npm-bundled": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4604 "version": "1.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4605 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4606 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4607 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4608 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4609 "npm-normalize-package-bin": "^1.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4610 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4611 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4612 "npm-normalize-package-bin": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4613 "version": "1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4614 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4615 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4616 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4617 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4618 "npm-packlist": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4619 "version": "1.4.7",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4620 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4621 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4622 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4623 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4624 "ignore-walk": "^3.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4625 "npm-bundled": "^1.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4626 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4627 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4628 "npmlog": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4629 "version": "4.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4630 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4631 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4632 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4633 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4634 "are-we-there-yet": "~1.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4635 "console-control-strings": "~1.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4636 "gauge": "~2.7.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4637 "set-blocking": "~2.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4638 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4639 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4640 "number-is-nan": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4641 "version": "1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4642 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4643 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4644 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4645 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4646 "object-assign": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4647 "version": "4.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4648 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4649 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4650 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4651 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4652 "once": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4653 "version": "1.4.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4654 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4655 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4656 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4657 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4658 "wrappy": "1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4659 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4660 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4661 "os-homedir": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4662 "version": "1.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4663 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4664 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4665 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4666 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4667 "os-tmpdir": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4668 "version": "1.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4669 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4670 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4671 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4672 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4673 "osenv": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4674 "version": "0.1.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4675 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4676 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4677 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4678 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4679 "os-homedir": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4680 "os-tmpdir": "^1.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4681 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4682 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4683 "path-is-absolute": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4684 "version": "1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4685 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4686 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4687 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4688 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4689 "process-nextick-args": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4690 "version": "2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4691 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4692 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4693 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4694 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4695 "rc": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4696 "version": "1.2.8",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4697 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4698 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4699 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4700 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4701 "deep-extend": "^0.6.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4702 "ini": "~1.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4703 "minimist": "^1.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4704 "strip-json-comments": "~2.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4705 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4706 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4707 "minimist": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4708 "version": "1.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4709 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4710 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4711 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4712 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4713 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4714 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4715 "readable-stream": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4716 "version": "2.3.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4717 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4718 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4719 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4720 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4721 "core-util-is": "~1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4722 "inherits": "~2.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4723 "isarray": "~1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4724 "process-nextick-args": "~2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4725 "safe-buffer": "~5.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4726 "string_decoder": "~1.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4727 "util-deprecate": "~1.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4728 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4729 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4730 "rimraf": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4731 "version": "2.7.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4732 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4733 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4734 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4735 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4736 "glob": "^7.1.3"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4737 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4738 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4739 "safe-buffer": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4740 "version": "5.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4741 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4742 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4743 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4744 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4745 "safer-buffer": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4746 "version": "2.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4747 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4748 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4749 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4750 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4751 "sax": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4752 "version": "1.2.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4753 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4754 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4755 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4756 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4757 "semver": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4758 "version": "5.7.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4759 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4760 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4761 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4762 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4763 "set-blocking": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4764 "version": "2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4765 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4766 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4767 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4768 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4769 "signal-exit": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4770 "version": "3.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4771 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4772 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4773 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4774 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4775 "string-width": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4776 "version": "1.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4777 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4778 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4779 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4780 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4781 "code-point-at": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4782 "is-fullwidth-code-point": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4783 "strip-ansi": "^3.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4784 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4785 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4786 "string_decoder": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4787 "version": "1.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4788 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4789 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4790 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4791 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4792 "safe-buffer": "~5.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4793 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4794 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4795 "strip-ansi": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4796 "version": "3.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4797 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4798 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4799 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4800 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4801 "ansi-regex": "^2.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4802 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4803 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4804 "strip-json-comments": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4805 "version": "2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4806 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4807 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4808 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4809 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4810 "tar": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4811 "version": "4.4.13",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4812 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4813 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4814 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4815 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4816 "chownr": "^1.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4817 "fs-minipass": "^1.2.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4818 "minipass": "^2.8.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4819 "minizlib": "^1.2.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4820 "mkdirp": "^0.5.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4821 "safe-buffer": "^5.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4822 "yallist": "^3.0.3"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4823 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4824 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4825 "util-deprecate": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4826 "version": "1.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4827 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4828 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4829 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4830 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4831 "wide-align": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4832 "version": "1.1.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4833 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4834 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4835 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4836 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4837 "string-width": "^1.0.2 || 2"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4838 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4839 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4840 "wrappy": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4841 "version": "1.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4842 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4843 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4844 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4845 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4846 "yallist": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4847 "version": "3.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4848 "bundled": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4849 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4850 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4851 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4852 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4853 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4854 "function-bind": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4855 "version": "1.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4856 "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4857 "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4858 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4859 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4860 "fwd-stream": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4861 "version": "1.0.4",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4862 "resolved": "https://registry.npmjs.org/fwd-stream/-/fwd-stream-1.0.4.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4863 "integrity": "sha1-7Sgcq+1G/uz5Ie4y3ExQs3KsfPo=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4864 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4865 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4866 "readable-stream": "~1.0.26-4"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4867 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4868 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4869 "isarray": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4870 "version": "0.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4871 "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4872 "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4873 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4874 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4875 "readable-stream": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4876 "version": "1.0.34",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4877 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4878 "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4879 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4880 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4881 "core-util-is": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4882 "inherits": "~2.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4883 "isarray": "0.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4884 "string_decoder": "~0.10.x"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4885 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4886 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4887 "string_decoder": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4888 "version": "0.10.31",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4889 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4890 "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4891 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4892 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4893 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4894 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
4895 "generic-names": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
4896 "version": "2.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
4897 "resolved": "https://registry.npmjs.org/generic-names/-/generic-names-2.0.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
4898 "integrity": "sha512-kPCHWa1m9wGG/OwQpeweTwM/PYiQLrUIxXbt/P4Nic3LbGjCP0YwrALHW1uNLKZ0LIMg+RF+XRlj2ekT9ZlZAQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
4899 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
4900 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
4901 "loader-utils": "^1.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
4902 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
4903 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4904 "get-assigned-identifiers": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4905 "version": "1.2.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4906 "resolved": "https://registry.npmjs.org/get-assigned-identifiers/-/get-assigned-identifiers-1.2.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4907 "integrity": "sha512-mBBwmeGTrxEMO4pMaaf/uUEFHnYtwr8FTe8Y/mer4rcV/bye0qGm6pw1bGZFGStxC5O76c5ZAVBGnqHmOaJpdQ==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4908 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4909 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4910 "get-caller-file": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4911 "version": "2.0.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4912 "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4913 "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4914 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4915 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4916 "get-stream": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4917 "version": "4.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4918 "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4919 "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4920 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4921 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4922 "pump": "^3.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4923 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4924 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4925 "get-value": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4926 "version": "2.0.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4927 "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4928 "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4929 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4930 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4931 "getpass": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4932 "version": "0.1.7",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4933 "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4934 "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4935 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4936 "assert-plus": "^1.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4937 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4938 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4939 "glob": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4940 "version": "7.1.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4941 "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4942 "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4943 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4944 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4945 "fs.realpath": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4946 "inflight": "^1.0.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4947 "inherits": "2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4948 "minimatch": "^3.0.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4949 "once": "^1.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4950 "path-is-absolute": "^1.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4951 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4952 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4953 "glob-base": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4954 "version": "0.3.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4955 "resolved": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4956 "integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4957 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4958 "optional": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4959 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4960 "glob-parent": "^2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4961 "is-glob": "^2.0.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4962 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4963 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4964 "glob-parent": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4965 "version": "2.0.0",
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4966 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4967 "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4968 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4969 "optional": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4970 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
4971 "is-glob": "^2.0.0"
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4972 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4973 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4974 "globals": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4975 "version": "11.12.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4976 "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4977 "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4978 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4979 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4980 "graceful-fs": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4981 "version": "4.2.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4982 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4983 "integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4984 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4985 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4986 "growly": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4987 "version": "1.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4988 "resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4989 "integrity": "sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4990 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4991 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4992 "handlebars": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4993 "version": "4.5.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4994 "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.5.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4995 "integrity": "sha512-3yPecJoJHK/4c6aZhSvxOyG4vJKDshV36VHp0iVCDVh7o9w2vwi3NSnL2MMPj3YdduqaBcu7cGbggJQM0br9xA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4996 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4997 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4998 "neo-async": "^2.6.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
4999 "optimist": "^0.6.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5000 "source-map": "^0.6.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5001 "uglify-js": "^3.1.4"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5002 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5003 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5004 "har-schema": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5005 "version": "2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5006 "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5007 "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5008 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5009 "har-validator": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5010 "version": "5.1.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5011 "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5012 "integrity": "sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5013 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5014 "ajv": "^6.5.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5015 "har-schema": "^2.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5016 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5017 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5018 "has": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5019 "version": "1.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5020 "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5021 "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5022 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5023 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5024 "function-bind": "^1.1.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5025 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5026 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5027 "has-ansi": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5028 "version": "2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5029 "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5030 "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5031 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5032 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5033 "ansi-regex": "^2.0.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5034 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5035 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5036 "ansi-regex": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5037 "version": "2.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5038 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5039 "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5040 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5041 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5042 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5043 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5044 "has-flag": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5045 "version": "3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5046 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5047 "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5048 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5049 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5050 "has-symbols": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5051 "version": "1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5052 "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5053 "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5054 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5055 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5056 "has-value": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5057 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5058 "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5059 "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5060 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5061 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5062 "get-value": "^2.0.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5063 "has-values": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5064 "isobject": "^3.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5065 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5066 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5067 "has-values": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5068 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5069 "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5070 "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5071 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5072 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5073 "is-number": "^3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5074 "kind-of": "^4.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5075 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5076 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5077 "kind-of": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5078 "version": "4.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5079 "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5080 "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5081 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5082 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5083 "is-buffer": "^1.1.5"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5084 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5085 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5086 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5087 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5088 "hash-base": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5089 "version": "3.0.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5090 "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5091 "integrity": "sha1-X8hoaEfs1zSZQDMZprCj8/auSRg=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5092 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5093 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5094 "inherits": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5095 "safe-buffer": "^5.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5096 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5097 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5098 "hash.js": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5099 "version": "1.1.7",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5100 "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5101 "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5102 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5103 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5104 "inherits": "^2.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5105 "minimalistic-assert": "^1.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5106 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5107 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5108 "hex-color-regex": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5109 "version": "1.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5110 "resolved": "https://registry.npmjs.org/hex-color-regex/-/hex-color-regex-1.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5111 "integrity": "sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5112 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5113 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5114 "hmac-drbg": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5115 "version": "1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5116 "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5117 "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5118 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5119 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5120 "hash.js": "^1.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5121 "minimalistic-assert": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5122 "minimalistic-crypto-utils": "^1.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5123 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5124 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5125 "home-or-tmp": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5126 "version": "2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5127 "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-2.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5128 "integrity": "sha1-42w/LSyufXRqhX440Y1fMqeILbg=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5129 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5130 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5131 "os-homedir": "^1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5132 "os-tmpdir": "^1.0.1"
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5133 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5134 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5135 "hosted-git-info": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5136 "version": "2.8.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5137 "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.5.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5138 "integrity": "sha512-kssjab8CvdXfcXMXVcvsXum4Hwdq9XGtRD3TteMEvEbq0LXyiNQr6AprqKqfeaDXze7SxWvRxdpwE6ku7ikLkg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5139 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5140 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5141 "hsl-regex": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5142 "version": "1.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5143 "resolved": "https://registry.npmjs.org/hsl-regex/-/hsl-regex-1.0.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5144 "integrity": "sha1-1JMwx4ntgZ4nakwNJy3/owsY/m4=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5145 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5146 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5147 "hsla-regex": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5148 "version": "1.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5149 "resolved": "https://registry.npmjs.org/hsla-regex/-/hsla-regex-1.0.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5150 "integrity": "sha1-wc56MWjIxmFAM6S194d/OyJfnDg=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5151 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5152 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5153 "html-comment-regex": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5154 "version": "1.1.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5155 "resolved": "https://registry.npmjs.org/html-comment-regex/-/html-comment-regex-1.1.2.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5156 "integrity": "sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5157 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5158 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5159 "html-encoding-sniffer": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5160 "version": "1.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5161 "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5162 "integrity": "sha512-71lZziiDnsuabfdYiUeWdCVyKuqwWi23L8YeIgV9jSSZHCtb6wB1BKWooH7L3tn4/FuZJMVWyNaIDr4RGmaSYw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5163 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5164 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5165 "whatwg-encoding": "^1.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5166 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5167 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5168 "htmlescape": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5169 "version": "1.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5170 "resolved": "https://registry.npmjs.org/htmlescape/-/htmlescape-1.1.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5171 "integrity": "sha1-OgPtwiFLyjtmQko+eVk0lQnLA1E=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5172 "dev": true
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5173 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5174 "http-signature": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5175 "version": "1.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5176 "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5177 "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5178 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5179 "assert-plus": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5180 "jsprim": "^1.2.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5181 "sshpk": "^1.7.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5182 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5183 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5184 "https-browserify": {
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5185 "version": "0.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5186 "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-0.0.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5187 "integrity": "sha1-P5E2XKvmC3ftDruiS0VOPgnZWoI=",
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5188 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5189 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5190 "iconv-lite": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5191 "version": "0.4.24",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5192 "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5193 "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
42
895ae7c5b0f4 don't pile all the deps in our sharable library. other fixes to make it work as a dep.
drewp@bigasterisk.com
parents: 35
diff changeset
5194 "dev": true,
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5195 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5196 "safer-buffer": ">= 2.1.2 < 3"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5197 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5198 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5199 "icss-replace-symbols": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5200 "version": "1.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5201 "resolved": "https://registry.npmjs.org/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5202 "integrity": "sha1-Bupvg2ead0njhs/h/oEq5dsiPe0=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5203 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5204 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5205 "idb-wrapper": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5206 "version": "1.7.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5207 "resolved": "https://registry.npmjs.org/idb-wrapper/-/idb-wrapper-1.7.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5208 "integrity": "sha512-zfNREywMuf0NzDo9mVsL0yegjsirJxHpKHvWcyRozIqQy89g0a3U+oBPOCN4cc0oCiOuYgZHimzaW/R46G1Mpg==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5209 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5210 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5211 "ieee754": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5212 "version": "1.1.13",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5213 "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5214 "integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5215 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5216 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5217 "import-cwd": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5218 "version": "2.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5219 "resolved": "https://registry.npmjs.org/import-cwd/-/import-cwd-2.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5220 "integrity": "sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5221 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5222 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5223 "import-from": "^2.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5224 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5225 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5226 "import-fresh": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5227 "version": "2.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5228 "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5229 "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5230 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5231 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5232 "caller-path": "^2.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5233 "resolve-from": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5234 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5235 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5236 "import-from": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5237 "version": "2.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5238 "resolved": "https://registry.npmjs.org/import-from/-/import-from-2.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5239 "integrity": "sha1-M1238qev/VOqpHHUuAId7ja387E=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5240 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5241 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5242 "resolve-from": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5243 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5244 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5245 "import-local": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5246 "version": "2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5247 "resolved": "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5248 "integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5249 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5250 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5251 "pkg-dir": "^3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5252 "resolve-cwd": "^2.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5253 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5254 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5255 "imurmurhash": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5256 "version": "0.1.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5257 "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5258 "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5259 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5260 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5261 "indexes-of": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5262 "version": "1.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5263 "resolved": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5264 "integrity": "sha1-8w9xbI4r00bHtn0985FVZqfAVgc=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5265 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5266 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5267 "indexof": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5268 "version": "0.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5269 "resolved": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5270 "integrity": "sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10=",
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5271 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5272 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5273 "inflight": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5274 "version": "1.0.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5275 "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5276 "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5277 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5278 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5279 "once": "^1.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5280 "wrappy": "1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5281 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5282 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5283 "inherits": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5284 "version": "2.0.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5285 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5286 "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5287 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5288 "inline-source-map": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5289 "version": "0.6.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5290 "resolved": "https://registry.npmjs.org/inline-source-map/-/inline-source-map-0.6.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5291 "integrity": "sha1-+Tk0ccGKedFyT4Y/o4tYY3Ct4qU=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5292 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5293 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5294 "source-map": "~0.5.3"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5295 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5296 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5297 "source-map": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5298 "version": "0.5.7",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5299 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5300 "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5301 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5302 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5303 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5304 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5305 "insert-module-globals": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5306 "version": "7.2.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5307 "resolved": "https://registry.npmjs.org/insert-module-globals/-/insert-module-globals-7.2.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5308 "integrity": "sha512-VE6NlW+WGn2/AeOMd496AHFYmE7eLKkUY6Ty31k4og5vmA3Fjuwe9v6ifH6Xx/Hz27QvdoMoviw1/pqWRB09Sw==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5309 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5310 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5311 "JSONStream": "^1.0.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5312 "acorn-node": "^1.5.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5313 "combine-source-map": "^0.8.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5314 "concat-stream": "^1.6.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5315 "is-buffer": "^1.1.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5316 "path-is-absolute": "^1.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5317 "process": "~0.11.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5318 "through2": "^2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5319 "undeclared-identifiers": "^1.1.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5320 "xtend": "^4.0.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5321 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5322 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5323 "xtend": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5324 "version": "4.0.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5325 "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5326 "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5327 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5328 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5329 }
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5330 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5331 "invariant": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5332 "version": "2.2.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5333 "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5334 "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5335 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5336 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5337 "loose-envify": "^1.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5338 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5339 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5340 "is": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5341 "version": "0.2.7",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5342 "resolved": "https://registry.npmjs.org/is/-/is-0.2.7.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5343 "integrity": "sha1-OzSixI81mXLzUEKEkZOucmS2NWI=",
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5344 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5345 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5346 "is-absolute-url": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5347 "version": "2.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5348 "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-2.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5349 "integrity": "sha1-UFMN+4T8yap9vnhS6Do3uTufKqY=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5350 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5351 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5352 "is-accessor-descriptor": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5353 "version": "0.1.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5354 "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5355 "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5356 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5357 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5358 "kind-of": "^3.0.2"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5359 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5360 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5361 "kind-of": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5362 "version": "3.2.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5363 "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5364 "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5365 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5366 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5367 "is-buffer": "^1.1.5"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5368 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5369 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5370 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5371 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5372 "is-arrayish": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5373 "version": "0.2.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5374 "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5375 "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5376 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5377 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5378 "is-binary-path": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5379 "version": "1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5380 "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5381 "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5382 "dev": true,
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5383 "optional": true,
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5384 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5385 "binary-extensions": "^1.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5386 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5387 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5388 "is-buffer": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5389 "version": "1.1.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5390 "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5391 "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5392 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5393 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5394 "is-callable": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5395 "version": "1.1.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5396 "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.5.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5397 "integrity": "sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5398 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5399 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5400 "is-ci": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5401 "version": "2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5402 "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5403 "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5404 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5405 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5406 "ci-info": "^2.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5407 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5408 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5409 "is-color-stop": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5410 "version": "1.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5411 "resolved": "https://registry.npmjs.org/is-color-stop/-/is-color-stop-1.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5412 "integrity": "sha1-z/9HGu5N1cnhWFmPvhKWe1za00U=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5413 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5414 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5415 "css-color-names": "^0.0.4",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5416 "hex-color-regex": "^1.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5417 "hsl-regex": "^1.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5418 "hsla-regex": "^1.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5419 "rgb-regex": "^1.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5420 "rgba-regex": "^1.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5421 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5422 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5423 "is-data-descriptor": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5424 "version": "0.1.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5425 "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5426 "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5427 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5428 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5429 "kind-of": "^3.0.2"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5430 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5431 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5432 "kind-of": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5433 "version": "3.2.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5434 "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5435 "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5436 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5437 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5438 "is-buffer": "^1.1.5"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5439 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5440 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5441 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5442 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5443 "is-date-object": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5444 "version": "1.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5445 "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5446 "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5447 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5448 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5449 "is-descriptor": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5450 "version": "0.1.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5451 "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5452 "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5453 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5454 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5455 "is-accessor-descriptor": "^0.1.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5456 "is-data-descriptor": "^0.1.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5457 "kind-of": "^5.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5458 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5459 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5460 "kind-of": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5461 "version": "5.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5462 "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5463 "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5464 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5465 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5466 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5467 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5468 "is-directory": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5469 "version": "0.3.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5470 "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5471 "integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5472 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5473 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5474 "is-dotfile": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5475 "version": "1.0.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5476 "resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5477 "integrity": "sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5478 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5479 "optional": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5480 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5481 "is-equal-shallow": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5482 "version": "0.1.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5483 "resolved": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5484 "integrity": "sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5485 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5486 "optional": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5487 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5488 "is-primitive": "^2.0.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5489 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5490 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5491 "is-extendable": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5492 "version": "0.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5493 "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5494 "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5495 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5496 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5497 "is-extglob": {
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5498 "version": "1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5499 "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5500 "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5501 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5502 "optional": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5503 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5504 "is-finite": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5505 "version": "1.0.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5506 "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5507 "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5508 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5509 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5510 "number-is-nan": "^1.0.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5511 }
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5512 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5513 "is-fullwidth-code-point": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5514 "version": "2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5515 "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5516 "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5517 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5518 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5519 "is-generator-fn": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5520 "version": "2.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5521 "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5522 "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5523 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5524 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5525 "is-glob": {
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5526 "version": "2.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5527 "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5528 "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5529 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5530 "optional": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5531 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5532 "is-extglob": "^1.0.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5533 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5534 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5535 "is-module": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5536 "version": "1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5537 "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5538 "integrity": "sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5539 "dev": true
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5540 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5541 "is-number": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5542 "version": "3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5543 "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5544 "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5545 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5546 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5547 "kind-of": "^3.0.2"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5548 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5549 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5550 "kind-of": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5551 "version": "3.2.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5552 "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5553 "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5554 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5555 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5556 "is-buffer": "^1.1.5"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5557 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5558 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5559 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5560 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5561 "is-obj": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5562 "version": "1.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5563 "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5564 "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5565 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5566 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5567 "is-object": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5568 "version": "0.1.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5569 "resolved": "https://registry.npmjs.org/is-object/-/is-object-0.1.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5570 "integrity": "sha1-AO+8CIFsM8/ErIJR0TLhDcZQmNc=",
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5571 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5572 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5573 "is-plain-object": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5574 "version": "2.0.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5575 "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5576 "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5577 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5578 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5579 "isobject": "^3.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5580 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5581 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5582 "is-posix-bracket": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5583 "version": "0.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5584 "resolved": "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5585 "integrity": "sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5586 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5587 "optional": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5588 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5589 "is-primitive": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5590 "version": "2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5591 "resolved": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5592 "integrity": "sha1-IHurkWOEmcB7Kt8kCkGochADRXU=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5593 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5594 "optional": true
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5595 },
35
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
5596 "is-reference": {
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
5597 "version": "1.1.4",
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
5598 "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.1.4.tgz",
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
5599 "integrity": "sha512-uJA/CDPO3Tao3GTrxYn6AwkM4nUPJiGGYu5+cB8qbC7WGFlrKZbiRo7SFKxUAEpFUfiHofWCXBUNhvYJMh+6zw==",
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
5600 "dev": true,
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
5601 "requires": {
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
5602 "@types/estree": "0.0.39"
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
5603 }
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
5604 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5605 "is-regex": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5606 "version": "1.0.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5607 "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.5.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5608 "integrity": "sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5609 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5610 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5611 "has": "^1.0.3"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5612 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5613 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5614 "is-resolvable": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5615 "version": "1.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5616 "resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5617 "integrity": "sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5618 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5619 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5620 "is-stream": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5621 "version": "1.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5622 "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
42
895ae7c5b0f4 don't pile all the deps in our sharable library. other fixes to make it work as a dep.
drewp@bigasterisk.com
parents: 35
diff changeset
5623 "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=",
895ae7c5b0f4 don't pile all the deps in our sharable library. other fixes to make it work as a dep.
drewp@bigasterisk.com
parents: 35
diff changeset
5624 "dev": true
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5625 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5626 "is-svg": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5627 "version": "3.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5628 "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-3.0.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5629 "integrity": "sha512-gi4iHK53LR2ujhLVVj+37Ykh9GLqYHX6JOVXbLAucaG/Cqw9xwdFOjDM2qeifLs1sF1npXXFvDu0r5HNgCMrzQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5630 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5631 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5632 "html-comment-regex": "^1.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5633 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
5634 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5635 "is-symbol": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5636 "version": "1.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5637 "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5638 "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5639 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5640 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5641 "has-symbols": "^1.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5642 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5643 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5644 "is-typedarray": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5645 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5646 "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5647 "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5648 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5649 "is-windows": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5650 "version": "1.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5651 "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5652 "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5653 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5654 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5655 "is-wsl": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5656 "version": "1.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5657 "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5658 "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5659 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5660 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5661 "isarray": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5662 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5663 "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5664 "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5665 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5666 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5667 "isbuffer": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5668 "version": "0.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5669 "resolved": "https://registry.npmjs.org/isbuffer/-/isbuffer-0.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5670 "integrity": "sha1-OMFG2d9Si4v5sHAcPUPPEt8/w5s=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5671 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
5672 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5673 "isexe": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5674 "version": "2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5675 "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5676 "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5677 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5678 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5679 "isobject": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5680 "version": "3.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5681 "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5682 "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5683 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5684 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5685 "isstream": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5686 "version": "0.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5687 "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5688 "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5689 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5690 "istanbul-lib-coverage": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5691 "version": "2.0.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5692 "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5693 "integrity": "sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5694 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5695 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5696 "istanbul-lib-instrument": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5697 "version": "3.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5698 "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-3.3.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5699 "integrity": "sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5700 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5701 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5702 "@babel/generator": "^7.4.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5703 "@babel/parser": "^7.4.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5704 "@babel/template": "^7.4.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5705 "@babel/traverse": "^7.4.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5706 "@babel/types": "^7.4.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5707 "istanbul-lib-coverage": "^2.0.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5708 "semver": "^6.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5709 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5710 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5711 "istanbul-lib-report": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5712 "version": "2.0.8",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5713 "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-2.0.8.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5714 "integrity": "sha512-fHBeG573EIihhAblwgxrSenp0Dby6tJMFR/HvlerBsrCTD5bkUuoNtn3gVh29ZCS824cGGBPn7Sg7cNk+2xUsQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5715 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5716 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5717 "istanbul-lib-coverage": "^2.0.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5718 "make-dir": "^2.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5719 "supports-color": "^6.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5720 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5721 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5722 "supports-color": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5723 "version": "6.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5724 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5725 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5726 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5727 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5728 "has-flag": "^3.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5729 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5730 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5731 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5732 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5733 "istanbul-lib-source-maps": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5734 "version": "3.0.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5735 "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-3.0.6.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5736 "integrity": "sha512-R47KzMtDJH6X4/YW9XTx+jrLnZnscW4VpNN+1PViSYTejLVPWv7oov+Duf8YQSPyVRUvueQqz1TcsC6mooZTXw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5737 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5738 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5739 "debug": "^4.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5740 "istanbul-lib-coverage": "^2.0.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5741 "make-dir": "^2.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5742 "rimraf": "^2.6.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5743 "source-map": "^0.6.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5744 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5745 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5746 "istanbul-reports": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5747 "version": "2.2.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5748 "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-2.2.6.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5749 "integrity": "sha512-SKi4rnMyLBKe0Jy2uUdx28h8oG7ph2PPuQPvIAh31d+Ci+lSiEu4C+h3oBPuJ9+mPKhOyW0M8gY4U5NM1WLeXA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5750 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5751 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5752 "handlebars": "^4.1.2"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5753 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5754 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5755 "jest": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5756 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5757 "resolved": "https://registry.npmjs.org/jest/-/jest-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5758 "integrity": "sha512-YvkBL1Zm7d2B1+h5fHEOdyjCG+sGMz4f8D86/0HiqJ6MB4MnDc8FgP5vdWsGnemOQro7lnYo8UakZ3+5A0jxGw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5759 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5760 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5761 "import-local": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5762 "jest-cli": "^24.9.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5763 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5764 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5765 "jest-cli": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5766 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5767 "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5768 "integrity": "sha512-+VLRKyitT3BWoMeSUIHRxV/2g8y9gw91Jh5z2UmXZzkZKpbC08CSehVxgHUwTpy+HwGcns/tqafQDJW7imYvGg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5769 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5770 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5771 "@jest/core": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5772 "@jest/test-result": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5773 "@jest/types": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5774 "chalk": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5775 "exit": "^0.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5776 "import-local": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5777 "is-ci": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5778 "jest-config": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5779 "jest-util": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5780 "jest-validate": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5781 "prompts": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5782 "realpath-native": "^1.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5783 "yargs": "^13.3.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5784 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5785 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5786 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5787 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5788 "jest-changed-files": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5789 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5790 "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5791 "integrity": "sha512-6aTWpe2mHF0DhL28WjdkO8LyGjs3zItPET4bMSeXU6T3ub4FPMw+mcOcbdGXQOAfmLcxofD23/5Bl9Z4AkFwqg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5792 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5793 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5794 "@jest/types": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5795 "execa": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5796 "throat": "^4.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5797 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5798 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5799 "jest-config": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5800 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5801 "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5802 "integrity": "sha512-RATtQJtVYQrp7fvWg6f5y3pEFj9I+H8sWw4aKxnDZ96mob5i5SD6ZEGWgMLXQ4LE8UurrjbdlLWdUeo+28QpfQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5803 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5804 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5805 "@babel/core": "^7.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5806 "@jest/test-sequencer": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5807 "@jest/types": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5808 "babel-jest": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5809 "chalk": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5810 "glob": "^7.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5811 "jest-environment-jsdom": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5812 "jest-environment-node": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5813 "jest-get-type": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5814 "jest-jasmine2": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5815 "jest-regex-util": "^24.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5816 "jest-resolve": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5817 "jest-util": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5818 "jest-validate": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5819 "micromatch": "^3.1.10",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5820 "pretty-format": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5821 "realpath-native": "^1.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5822 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5823 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5824 "jest-diff": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5825 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5826 "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5827 "integrity": "sha512-qMfrTs8AdJE2iqrTp0hzh7kTd2PQWrsFyj9tORoKmu32xjPjeE4NyjVRDz8ybYwqS2ik8N4hsIpiVTyFeo2lBQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5828 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5829 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5830 "chalk": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5831 "diff-sequences": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5832 "jest-get-type": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5833 "pretty-format": "^24.9.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5834 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5835 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5836 "jest-docblock": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5837 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5838 "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5839 "integrity": "sha512-F1DjdpDMJMA1cN6He0FNYNZlo3yYmOtRUnktrT9Q37njYzC5WEaDdmbynIgy0L/IvXvvgsG8OsqhLPXTpfmZAA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5840 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5841 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5842 "detect-newline": "^2.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5843 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5844 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5845 "jest-each": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5846 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5847 "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5848 "integrity": "sha512-ONi0R4BvW45cw8s2Lrx8YgbeXL1oCQ/wIDwmsM3CqM/nlblNCPmnC3IPQlMbRFZu3wKdQ2U8BqM6lh3LJ5Bsog==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5849 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5850 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5851 "@jest/types": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5852 "chalk": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5853 "jest-get-type": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5854 "jest-util": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5855 "pretty-format": "^24.9.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5856 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5857 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5858 "jest-environment-jsdom": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5859 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5860 "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5861 "integrity": "sha512-Zv9FV9NBRzLuALXjvRijO2351DRQeLYXtpD4xNvfoVFw21IOKNhZAEUKcbiEtjTkm2GsJ3boMVgkaR7rN8qetA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5862 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5863 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5864 "@jest/environment": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5865 "@jest/fake-timers": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5866 "@jest/types": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5867 "jest-mock": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5868 "jest-util": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5869 "jsdom": "^11.5.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5870 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5871 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5872 "jest-environment-node": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5873 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5874 "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5875 "integrity": "sha512-6d4V2f4nxzIzwendo27Tr0aFm+IXWa0XEUnaH6nU0FMaozxovt+sfRvh4J47wL1OvF83I3SSTu0XK+i4Bqe7uA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5876 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5877 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5878 "@jest/environment": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5879 "@jest/fake-timers": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5880 "@jest/types": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5881 "jest-mock": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5882 "jest-util": "^24.9.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5883 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5884 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5885 "jest-get-type": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5886 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5887 "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5888 "integrity": "sha512-lUseMzAley4LhIcpSP9Jf+fTrQ4a1yHQwLNeeVa2cEmbCGeoZAtYPOIv8JaxLD/sUpKxetKGP+gsHl8f8TSj8Q==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5889 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5890 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5891 "jest-haste-map": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5892 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5893 "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5894 "integrity": "sha512-kfVFmsuWui2Sj1Rp1AJ4D9HqJwE4uwTlS/vO+eRUaMmd54BFpli2XhMQnPC2k4cHFVbB2Q2C+jtI1AGLgEnCjQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5895 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5896 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5897 "@jest/types": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5898 "anymatch": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5899 "fb-watchman": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5900 "fsevents": "^1.2.7",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5901 "graceful-fs": "^4.1.15",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5902 "invariant": "^2.2.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5903 "jest-serializer": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5904 "jest-util": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5905 "jest-worker": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5906 "micromatch": "^3.1.10",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5907 "sane": "^4.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5908 "walker": "^1.0.7"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5909 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5910 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5911 "jest-jasmine2": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5912 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5913 "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5914 "integrity": "sha512-Cq7vkAgaYKp+PsX+2/JbTarrk0DmNhsEtqBXNwUHkdlbrTBLtMJINADf2mf5FkowNsq8evbPc07/qFO0AdKTzw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5915 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5916 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5917 "@babel/traverse": "^7.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5918 "@jest/environment": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5919 "@jest/test-result": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5920 "@jest/types": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5921 "chalk": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5922 "co": "^4.6.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5923 "expect": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5924 "is-generator-fn": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5925 "jest-each": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5926 "jest-matcher-utils": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5927 "jest-message-util": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5928 "jest-runtime": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5929 "jest-snapshot": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5930 "jest-util": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5931 "pretty-format": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5932 "throat": "^4.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5933 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5934 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5935 "jest-leak-detector": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5936 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5937 "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5938 "integrity": "sha512-tYkFIDsiKTGwb2FG1w8hX9V0aUb2ot8zY/2nFg087dUageonw1zrLMP4W6zsRO59dPkTSKie+D4rhMuP9nRmrA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5939 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5940 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5941 "jest-get-type": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5942 "pretty-format": "^24.9.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5943 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5944 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5945 "jest-matcher-utils": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5946 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5947 "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5948 "integrity": "sha512-OZz2IXsu6eaiMAwe67c1T+5tUAtQyQx27/EMEkbFAGiw52tB9em+uGbzpcgYVpA8wl0hlxKPZxrly4CXU/GjHA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5949 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5950 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5951 "chalk": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5952 "jest-diff": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5953 "jest-get-type": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5954 "pretty-format": "^24.9.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5955 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5956 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5957 "jest-message-util": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5958 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5959 "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5960 "integrity": "sha512-oCj8FiZ3U0hTP4aSui87P4L4jC37BtQwUMqk+zk/b11FR19BJDeZsZAvIHutWnmtw7r85UmR3CEWZ0HWU2mAlw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5961 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5962 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5963 "@babel/code-frame": "^7.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5964 "@jest/test-result": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5965 "@jest/types": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5966 "@types/stack-utils": "^1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5967 "chalk": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5968 "micromatch": "^3.1.10",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5969 "slash": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5970 "stack-utils": "^1.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5971 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5972 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5973 "jest-mock": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5974 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5975 "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5976 "integrity": "sha512-3BEYN5WbSq9wd+SyLDES7AHnjH9A/ROBwmz7l2y+ol+NtSFO8DYiEBzoO1CeFc9a8DYy10EO4dDFVv/wN3zl1w==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5977 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5978 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5979 "@jest/types": "^24.9.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5980 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5981 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5982 "jest-pnp-resolver": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5983 "version": "1.2.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5984 "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5985 "integrity": "sha512-pgFw2tm54fzgYvc/OHrnysABEObZCUNFnhjoRjaVOCN8NYc032/gVjPaHD4Aq6ApkSieWtfKAFQtmDKAmhupnQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5986 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5987 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5988 "jest-regex-util": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5989 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5990 "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5991 "integrity": "sha512-05Cmb6CuxaA+Ys6fjr3PhvV3bGQmO+2p2La4hFbU+W5uOc479f7FdLXUWXw4pYMAhhSZIuKHwSXSu6CsSBAXQA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5992 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5993 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5994 "jest-resolve": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5995 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5996 "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5997 "integrity": "sha512-TaLeLVL1l08YFZAt3zaPtjiVvyy4oSA6CRe+0AFPPVX3Q/VI0giIWWoAvoS5L96vj9Dqxj4fB5p2qrHCmTU/MQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5998 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
5999 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6000 "@jest/types": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6001 "browser-resolve": "^1.11.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6002 "chalk": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6003 "jest-pnp-resolver": "^1.2.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6004 "realpath-native": "^1.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6005 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6006 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6007 "jest-resolve-dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6008 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6009 "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6010 "integrity": "sha512-Fm7b6AlWnYhT0BXy4hXpactHIqER7erNgIsIozDXWl5dVm+k8XdGVe1oTg1JyaFnOxarMEbax3wyRJqGP2Pq+g==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6011 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6012 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6013 "@jest/types": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6014 "jest-regex-util": "^24.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6015 "jest-snapshot": "^24.9.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6016 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6017 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6018 "jest-runner": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6019 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6020 "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6021 "integrity": "sha512-KksJQyI3/0mhcfspnxxEOBueGrd5E4vV7ADQLT9ESaCzz02WnbdbKWIf5Mkaucoaj7obQckYPVX6JJhgUcoWWg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6022 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6023 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6024 "@jest/console": "^24.7.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6025 "@jest/environment": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6026 "@jest/test-result": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6027 "@jest/types": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6028 "chalk": "^2.4.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6029 "exit": "^0.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6030 "graceful-fs": "^4.1.15",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6031 "jest-config": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6032 "jest-docblock": "^24.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6033 "jest-haste-map": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6034 "jest-jasmine2": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6035 "jest-leak-detector": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6036 "jest-message-util": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6037 "jest-resolve": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6038 "jest-runtime": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6039 "jest-util": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6040 "jest-worker": "^24.6.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6041 "source-map-support": "^0.5.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6042 "throat": "^4.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6043 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6044 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6045 "jest-runtime": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6046 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6047 "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6048 "integrity": "sha512-8oNqgnmF3v2J6PVRM2Jfuj8oX3syKmaynlDMMKQ4iyzbQzIG6th5ub/lM2bCMTmoTKM3ykcUYI2Pw9xwNtjMnw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6049 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6050 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6051 "@jest/console": "^24.7.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6052 "@jest/environment": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6053 "@jest/source-map": "^24.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6054 "@jest/transform": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6055 "@jest/types": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6056 "@types/yargs": "^13.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6057 "chalk": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6058 "exit": "^0.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6059 "glob": "^7.1.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6060 "graceful-fs": "^4.1.15",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6061 "jest-config": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6062 "jest-haste-map": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6063 "jest-message-util": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6064 "jest-mock": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6065 "jest-regex-util": "^24.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6066 "jest-resolve": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6067 "jest-snapshot": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6068 "jest-util": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6069 "jest-validate": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6070 "realpath-native": "^1.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6071 "slash": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6072 "strip-bom": "^3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6073 "yargs": "^13.3.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6074 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6075 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6076 "jest-serializer": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6077 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6078 "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6079 "integrity": "sha512-DxYipDr8OvfrKH3Kel6NdED3OXxjvxXZ1uIY2I9OFbGg+vUkkg7AGvi65qbhbWNPvDckXmzMPbK3u3HaDO49bQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6080 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6081 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6082 "jest-snapshot": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6083 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6084 "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6085 "integrity": "sha512-uI/rszGSs73xCM0l+up7O7a40o90cnrk429LOiK3aeTvfC0HHmldbd81/B7Ix81KSFe1lwkbl7GnBGG4UfuDew==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6086 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6087 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6088 "@babel/types": "^7.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6089 "@jest/types": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6090 "chalk": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6091 "expect": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6092 "jest-diff": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6093 "jest-get-type": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6094 "jest-matcher-utils": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6095 "jest-message-util": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6096 "jest-resolve": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6097 "mkdirp": "^0.5.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6098 "natural-compare": "^1.4.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6099 "pretty-format": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6100 "semver": "^6.2.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6101 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6102 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6103 "jest-util": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6104 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6105 "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6106 "integrity": "sha512-x+cZU8VRmOJxbA1K5oDBdxQmdq0OIdADarLxk0Mq+3XS4jgvhG/oKGWcIDCtPG0HgjxOYvF+ilPJQsAyXfbNOg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6107 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6108 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6109 "@jest/console": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6110 "@jest/fake-timers": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6111 "@jest/source-map": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6112 "@jest/test-result": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6113 "@jest/types": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6114 "callsites": "^3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6115 "chalk": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6116 "graceful-fs": "^4.1.15",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6117 "is-ci": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6118 "mkdirp": "^0.5.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6119 "slash": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6120 "source-map": "^0.6.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6121 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6122 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6123 "jest-validate": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6124 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6125 "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6126 "integrity": "sha512-HPIt6C5ACwiqSiwi+OfSSHbK8sG7akG8eATl+IPKaeIjtPOeBUd/g3J7DghugzxrGjI93qS/+RPKe1H6PqvhRQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6127 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6128 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6129 "@jest/types": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6130 "camelcase": "^5.3.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6131 "chalk": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6132 "jest-get-type": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6133 "leven": "^3.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6134 "pretty-format": "^24.9.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6135 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6136 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6137 "jest-watcher": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6138 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6139 "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6140 "integrity": "sha512-+/fLOfKPXXYJDYlks62/4R4GoT+GU1tYZed99JSCOsmzkkF7727RqKrjNAxtfO4YpGv11wybgRvCjR73lK2GZw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6141 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6142 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6143 "@jest/test-result": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6144 "@jest/types": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6145 "@types/yargs": "^13.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6146 "ansi-escapes": "^3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6147 "chalk": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6148 "jest-util": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6149 "string-length": "^2.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6150 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6151 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6152 "jest-worker": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6153 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6154 "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6155 "integrity": "sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6156 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6157 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6158 "merge-stream": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6159 "supports-color": "^6.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6160 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6161 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6162 "supports-color": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6163 "version": "6.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6164 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6165 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6166 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6167 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6168 "has-flag": "^3.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6169 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6170 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6171 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6172 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6173 "js-tokens": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6174 "version": "4.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6175 "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6176 "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6177 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6178 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6179 "js-yaml": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6180 "version": "3.13.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6181 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6182 "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6183 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6184 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6185 "argparse": "^1.0.7",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6186 "esprima": "^4.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6187 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6188 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6189 "jsbn": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6190 "version": "0.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6191 "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6192 "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6193 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6194 "jsdom": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6195 "version": "11.12.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6196 "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-11.12.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6197 "integrity": "sha512-y8Px43oyiBM13Zc1z780FrfNLJCXTL40EWlty/LXUtcjykRBNgLlCjWXpfSPBl2iv+N7koQN+dvqszHZgT/Fjw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6198 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6199 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6200 "abab": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6201 "acorn": "^5.5.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6202 "acorn-globals": "^4.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6203 "array-equal": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6204 "cssom": ">= 0.3.2 < 0.4.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6205 "cssstyle": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6206 "data-urls": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6207 "domexception": "^1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6208 "escodegen": "^1.9.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6209 "html-encoding-sniffer": "^1.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6210 "left-pad": "^1.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6211 "nwsapi": "^2.0.7",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6212 "parse5": "4.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6213 "pn": "^1.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6214 "request": "^2.87.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6215 "request-promise-native": "^1.0.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6216 "sax": "^1.2.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6217 "symbol-tree": "^3.2.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6218 "tough-cookie": "^2.3.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6219 "w3c-hr-time": "^1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6220 "webidl-conversions": "^4.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6221 "whatwg-encoding": "^1.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6222 "whatwg-mimetype": "^2.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6223 "whatwg-url": "^6.4.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6224 "ws": "^5.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6225 "xml-name-validator": "^3.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6226 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6227 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6228 "jsesc": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6229 "version": "2.5.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6230 "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6231 "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6232 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6233 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6234 "json-parse-better-errors": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6235 "version": "1.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6236 "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6237 "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6238 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6239 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6240 "json-schema": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6241 "version": "0.2.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6242 "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6243 "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6244 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6245 "json-schema-traverse": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6246 "version": "0.4.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6247 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6248 "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6249 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6250 "json-stable-stringify": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6251 "version": "0.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6252 "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-0.0.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6253 "integrity": "sha1-YRwj6BTbN1Un34URk9tZ3Sryf0U=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6254 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6255 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6256 "jsonify": "~0.0.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6257 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6258 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6259 "json-stringify-safe": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6260 "version": "5.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6261 "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6262 "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6263 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6264 "json5": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6265 "version": "2.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6266 "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6267 "integrity": "sha512-l+3HXD0GEI3huGq1njuqtzYK8OYJyXMkOLtQ53pjWh89tvWS2h6l+1zMkYWqlb57+SiQodKZyvMEFb2X+KrFhQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6268 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6269 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6270 "minimist": "^1.2.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6271 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6272 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6273 "jsonfile": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6274 "version": "4.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6275 "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6276 "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6277 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6278 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6279 "graceful-fs": "^4.1.6"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6280 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6281 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6282 "jsonify": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6283 "version": "0.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6284 "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6285 "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6286 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6287 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6288 "jsonld": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6289 "version": "2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6290 "resolved": "https://registry.npmjs.org/jsonld/-/jsonld-2.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6291 "integrity": "sha512-37NIP09U0AnLu94b7ktsgHxZflAqDH8wn2kcLeAjxcL3sbuwJZ1IxIIbWyjSzrKojADWnoZM/btAWlrcGDMgJA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6292 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6293 "canonicalize": "^1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6294 "lru-cache": "^5.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6295 "rdf-canonize": "^1.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6296 "request": "^2.88.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6297 "semver": "^6.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6298 "xmldom": "0.1.19"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6299 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6300 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6301 "jsonparse": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6302 "version": "1.3.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6303 "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz",
42
895ae7c5b0f4 don't pile all the deps in our sharable library. other fixes to make it work as a dep.
drewp@bigasterisk.com
parents: 35
diff changeset
6304 "integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=",
895ae7c5b0f4 don't pile all the deps in our sharable library. other fixes to make it work as a dep.
drewp@bigasterisk.com
parents: 35
diff changeset
6305 "dev": true
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6306 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6307 "jsprim": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6308 "version": "1.4.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6309 "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6310 "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6311 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6312 "assert-plus": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6313 "extsprintf": "1.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6314 "json-schema": "0.2.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6315 "verror": "1.10.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6316 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6317 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6318 "kind-of": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6319 "version": "6.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6320 "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6321 "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6322 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6323 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6324 "kleur": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6325 "version": "3.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6326 "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6327 "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6328 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6329 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6330 "labeled-stream-splicer": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6331 "version": "2.0.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6332 "resolved": "https://registry.npmjs.org/labeled-stream-splicer/-/labeled-stream-splicer-2.0.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6333 "integrity": "sha512-Ca4LSXFFZUjPScRaqOcFxneA0VpKZr4MMYCljyQr4LIewTLb3Y0IUTIsnBBsVubIeEfxeSZpSjSsRM8APEQaAw==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6334 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6335 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6336 "inherits": "^2.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6337 "stream-splicer": "^2.0.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6338 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6339 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6340 "left-pad": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6341 "version": "1.3.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6342 "resolved": "https://registry.npmjs.org/left-pad/-/left-pad-1.3.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6343 "integrity": "sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6344 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6345 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6346 "level-blobs": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6347 "version": "0.1.7",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6348 "resolved": "https://registry.npmjs.org/level-blobs/-/level-blobs-0.1.7.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6349 "integrity": "sha1-mrm5e7mfHtv594o0M+Ie1WOGva8=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6350 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6351 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6352 "level-peek": "1.0.6",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6353 "once": "^1.3.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6354 "readable-stream": "^1.0.26-4"
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6355 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6356 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6357 "isarray": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6358 "version": "0.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6359 "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6360 "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6361 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6362 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6363 "readable-stream": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6364 "version": "1.1.14",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6365 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6366 "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6367 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6368 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6369 "core-util-is": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6370 "inherits": "~2.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6371 "isarray": "0.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6372 "string_decoder": "~0.10.x"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6373 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6374 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6375 "string_decoder": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6376 "version": "0.10.31",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6377 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6378 "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6379 "dev": true
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6380 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6381 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6382 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6383 "level-filesystem": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6384 "version": "1.2.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6385 "resolved": "https://registry.npmjs.org/level-filesystem/-/level-filesystem-1.2.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6386 "integrity": "sha1-oArKmRnEpN+v3KaoEI0iWq3/Y7M=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6387 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6388 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6389 "concat-stream": "^1.4.4",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6390 "errno": "^0.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6391 "fwd-stream": "^1.0.4",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6392 "level-blobs": "^0.1.7",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6393 "level-peek": "^1.0.6",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6394 "level-sublevel": "^5.2.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6395 "octal": "^1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6396 "once": "^1.3.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6397 "xtend": "^2.2.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6398 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6399 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6400 "level-fix-range": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6401 "version": "1.0.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6402 "resolved": "https://registry.npmjs.org/level-fix-range/-/level-fix-range-1.0.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6403 "integrity": "sha1-vxW5Fa422EcMgh6IPd95zRZCCCg=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6404 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6405 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6406 "level-hooks": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6407 "version": "4.5.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6408 "resolved": "https://registry.npmjs.org/level-hooks/-/level-hooks-4.5.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6409 "integrity": "sha1-G5rmGSKTDzMF0aYfxNg8gQLA3ZM=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6410 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6411 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6412 "string-range": "~1.2"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6413 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6414 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6415 "level-js": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6416 "version": "2.2.4",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6417 "resolved": "https://registry.npmjs.org/level-js/-/level-js-2.2.4.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6418 "integrity": "sha1-vAVfQYBjXUSJtWHJSG+jcOjBFpc=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6419 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6420 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6421 "abstract-leveldown": "~0.12.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6422 "idb-wrapper": "^1.5.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6423 "isbuffer": "~0.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6424 "ltgt": "^2.1.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6425 "typedarray-to-buffer": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6426 "xtend": "~2.1.2"
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6427 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6428 "dependencies": {
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6429 "object-keys": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6430 "version": "0.4.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6431 "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-0.4.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6432 "integrity": "sha1-KKaq50KN0sOpLz2V8hM13SBOAzY=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6433 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6434 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6435 "xtend": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6436 "version": "2.1.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6437 "resolved": "https://registry.npmjs.org/xtend/-/xtend-2.1.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6438 "integrity": "sha1-bv7MKk2tjmlixJAbM3znuoe10os=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6439 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6440 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6441 "object-keys": "~0.4.0"
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6442 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6443 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6444 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6445 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6446 "level-peek": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6447 "version": "1.0.6",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6448 "resolved": "https://registry.npmjs.org/level-peek/-/level-peek-1.0.6.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6449 "integrity": "sha1-vsUccqgu5GTTNkNMfIdsP8vM538=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6450 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6451 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6452 "level-fix-range": "~1.0.2"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6453 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6454 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6455 "level-sublevel": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6456 "version": "5.2.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6457 "resolved": "https://registry.npmjs.org/level-sublevel/-/level-sublevel-5.2.3.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6458 "integrity": "sha1-dEwSxy0ucr543eO5tc2E1iGRQTo=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6459 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6460 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6461 "level-fix-range": "2.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6462 "level-hooks": ">=4.4.0 <5",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6463 "string-range": "~1.2.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6464 "xtend": "~2.0.4"
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6465 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6466 "dependencies": {
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6467 "level-fix-range": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6468 "version": "2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6469 "resolved": "https://registry.npmjs.org/level-fix-range/-/level-fix-range-2.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6470 "integrity": "sha1-xBfWIVlEIVGhnZojZ4aPFyTC1Ug=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6471 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6472 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6473 "clone": "~0.1.9"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6474 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6475 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6476 "object-keys": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6477 "version": "0.2.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6478 "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-0.2.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6479 "integrity": "sha1-zd7AKZiwkb5CvxA1rjLknxy26mc=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6480 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6481 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6482 "foreach": "~2.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6483 "indexof": "~0.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6484 "is": "~0.2.6"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6485 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6486 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6487 "xtend": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6488 "version": "2.0.6",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6489 "resolved": "https://registry.npmjs.org/xtend/-/xtend-2.0.6.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6490 "integrity": "sha1-XqZXptukRwacLlnFihE4ywxebO4=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6491 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6492 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6493 "is-object": "~0.1.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6494 "object-keys": "~0.2.0"
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6495 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6496 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6497 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6498 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6499 "levelup": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6500 "version": "0.18.6",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6501 "resolved": "https://registry.npmjs.org/levelup/-/levelup-0.18.6.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6502 "integrity": "sha1-5qAcsIlhbI7MApHCqb0/DETj5es=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6503 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6504 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6505 "bl": "~0.8.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6506 "deferred-leveldown": "~0.2.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6507 "errno": "~0.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6508 "prr": "~0.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6509 "readable-stream": "~1.0.26",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6510 "semver": "~2.3.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6511 "xtend": "~3.0.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6512 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6513 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6514 "isarray": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6515 "version": "0.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6516 "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6517 "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6518 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6519 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6520 "prr": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6521 "version": "0.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6522 "resolved": "https://registry.npmjs.org/prr/-/prr-0.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6523 "integrity": "sha1-GoS4WQgyVQFBGFPQCB7j+obikmo=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6524 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6525 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6526 "readable-stream": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6527 "version": "1.0.34",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6528 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6529 "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6530 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6531 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6532 "core-util-is": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6533 "inherits": "~2.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6534 "isarray": "0.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6535 "string_decoder": "~0.10.x"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6536 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6537 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6538 "semver": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6539 "version": "2.3.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6540 "resolved": "https://registry.npmjs.org/semver/-/semver-2.3.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6541 "integrity": "sha1-uYSPJdbPNjMwc+ye+IVtQvEjPlI=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6542 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6543 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6544 "string_decoder": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6545 "version": "0.10.31",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6546 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6547 "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6548 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6549 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6550 "xtend": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6551 "version": "3.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6552 "resolved": "https://registry.npmjs.org/xtend/-/xtend-3.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6553 "integrity": "sha1-XM50B7r2Qsunvs2laBEcST9ZZlo=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6554 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6555 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6556 }
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6557 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6558 "leven": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6559 "version": "3.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6560 "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6561 "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6562 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6563 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6564 "levn": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6565 "version": "0.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6566 "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6567 "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6568 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6569 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6570 "prelude-ls": "~1.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6571 "type-check": "~0.3.2"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6572 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6573 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6574 "lit-html": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6575 "version": "1.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6576 "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-1.1.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6577 "integrity": "sha512-FFlUMKHKi+qG1x1iHNZ1hrtc/zHmfYTyrSvs3/wBTvaNtpZjOZGWzU7efGYVpgp6KvWeKF6ql9/KsCq6Z/mEDA=="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6578 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6579 "load-json-file": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6580 "version": "4.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6581 "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6582 "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6583 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6584 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6585 "graceful-fs": "^4.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6586 "parse-json": "^4.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6587 "pify": "^3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6588 "strip-bom": "^3.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6589 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6590 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6591 "loader-utils": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6592 "version": "1.2.3",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6593 "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6594 "integrity": "sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6595 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6596 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6597 "big.js": "^5.2.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6598 "emojis-list": "^2.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6599 "json5": "^1.0.1"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6600 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6601 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6602 "json5": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6603 "version": "1.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6604 "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6605 "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6606 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6607 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6608 "minimist": "^1.2.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6609 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6610 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6611 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6612 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6613 "locate-path": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6614 "version": "3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6615 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6616 "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6617 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6618 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6619 "p-locate": "^3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6620 "path-exists": "^3.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6621 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6622 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6623 "lodash": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6624 "version": "4.17.15",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6625 "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6626 "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6627 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6628 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6629 "lodash.camelcase": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6630 "version": "4.3.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6631 "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6632 "integrity": "sha1-soqmKIorn8ZRA1x3EfZathkDMaY=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6633 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6634 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6635 "lodash.memoize": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6636 "version": "4.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6637 "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6638 "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6639 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6640 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6641 "lodash.sortby": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6642 "version": "4.7.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6643 "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6644 "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6645 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6646 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6647 "lodash.uniq": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6648 "version": "4.5.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6649 "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6650 "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6651 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6652 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6653 "loose-envify": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6654 "version": "1.4.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6655 "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6656 "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6657 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6658 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6659 "js-tokens": "^3.0.0 || ^4.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6660 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6661 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6662 "lru-cache": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6663 "version": "5.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6664 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6665 "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6666 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6667 "yallist": "^3.0.2"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6668 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6669 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6670 "ltgt": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6671 "version": "2.2.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6672 "resolved": "https://registry.npmjs.org/ltgt/-/ltgt-2.2.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6673 "integrity": "sha1-81ypHEk/e3PaDgdJUwTxezH4fuU=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6674 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6675 },
35
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
6676 "magic-string": {
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
6677 "version": "0.25.4",
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
6678 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.4.tgz",
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
6679 "integrity": "sha512-oycWO9nEVAP2RVPbIoDoA4Y7LFIJ3xRYov93gAyJhZkET1tNuB0u7uWkZS2LpBWTJUWnmau/To8ECWRC+jKNfw==",
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
6680 "dev": true,
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
6681 "requires": {
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
6682 "sourcemap-codec": "^1.4.4"
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
6683 }
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
6684 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6685 "make-dir": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6686 "version": "2.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6687 "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6688 "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6689 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6690 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6691 "pify": "^4.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6692 "semver": "^5.6.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6693 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6694 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6695 "pify": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6696 "version": "4.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6697 "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6698 "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6699 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6700 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6701 "semver": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6702 "version": "5.7.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6703 "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6704 "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6705 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6706 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6707 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6708 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6709 "make-error": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6710 "version": "1.3.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6711 "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.5.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6712 "integrity": "sha512-c3sIjNUow0+8swNwVpqoH4YCShKNFkMaw6oH1mNS2haDZQqkeZFlHS3dhoeEbKKmJB4vXpJucU6oH75aDYeE9g==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6713 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6714 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6715 "makeerror": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6716 "version": "1.0.11",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6717 "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.11.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6718 "integrity": "sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6719 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6720 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6721 "tmpl": "1.0.x"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6722 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6723 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6724 "map-cache": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6725 "version": "0.2.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6726 "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6727 "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6728 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6729 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6730 "map-visit": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6731 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6732 "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6733 "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6734 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6735 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6736 "object-visit": "^1.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6737 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6738 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6739 "math-random": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6740 "version": "1.0.4",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6741 "resolved": "https://registry.npmjs.org/math-random/-/math-random-1.0.4.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6742 "integrity": "sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6743 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6744 "optional": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6745 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6746 "md5.js": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6747 "version": "1.3.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6748 "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6749 "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6750 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6751 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6752 "hash-base": "^3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6753 "inherits": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6754 "safe-buffer": "^5.1.2"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6755 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6756 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6757 "mdn-data": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6758 "version": "2.0.4",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6759 "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6760 "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6761 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
6762 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6763 "merge-stream": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6764 "version": "2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6765 "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6766 "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6767 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6768 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6769 "micromatch": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6770 "version": "3.1.10",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6771 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6772 "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6773 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6774 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6775 "arr-diff": "^4.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6776 "array-unique": "^0.3.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6777 "braces": "^2.3.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6778 "define-property": "^2.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6779 "extend-shallow": "^3.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6780 "extglob": "^2.0.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6781 "fragment-cache": "^0.2.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6782 "kind-of": "^6.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6783 "nanomatch": "^1.2.9",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6784 "object.pick": "^1.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6785 "regex-not": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6786 "snapdragon": "^0.8.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6787 "to-regex": "^3.0.2"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6788 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6789 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6790 "miller-rabin": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6791 "version": "4.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6792 "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6793 "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6794 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6795 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6796 "bn.js": "^4.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6797 "brorand": "^1.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6798 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6799 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6800 "mime-db": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6801 "version": "1.42.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6802 "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.42.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6803 "integrity": "sha512-UbfJCR4UAVRNgMpfImz05smAXK7+c+ZntjaA26ANtkXLlOe947Aag5zdIcKQULAiF9Cq4WxBi9jUs5zkA84bYQ=="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6804 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6805 "mime-types": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6806 "version": "2.1.25",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6807 "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.25.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6808 "integrity": "sha512-5KhStqB5xpTAeGqKBAMgwaYMnQik7teQN4IAzC7npDv6kzeU6prfkR67bc87J1kWMPGkoaZSq1npmexMgkmEVg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6809 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6810 "mime-db": "1.42.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6811 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6812 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6813 "minimalistic-assert": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6814 "version": "1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6815 "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6816 "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6817 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6818 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6819 "minimalistic-crypto-utils": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6820 "version": "1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6821 "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6822 "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6823 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6824 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6825 "minimatch": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6826 "version": "3.0.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6827 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6828 "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6829 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6830 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6831 "brace-expansion": "^1.1.7"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6832 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6833 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6834 "minimist": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6835 "version": "1.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6836 "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6837 "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6838 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6839 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6840 "mixin-deep": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6841 "version": "1.3.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6842 "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6843 "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6844 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6845 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6846 "for-in": "^1.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6847 "is-extendable": "^1.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6848 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6849 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6850 "is-extendable": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6851 "version": "1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6852 "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6853 "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6854 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6855 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6856 "is-plain-object": "^2.0.4"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6857 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6858 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6859 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6860 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6861 "mkdirp": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6862 "version": "0.5.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6863 "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6864 "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6865 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6866 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6867 "minimist": "0.0.8"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6868 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6869 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6870 "minimist": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6871 "version": "0.0.8",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6872 "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6873 "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6874 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6875 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6876 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6877 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6878 "module-deps": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6879 "version": "4.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6880 "resolved": "https://registry.npmjs.org/module-deps/-/module-deps-4.1.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6881 "integrity": "sha1-IyFYM/HaE/1gbMuAh7RIUty4If0=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6882 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6883 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6884 "JSONStream": "^1.0.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6885 "browser-resolve": "^1.7.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6886 "cached-path-relative": "^1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6887 "concat-stream": "~1.5.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6888 "defined": "^1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6889 "detective": "^4.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6890 "duplexer2": "^0.1.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6891 "inherits": "^2.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6892 "parents": "^1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6893 "readable-stream": "^2.0.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6894 "resolve": "^1.1.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6895 "stream-combiner2": "^1.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6896 "subarg": "^1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6897 "through2": "^2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6898 "xtend": "^4.0.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6899 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6900 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6901 "concat-stream": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6902 "version": "1.5.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6903 "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6904 "integrity": "sha1-cIl4Yk2FavQaWnQd790mHadSwmY=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6905 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6906 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6907 "inherits": "~2.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6908 "readable-stream": "~2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6909 "typedarray": "~0.0.5"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6910 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6911 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6912 "readable-stream": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6913 "version": "2.0.6",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6914 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6915 "integrity": "sha1-j5A0HmilPMySh4jaz80Rs265t44=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6916 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6917 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6918 "core-util-is": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6919 "inherits": "~2.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6920 "isarray": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6921 "process-nextick-args": "~1.0.6",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6922 "string_decoder": "~0.10.x",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6923 "util-deprecate": "~1.0.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6924 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6925 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6926 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6927 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6928 "process-nextick-args": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6929 "version": "1.0.7",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6930 "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6931 "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6932 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6933 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6934 "readable-stream": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6935 "version": "2.3.6",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6936 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6937 "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6938 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6939 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6940 "core-util-is": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6941 "inherits": "~2.0.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6942 "isarray": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6943 "process-nextick-args": "~2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6944 "safe-buffer": "~5.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6945 "string_decoder": "~1.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6946 "util-deprecate": "~1.0.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6947 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6948 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6949 "process-nextick-args": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6950 "version": "2.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6951 "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6952 "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6953 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6954 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6955 "string_decoder": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6956 "version": "1.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6957 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6958 "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6959 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6960 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6961 "safe-buffer": "~5.1.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6962 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6963 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6964 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6965 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6966 "safe-buffer": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6967 "version": "5.1.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6968 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6969 "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6970 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6971 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6972 "string_decoder": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6973 "version": "0.10.31",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6974 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6975 "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6976 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6977 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6978 "xtend": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6979 "version": "4.0.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6980 "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6981 "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6982 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6983 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6984 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6985 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6986 "moment": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6987 "version": "2.24.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6988 "resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6989 "integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6990 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6991 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6992 "moment-duration-format": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6993 "version": "1.3.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6994 "resolved": "https://registry.npmjs.org/moment-duration-format/-/moment-duration-format-1.3.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6995 "integrity": "sha1-VBdxtfh6BJzGVUBHXTrZZnN9aQg=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
6996 "dev": true
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6997 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6998 "ms": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
6999 "version": "2.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7000 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7001 "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7002 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7003 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7004 "n3": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7005 "version": "1.3.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7006 "resolved": "https://registry.npmjs.org/n3/-/n3-1.3.5.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7007 "integrity": "sha512-McWb1tCWGGAmHeGEakqZj/UqxQR9cpEYZ/JivBj59YfiOAuaIWZxu0B+jnhbCwCZ2AsxdgQ5Dq8fehIJpYQaMQ=="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7008 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7009 "nan": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7010 "version": "2.14.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7011 "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7012 "integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7013 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7014 "optional": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7015 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7016 "nanomatch": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7017 "version": "1.2.13",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7018 "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7019 "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7020 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7021 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7022 "arr-diff": "^4.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7023 "array-unique": "^0.3.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7024 "define-property": "^2.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7025 "extend-shallow": "^3.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7026 "fragment-cache": "^0.2.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7027 "is-windows": "^1.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7028 "kind-of": "^6.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7029 "object.pick": "^1.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7030 "regex-not": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7031 "snapdragon": "^0.8.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7032 "to-regex": "^3.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7033 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7034 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7035 "natural-compare": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7036 "version": "1.4.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7037 "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7038 "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7039 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7040 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7041 "neo-async": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7042 "version": "2.6.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7043 "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7044 "integrity": "sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7045 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7046 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7047 "nice-try": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7048 "version": "1.0.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7049 "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7050 "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7051 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7052 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7053 "node-forge": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7054 "version": "0.8.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7055 "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.8.5.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7056 "integrity": "sha512-vFMQIWt+J/7FLNyKouZ9TazT74PRV3wgv9UT4cRjC8BffxFbKXkgIWR42URCPSnHm/QDz6BOlb2Q0U4+VQT67Q=="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7057 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7058 "node-globals": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7059 "version": "0.1.5",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7060 "resolved": "https://registry.npmjs.org/node-globals/-/node-globals-0.1.5.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7061 "integrity": "sha1-zgW68PKik01AH1X4hwuj9T74CcI=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7062 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7063 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7064 "babel-cli": "^6.18.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7065 "babel-plugin-module-resolver": "^2.4.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7066 "babel-preset-es2015": "^6.9.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7067 "babel-preset-latest": "^6.16.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7068 "babel-preset-stage-0": "^6.5.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7069 "browserify": "^13.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7070 "lodash": "^4.17.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7071 "moment": "^2.17.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7072 "moment-duration-format": "^1.3.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7073 "seamless-immutable": "^6.3.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7074 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7075 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7076 "node-int64": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7077 "version": "0.4.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7078 "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7079 "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7080 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7081 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7082 "node-modules-regexp": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7083 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7084 "resolved": "https://registry.npmjs.org/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7085 "integrity": "sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7086 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7087 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7088 "node-notifier": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7089 "version": "5.4.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7090 "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-5.4.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7091 "integrity": "sha512-M4UBGcs4jeOK9CjTsYwkvH6/MzuUmGCyTW+kCY7uO+1ZVr0+FHGdPdIf5CCLqAaxnRrWidyoQlNkMIIVwbKB8Q==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7092 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7093 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7094 "growly": "^1.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7095 "is-wsl": "^1.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7096 "semver": "^5.5.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7097 "shellwords": "^0.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7098 "which": "^1.3.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7099 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7100 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7101 "semver": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7102 "version": "5.7.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7103 "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7104 "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7105 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7106 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7107 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7108 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7109 "node-releases": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7110 "version": "1.1.45",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7111 "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.45.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7112 "integrity": "sha512-cXvGSfhITKI8qsV116u2FTzH5EWZJfgG7d4cpqwF8I8+1tWpD6AsvvGRKq2onR0DNj1jfqsjkXZsm14JMS7Cyg==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7113 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7114 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7115 "semver": "^6.3.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7116 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7117 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7118 "normalize-package-data": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7119 "version": "2.5.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7120 "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7121 "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7122 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7123 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7124 "hosted-git-info": "^2.1.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7125 "resolve": "^1.10.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7126 "semver": "2 || 3 || 4 || 5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7127 "validate-npm-package-license": "^3.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7128 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7129 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7130 "semver": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7131 "version": "5.7.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7132 "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7133 "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7134 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7135 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7136 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7137 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7138 "normalize-path": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7139 "version": "2.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7140 "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7141 "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7142 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7143 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7144 "remove-trailing-separator": "^1.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7145 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7146 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7147 "normalize-url": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7148 "version": "3.3.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7149 "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7150 "integrity": "sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7151 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7152 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7153 "npm-run-path": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7154 "version": "2.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7155 "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7156 "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7157 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7158 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7159 "path-key": "^2.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7160 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7161 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7162 "nth-check": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7163 "version": "1.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7164 "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7165 "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7166 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7167 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7168 "boolbase": "~1.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7169 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7170 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7171 "number-is-nan": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7172 "version": "1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7173 "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7174 "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7175 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7176 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7177 "nwsapi": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7178 "version": "2.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7179 "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7180 "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7181 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7182 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7183 "oauth-sign": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7184 "version": "0.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7185 "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7186 "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ=="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7187 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7188 "object-assign": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7189 "version": "4.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7190 "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7191 "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7192 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7193 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7194 "object-copy": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7195 "version": "0.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7196 "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7197 "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7198 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7199 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7200 "copy-descriptor": "^0.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7201 "define-property": "^0.2.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7202 "kind-of": "^3.0.3"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7203 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7204 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7205 "define-property": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7206 "version": "0.2.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7207 "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7208 "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7209 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7210 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7211 "is-descriptor": "^0.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7212 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7213 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7214 "kind-of": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7215 "version": "3.2.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7216 "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7217 "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7218 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7219 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7220 "is-buffer": "^1.1.5"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7221 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7222 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7223 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7224 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7225 "object-inspect": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7226 "version": "1.7.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7227 "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.7.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7228 "integrity": "sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7229 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7230 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7231 "object-keys": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7232 "version": "1.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7233 "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7234 "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7235 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7236 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7237 "object-visit": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7238 "version": "1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7239 "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7240 "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7241 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7242 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7243 "isobject": "^3.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7244 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7245 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7246 "object.assign": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7247 "version": "4.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7248 "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7249 "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7250 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7251 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7252 "define-properties": "^1.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7253 "function-bind": "^1.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7254 "has-symbols": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7255 "object-keys": "^1.0.11"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7256 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7257 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7258 "object.getownpropertydescriptors": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7259 "version": "2.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7260 "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7261 "integrity": "sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7262 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7263 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7264 "define-properties": "^1.1.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7265 "es-abstract": "^1.17.0-next.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7266 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7267 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7268 "object.omit": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7269 "version": "2.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7270 "resolved": "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7271 "integrity": "sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7272 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7273 "optional": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7274 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7275 "for-own": "^0.1.4",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7276 "is-extendable": "^0.1.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7277 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7278 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7279 "object.pick": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7280 "version": "1.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7281 "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7282 "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7283 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7284 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7285 "isobject": "^3.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7286 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7287 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7288 "object.values": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7289 "version": "1.1.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7290 "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7291 "integrity": "sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7292 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7293 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7294 "define-properties": "^1.1.3",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7295 "es-abstract": "^1.17.0-next.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7296 "function-bind": "^1.1.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7297 "has": "^1.0.3"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7298 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7299 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7300 "octal": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7301 "version": "1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7302 "resolved": "https://registry.npmjs.org/octal/-/octal-1.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7303 "integrity": "sha1-Y+cWKmjvvrniE1iNWOmJ0eXEUws=",
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7304 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7305 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7306 "once": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7307 "version": "1.4.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7308 "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7309 "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7310 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7311 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7312 "wrappy": "1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7313 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7314 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7315 "optimist": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7316 "version": "0.6.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7317 "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7318 "integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7319 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7320 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7321 "minimist": "~0.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7322 "wordwrap": "~0.0.2"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7323 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7324 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7325 "minimist": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7326 "version": "0.0.10",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7327 "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7328 "integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7329 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7330 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7331 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7332 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7333 "optionator": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7334 "version": "0.8.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7335 "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7336 "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7337 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7338 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7339 "deep-is": "~0.1.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7340 "fast-levenshtein": "~2.0.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7341 "levn": "~0.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7342 "prelude-ls": "~1.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7343 "type-check": "~0.3.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7344 "word-wrap": "~1.2.3"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7345 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7346 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7347 "os-browserify": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7348 "version": "0.1.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7349 "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.1.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7350 "integrity": "sha1-ScoCk+CxlZCl9d4Qx/JlphfY/lQ=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7351 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7352 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7353 "os-homedir": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7354 "version": "1.0.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7355 "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7356 "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7357 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7358 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7359 "os-tmpdir": {
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7360 "version": "1.0.2",
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7361 "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7362 "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7363 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7364 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7365 "output-file-sync": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7366 "version": "1.1.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7367 "resolved": "https://registry.npmjs.org/output-file-sync/-/output-file-sync-1.1.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7368 "integrity": "sha1-0KM+7+YaIF+suQCS6CZZjVJFznY=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7369 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7370 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7371 "graceful-fs": "^4.1.4",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7372 "mkdirp": "^0.5.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7373 "object-assign": "^4.1.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7374 }
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7375 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7376 "p-each-series": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7377 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7378 "resolved": "https://registry.npmjs.org/p-each-series/-/p-each-series-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7379 "integrity": "sha1-kw89Et0fUOdDRFeiLNbwSsatf3E=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7380 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7381 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7382 "p-reduce": "^1.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7383 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7384 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7385 "p-finally": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7386 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7387 "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7388 "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7389 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7390 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7391 "p-limit": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7392 "version": "2.2.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7393 "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7394 "integrity": "sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7395 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7396 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7397 "p-try": "^2.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7398 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7399 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7400 "p-locate": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7401 "version": "3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7402 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7403 "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7404 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7405 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7406 "p-limit": "^2.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7407 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7408 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7409 "p-queue": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7410 "version": "2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7411 "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-2.4.2.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7412 "integrity": "sha512-n8/y+yDJwBjoLQe1GSJbbaYQLTI7QHNZI2+rpmCDbe++WLf9HC3gf6iqj5yfPAV71W4UF3ql5W1+UBPXoXTxng==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7413 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7414 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7415 "p-reduce": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7416 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7417 "resolved": "https://registry.npmjs.org/p-reduce/-/p-reduce-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7418 "integrity": "sha1-GMKw3ZNqRpClKfgjH1ig/bakffo=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7419 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7420 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7421 "p-try": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7422 "version": "2.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7423 "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7424 "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7425 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7426 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7427 "pako": {
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7428 "version": "0.2.9",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7429 "resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7430 "integrity": "sha1-8/dSL073gjSNqBYbrZ7P1Rv4OnU=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7431 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7432 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7433 "parents": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7434 "version": "1.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7435 "resolved": "https://registry.npmjs.org/parents/-/parents-1.0.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7436 "integrity": "sha1-/t1NK/GTp3dF/nHjcdc8MwfZx1E=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7437 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7438 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7439 "path-platform": "~0.11.15"
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7440 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7441 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7442 "parse-asn1": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7443 "version": "5.1.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7444 "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.5.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7445 "integrity": "sha512-jkMYn1dcJqF6d5CpU689bq7w/b5ALS9ROVSpQDPrZsqqesUJii9qutvoT5ltGedNXMO2e16YUWIghG9KxaViTQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7446 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7447 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7448 "asn1.js": "^4.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7449 "browserify-aes": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7450 "create-hash": "^1.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7451 "evp_bytestokey": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7452 "pbkdf2": "^3.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7453 "safe-buffer": "^5.1.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7454 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7455 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7456 "parse-glob": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7457 "version": "3.0.4",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7458 "resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7459 "integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7460 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7461 "optional": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7462 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7463 "glob-base": "^0.3.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7464 "is-dotfile": "^1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7465 "is-extglob": "^1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7466 "is-glob": "^2.0.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7467 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7468 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7469 "parse-json": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7470 "version": "4.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7471 "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7472 "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7473 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7474 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7475 "error-ex": "^1.3.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7476 "json-parse-better-errors": "^1.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7477 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7478 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7479 "parse5": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7480 "version": "4.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7481 "resolved": "https://registry.npmjs.org/parse5/-/parse5-4.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7482 "integrity": "sha512-VrZ7eOd3T1Fk4XWNXMgiGBK/z0MG48BWG2uQNU4I72fkQuKUTZpl+u9k+CxEG0twMVzSmXEEz12z5Fnw1jIQFA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7483 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7484 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7485 "pascalcase": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7486 "version": "0.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7487 "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7488 "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7489 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7490 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7491 "path-browserify": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7492 "version": "0.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7493 "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7494 "integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7495 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7496 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7497 "path-exists": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7498 "version": "3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7499 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7500 "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7501 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7502 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7503 "path-is-absolute": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7504 "version": "1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7505 "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7506 "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7507 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7508 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7509 "path-key": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7510 "version": "2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7511 "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7512 "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7513 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7514 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7515 "path-parse": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7516 "version": "1.0.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7517 "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7518 "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7519 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7520 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7521 "path-platform": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7522 "version": "0.11.15",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7523 "resolved": "https://registry.npmjs.org/path-platform/-/path-platform-0.11.15.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
7524 "integrity": "sha1-6GQhf3TDaFDwhSt43Hv31KVyG/I=",
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7525 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7526 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7527 "path-type": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7528 "version": "3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7529 "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7530 "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7531 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7532 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7533 "pify": "^3.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7534 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7535 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7536 "pbkdf2": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7537 "version": "3.0.17",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7538 "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.17.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7539 "integrity": "sha512-U/il5MsrZp7mGg3mSQfn742na2T+1/vHDCG5/iTI3X9MKUuYUZVLQhyRsg06mCgDBTd57TxzgZt7P+fYfjRLtA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7540 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7541 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7542 "create-hash": "^1.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7543 "create-hmac": "^1.1.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7544 "ripemd160": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7545 "safe-buffer": "^5.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7546 "sha.js": "^2.4.8"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7547 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7548 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7549 "performance-now": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7550 "version": "2.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7551 "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7552 "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7553 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7554 "pify": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7555 "version": "3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7556 "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7557 "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7558 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7559 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7560 "pirates": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7561 "version": "4.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7562 "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7563 "integrity": "sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7564 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7565 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7566 "node-modules-regexp": "^1.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7567 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7568 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7569 "pkg-dir": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7570 "version": "3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7571 "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7572 "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7573 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7574 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7575 "find-up": "^3.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7576 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7577 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7578 "pn": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7579 "version": "1.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7580 "resolved": "https://registry.npmjs.org/pn/-/pn-1.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7581 "integrity": "sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7582 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7583 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7584 "posix-character-classes": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7585 "version": "0.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7586 "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7587 "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7588 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
7589 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7590 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7591 "version": "6.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7592 "resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7593 "integrity": "sha1-AA29H47vIXqjaLmiEsX8QLKo8/I=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7594 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7595 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7596 "chalk": "^1.1.3",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7597 "source-map": "^0.5.6",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7598 "supports-color": "^3.2.3"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7599 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7600 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7601 "ansi-regex": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7602 "version": "2.1.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7603 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7604 "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7605 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7606 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7607 "ansi-styles": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7608 "version": "2.2.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7609 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7610 "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7611 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7612 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7613 "chalk": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7614 "version": "1.1.3",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7615 "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7616 "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7617 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7618 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7619 "ansi-styles": "^2.2.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7620 "escape-string-regexp": "^1.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7621 "has-ansi": "^2.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7622 "strip-ansi": "^3.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7623 "supports-color": "^2.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7624 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7625 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7626 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7627 "version": "2.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7628 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7629 "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7630 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7631 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7632 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7633 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7634 "has-flag": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7635 "version": "1.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7636 "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7637 "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7638 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7639 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7640 "source-map": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7641 "version": "0.5.7",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7642 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7643 "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7644 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7645 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7646 "strip-ansi": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7647 "version": "3.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7648 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7649 "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7650 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7651 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7652 "ansi-regex": "^2.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7653 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7654 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7655 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7656 "version": "3.2.3",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7657 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7658 "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7659 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7660 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7661 "has-flag": "^1.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7662 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7663 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7664 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7665 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7666 "postcss-calc": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7667 "version": "7.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7668 "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-7.0.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7669 "integrity": "sha512-oXqx0m6tb4N3JGdmeMSc/i91KppbYsFZKdH0xMOqK8V1rJlzrKlTdokz8ozUXLVejydRN6u2IddxpcijRj2FqQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7670 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7671 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7672 "css-unit-converter": "^1.1.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7673 "postcss": "^7.0.5",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7674 "postcss-selector-parser": "^5.0.0-rc.4",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7675 "postcss-value-parser": "^3.3.1"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7676 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7677 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7678 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7679 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7680 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7681 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7682 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7683 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7684 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7685 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7686 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7687 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7688 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7689 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7690 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7691 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7692 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7693 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7694 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7695 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7696 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7697 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7698 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7699 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7700 "postcss-colormin": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7701 "version": "4.0.3",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7702 "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-4.0.3.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7703 "integrity": "sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7704 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7705 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7706 "browserslist": "^4.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7707 "color": "^3.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7708 "has": "^1.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7709 "postcss": "^7.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7710 "postcss-value-parser": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7711 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7712 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7713 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7714 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7715 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7716 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7717 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7718 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7719 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7720 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7721 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7722 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7723 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7724 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7725 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7726 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7727 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7728 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7729 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7730 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7731 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7732 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7733 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7734 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7735 "postcss-convert-values": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7736 "version": "4.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7737 "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-4.0.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7738 "integrity": "sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7739 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7740 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7741 "postcss": "^7.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7742 "postcss-value-parser": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7743 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7744 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7745 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7746 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7747 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7748 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7749 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7750 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7751 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7752 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7753 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7754 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7755 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7756 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7757 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7758 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7759 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7760 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7761 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7762 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7763 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7764 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7765 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7766 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7767 "postcss-discard-comments": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7768 "version": "4.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7769 "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-4.0.2.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7770 "integrity": "sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7771 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7772 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7773 "postcss": "^7.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7774 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7775 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7776 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7777 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7778 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7779 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7780 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7781 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7782 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7783 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7784 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7785 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7786 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7787 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7788 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7789 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7790 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7791 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7792 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7793 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7794 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7795 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7796 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7797 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7798 "postcss-discard-duplicates": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7799 "version": "4.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7800 "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-4.0.2.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7801 "integrity": "sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7802 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7803 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7804 "postcss": "^7.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7805 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7806 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7807 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7808 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7809 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7810 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7811 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7812 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7813 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7814 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7815 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7816 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7817 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7818 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7819 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7820 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7821 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7822 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7823 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7824 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7825 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7826 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7827 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7828 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7829 "postcss-discard-empty": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7830 "version": "4.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7831 "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-4.0.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7832 "integrity": "sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7833 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7834 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7835 "postcss": "^7.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7836 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7837 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7838 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7839 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7840 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7841 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7842 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7843 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7844 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7845 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7846 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7847 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7848 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7849 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7850 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7851 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7852 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7853 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7854 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7855 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7856 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7857 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7858 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7859 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7860 "postcss-discard-overridden": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7861 "version": "4.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7862 "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-4.0.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7863 "integrity": "sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7864 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7865 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7866 "postcss": "^7.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7867 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7868 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7869 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7870 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7871 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7872 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7873 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7874 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7875 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7876 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7877 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7878 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7879 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7880 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7881 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7882 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7883 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7884 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7885 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7886 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7887 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7888 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7889 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7890 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7891 "postcss-load-config": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7892 "version": "2.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7893 "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-2.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7894 "integrity": "sha512-4pV3JJVPLd5+RueiVVB+gFOAa7GWc25XQcMp86Zexzke69mKf6Nx9LRcQywdz7yZI9n1udOxmLuAwTBypypF8Q==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7895 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7896 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7897 "cosmiconfig": "^5.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7898 "import-cwd": "^2.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7899 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7900 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7901 "postcss-merge-longhand": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7902 "version": "4.0.11",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7903 "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-4.0.11.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7904 "integrity": "sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7905 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7906 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7907 "css-color-names": "0.0.4",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7908 "postcss": "^7.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7909 "postcss-value-parser": "^3.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7910 "stylehacks": "^4.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7911 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7912 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7913 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7914 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7915 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7916 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7917 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7918 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7919 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7920 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7921 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7922 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7923 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7924 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7925 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7926 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7927 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7928 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7929 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7930 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7931 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7932 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7933 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7934 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7935 "postcss-merge-rules": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7936 "version": "4.0.3",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7937 "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-4.0.3.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7938 "integrity": "sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7939 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7940 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7941 "browserslist": "^4.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7942 "caniuse-api": "^3.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7943 "cssnano-util-same-parent": "^4.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7944 "postcss": "^7.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7945 "postcss-selector-parser": "^3.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7946 "vendors": "^1.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7947 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7948 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7949 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7950 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7951 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7952 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7953 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7954 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7955 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7956 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7957 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7958 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7959 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7960 "postcss-selector-parser": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7961 "version": "3.1.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7962 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7963 "integrity": "sha1-T4dfSvsMllc9XPTXQBGu4lCn6GU=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7964 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7965 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7966 "dot-prop": "^4.1.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7967 "indexes-of": "^1.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7968 "uniq": "^1.0.1"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7969 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7970 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7971 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7972 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7973 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7974 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7975 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7976 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7977 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7978 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7979 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7980 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7981 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7982 "postcss-minify-font-values": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7983 "version": "4.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7984 "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-4.0.2.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7985 "integrity": "sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7986 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7987 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7988 "postcss": "^7.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7989 "postcss-value-parser": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7990 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7991 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7992 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7993 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7994 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7995 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7996 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7997 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7998 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
7999 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8000 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8001 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8002 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8003 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8004 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8005 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8006 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8007 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8008 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8009 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8010 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8011 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8012 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8013 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8014 "postcss-minify-gradients": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8015 "version": "4.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8016 "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-4.0.2.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8017 "integrity": "sha512-qKPfwlONdcf/AndP1U8SJ/uzIJtowHlMaSioKzebAXSG4iJthlWC9iSWznQcX4f66gIWX44RSA841HTHj3wK+Q==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8018 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8019 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8020 "cssnano-util-get-arguments": "^4.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8021 "is-color-stop": "^1.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8022 "postcss": "^7.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8023 "postcss-value-parser": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8024 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8025 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8026 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8027 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8028 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8029 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8030 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8031 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8032 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8033 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8034 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8035 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8036 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8037 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8038 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8039 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8040 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8041 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8042 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8043 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8044 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8045 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8046 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8047 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8048 "postcss-minify-params": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8049 "version": "4.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8050 "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-4.0.2.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8051 "integrity": "sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8052 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8053 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8054 "alphanum-sort": "^1.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8055 "browserslist": "^4.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8056 "cssnano-util-get-arguments": "^4.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8057 "postcss": "^7.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8058 "postcss-value-parser": "^3.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8059 "uniqs": "^2.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8060 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8061 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8062 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8063 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8064 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8065 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8066 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8067 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8068 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8069 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8070 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8071 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8072 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8073 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8074 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8075 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8076 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8077 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8078 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8079 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8080 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8081 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8082 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8083 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8084 "postcss-minify-selectors": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8085 "version": "4.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8086 "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-4.0.2.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8087 "integrity": "sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8088 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8089 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8090 "alphanum-sort": "^1.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8091 "has": "^1.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8092 "postcss": "^7.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8093 "postcss-selector-parser": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8094 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8095 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8096 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8097 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8098 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8099 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8100 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8101 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8102 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8103 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8104 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8105 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8106 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8107 "postcss-selector-parser": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8108 "version": "3.1.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8109 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8110 "integrity": "sha1-T4dfSvsMllc9XPTXQBGu4lCn6GU=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8111 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8112 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8113 "dot-prop": "^4.1.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8114 "indexes-of": "^1.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8115 "uniq": "^1.0.1"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8116 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8117 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8118 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8119 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8120 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8121 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8122 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8123 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8124 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8125 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8126 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8127 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8128 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8129 "postcss-modules": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8130 "version": "1.5.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8131 "resolved": "https://registry.npmjs.org/postcss-modules/-/postcss-modules-1.5.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8132 "integrity": "sha512-KiAihzcV0TxTTNA5OXreyIXctuHOfR50WIhqBpc8pe0Q5dcs/Uap9EVlifOI9am7zGGdGOJQ6B1MPYKo2UxgOg==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8133 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8134 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8135 "css-modules-loader-core": "^1.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8136 "generic-names": "^2.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8137 "lodash.camelcase": "^4.3.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8138 "postcss": "^7.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8139 "string-hash": "^1.1.1"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8140 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8141 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8142 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8143 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8144 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8145 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8146 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8147 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8148 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8149 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8150 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8151 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8152 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8153 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8154 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8155 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8156 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8157 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8158 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8159 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8160 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8161 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8162 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8163 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8164 "postcss-modules-extract-imports": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8165 "version": "1.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8166 "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8167 "integrity": "sha1-thTJcgvmgW6u41+zpfqh26agXds=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8168 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8169 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8170 "postcss": "^6.0.1"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8171 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8172 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8173 "postcss-modules-local-by-default": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8174 "version": "1.2.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8175 "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.2.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8176 "integrity": "sha1-99gMOYxaOT+nlkRmvRlQCn1hwGk=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8177 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8178 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8179 "css-selector-tokenizer": "^0.7.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8180 "postcss": "^6.0.1"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8181 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8182 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8183 "postcss-modules-scope": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8184 "version": "1.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8185 "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-1.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8186 "integrity": "sha1-1upkmUx5+XtipytCb75gVqGUu5A=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8187 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8188 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8189 "css-selector-tokenizer": "^0.7.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8190 "postcss": "^6.0.1"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8191 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8192 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8193 "postcss-modules-values": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8194 "version": "1.3.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8195 "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-1.3.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8196 "integrity": "sha1-7P+p1+GSUYOJ9CrQ6D9yrsRW6iA=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8197 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8198 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8199 "icss-replace-symbols": "^1.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8200 "postcss": "^6.0.1"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8201 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8202 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8203 "postcss-normalize-charset": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8204 "version": "4.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8205 "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8206 "integrity": "sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8207 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8208 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8209 "postcss": "^7.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8210 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8211 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8212 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8213 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8214 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8215 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8216 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8217 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8218 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8219 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8220 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8221 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8222 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8223 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8224 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8225 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8226 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8227 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8228 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8229 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8230 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8231 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8232 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8233 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8234 "postcss-normalize-display-values": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8235 "version": "4.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8236 "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.2.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8237 "integrity": "sha512-3F2jcsaMW7+VtRMAqf/3m4cPFhPD3EFRgNs18u+k3lTJJlVe7d0YPO+bnwqo2xg8YiRpDXJI2u8A0wqJxMsQuQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8238 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8239 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8240 "cssnano-util-get-match": "^4.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8241 "postcss": "^7.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8242 "postcss-value-parser": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8243 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8244 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8245 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8246 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8247 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8248 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8249 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8250 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8251 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8252 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8253 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8254 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8255 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8256 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8257 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8258 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8259 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8260 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8261 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8262 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8263 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8264 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8265 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8266 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8267 "postcss-normalize-positions": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8268 "version": "4.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8269 "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-4.0.2.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8270 "integrity": "sha512-Dlf3/9AxpxE+NF1fJxYDeggi5WwV35MXGFnnoccP/9qDtFrTArZ0D0R+iKcg5WsUd8nUYMIl8yXDCtcrT8JrdA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8271 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8272 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8273 "cssnano-util-get-arguments": "^4.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8274 "has": "^1.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8275 "postcss": "^7.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8276 "postcss-value-parser": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8277 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8278 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8279 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8280 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8281 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8282 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8283 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8284 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8285 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8286 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8287 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8288 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8289 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8290 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8291 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8292 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8293 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8294 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8295 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8296 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8297 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8298 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8299 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8300 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8301 "postcss-normalize-repeat-style": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8302 "version": "4.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8303 "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-4.0.2.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8304 "integrity": "sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8305 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8306 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8307 "cssnano-util-get-arguments": "^4.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8308 "cssnano-util-get-match": "^4.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8309 "postcss": "^7.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8310 "postcss-value-parser": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8311 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8312 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8313 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8314 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8315 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8316 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8317 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8318 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8319 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8320 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8321 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8322 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8323 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8324 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8325 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8326 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8327 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8328 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8329 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8330 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8331 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8332 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8333 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8334 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8335 "postcss-normalize-string": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8336 "version": "4.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8337 "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-4.0.2.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8338 "integrity": "sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8339 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8340 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8341 "has": "^1.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8342 "postcss": "^7.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8343 "postcss-value-parser": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8344 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8345 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8346 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8347 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8348 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8349 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8350 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8351 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8352 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8353 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8354 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8355 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8356 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8357 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8358 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8359 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8360 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8361 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8362 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8363 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8364 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8365 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8366 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8367 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8368 "postcss-normalize-timing-functions": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8369 "version": "4.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8370 "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-4.0.2.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8371 "integrity": "sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8372 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8373 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8374 "cssnano-util-get-match": "^4.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8375 "postcss": "^7.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8376 "postcss-value-parser": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8377 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8378 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8379 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8380 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8381 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8382 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8383 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8384 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8385 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8386 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8387 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8388 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8389 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8390 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8391 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8392 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8393 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8394 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8395 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8396 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8397 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8398 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8399 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8400 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8401 "postcss-normalize-unicode": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8402 "version": "4.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8403 "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-4.0.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8404 "integrity": "sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8405 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8406 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8407 "browserslist": "^4.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8408 "postcss": "^7.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8409 "postcss-value-parser": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8410 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8411 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8412 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8413 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8414 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8415 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8416 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8417 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8418 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8419 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8420 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8421 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8422 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8423 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8424 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8425 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8426 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8427 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8428 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8429 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8430 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8431 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8432 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8433 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8434 "postcss-normalize-url": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8435 "version": "4.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8436 "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-4.0.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8437 "integrity": "sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8438 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8439 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8440 "is-absolute-url": "^2.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8441 "normalize-url": "^3.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8442 "postcss": "^7.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8443 "postcss-value-parser": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8444 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8445 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8446 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8447 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8448 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8449 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8450 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8451 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8452 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8453 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8454 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8455 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8456 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8457 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8458 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8459 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8460 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8461 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8462 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8463 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8464 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8465 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8466 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8467 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8468 "postcss-normalize-whitespace": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8469 "version": "4.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8470 "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-4.0.2.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8471 "integrity": "sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8472 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8473 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8474 "postcss": "^7.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8475 "postcss-value-parser": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8476 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8477 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8478 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8479 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8480 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8481 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8482 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8483 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8484 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8485 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8486 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8487 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8488 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8489 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8490 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8491 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8492 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8493 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8494 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8495 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8496 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8497 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8498 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8499 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8500 "postcss-ordered-values": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8501 "version": "4.1.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8502 "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-4.1.2.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8503 "integrity": "sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8504 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8505 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8506 "cssnano-util-get-arguments": "^4.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8507 "postcss": "^7.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8508 "postcss-value-parser": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8509 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8510 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8511 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8512 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8513 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8514 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8515 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8516 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8517 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8518 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8519 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8520 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8521 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8522 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8523 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8524 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8525 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8526 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8527 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8528 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8529 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8530 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8531 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8532 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8533 "postcss-reduce-initial": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8534 "version": "4.0.3",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8535 "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8536 "integrity": "sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8537 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8538 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8539 "browserslist": "^4.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8540 "caniuse-api": "^3.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8541 "has": "^1.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8542 "postcss": "^7.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8543 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8544 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8545 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8546 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8547 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8548 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8549 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8550 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8551 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8552 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8553 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8554 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8555 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8556 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8557 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8558 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8559 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8560 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8561 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8562 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8563 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8564 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8565 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8566 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8567 "postcss-reduce-transforms": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8568 "version": "4.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8569 "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-4.0.2.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8570 "integrity": "sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8571 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8572 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8573 "cssnano-util-get-match": "^4.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8574 "has": "^1.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8575 "postcss": "^7.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8576 "postcss-value-parser": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8577 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8578 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8579 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8580 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8581 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8582 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8583 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8584 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8585 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8586 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8587 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8588 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8589 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8590 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8591 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8592 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8593 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8594 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8595 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8596 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8597 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8598 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8599 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8600 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8601 "postcss-selector-parser": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8602 "version": "5.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8603 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8604 "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8605 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8606 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8607 "cssesc": "^2.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8608 "indexes-of": "^1.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8609 "uniq": "^1.0.1"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8610 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8611 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8612 "cssesc": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8613 "version": "2.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8614 "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8615 "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8616 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8617 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8618 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8619 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8620 "postcss-svgo": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8621 "version": "4.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8622 "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-4.0.2.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8623 "integrity": "sha512-C6wyjo3VwFm0QgBy+Fu7gCYOkCmgmClghO+pjcxvrcBKtiKt0uCF+hvbMO1fyv5BMImRK90SMb+dwUnfbGd+jw==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8624 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8625 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8626 "is-svg": "^3.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8627 "postcss": "^7.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8628 "postcss-value-parser": "^3.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8629 "svgo": "^1.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8630 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8631 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8632 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8633 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8634 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8635 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8636 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8637 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8638 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8639 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8640 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8641 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8642 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8643 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8644 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8645 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8646 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8647 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8648 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8649 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8650 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8651 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8652 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8653 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8654 "postcss-unique-selectors": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8655 "version": "4.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8656 "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-4.0.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8657 "integrity": "sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8658 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8659 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8660 "alphanum-sort": "^1.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8661 "postcss": "^7.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8662 "uniqs": "^2.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8663 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8664 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8665 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8666 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8667 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8668 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8669 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8670 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8671 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8672 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8673 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8674 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8675 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8676 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8677 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8678 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8679 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8680 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8681 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8682 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8683 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8684 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8685 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8686 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8687 "postcss-value-parser": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8688 "version": "3.3.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8689 "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8690 "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8691 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8692 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8693 "prelude-ls": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8694 "version": "1.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8695 "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8696 "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8697 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8698 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8699 "preserve": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8700 "version": "0.2.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8701 "resolved": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8702 "integrity": "sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8703 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8704 "optional": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8705 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8706 "pretty-format": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8707 "version": "24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8708 "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-24.9.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8709 "integrity": "sha512-00ZMZUiHaJrNfk33guavqgvfJS30sLYf0f8+Srklv0AMPodGGHcoHgksZ3OThYnIvOd+8yMCn0YiEOogjlgsnA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8710 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8711 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8712 "@jest/types": "^24.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8713 "ansi-regex": "^4.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8714 "ansi-styles": "^3.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8715 "react-is": "^16.8.4"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8716 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8717 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8718 "private": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8719 "version": "0.1.8",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8720 "resolved": "https://registry.npmjs.org/private/-/private-0.1.8.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8721 "integrity": "sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8722 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8723 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8724 "process": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8725 "version": "0.11.10",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8726 "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8727 "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8728 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8729 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8730 "process-es6": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8731 "version": "0.11.6",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8732 "resolved": "https://registry.npmjs.org/process-es6/-/process-es6-0.11.6.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8733 "integrity": "sha1-xrs4n5qVH4K9TrFpYAEFvS/5x3g=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8734 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8735 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8736 "process-nextick-args": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8737 "version": "2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8738 "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8739 "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8740 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8741 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8742 "promise.series": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8743 "version": "0.2.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8744 "resolved": "https://registry.npmjs.org/promise.series/-/promise.series-0.2.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8745 "integrity": "sha1-LMfr6Vn8OmYZwEq029yeRS2GS70=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8746 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8747 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8748 "prompts": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8749 "version": "2.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8750 "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.3.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8751 "integrity": "sha512-NfbbPPg/74fT7wk2XYQ7hAIp9zJyZp5Fu19iRbORqqy1BhtrkZ0fPafBU+7bmn8ie69DpT0R6QpJIN2oisYjJg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8752 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8753 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8754 "kleur": "^3.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8755 "sisteransi": "^1.0.3"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8756 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8757 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8758 "prr": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8759 "version": "1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8760 "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8761 "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8762 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8763 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8764 "psl": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8765 "version": "1.6.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8766 "resolved": "https://registry.npmjs.org/psl/-/psl-1.6.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8767 "integrity": "sha512-SYKKmVel98NCOYXpkwUqZqh0ahZeeKfmisiLIcEZdsb+WbLv02g/dI5BUmZnIyOe7RzZtLax81nnb2HbvC2tzA=="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8768 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8769 "public-encrypt": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8770 "version": "4.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8771 "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8772 "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8773 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8774 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8775 "bn.js": "^4.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8776 "browserify-rsa": "^4.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8777 "create-hash": "^1.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8778 "parse-asn1": "^5.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8779 "randombytes": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8780 "safe-buffer": "^5.1.2"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8781 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8782 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8783 "pump": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8784 "version": "3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8785 "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8786 "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8787 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8788 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8789 "end-of-stream": "^1.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8790 "once": "^1.3.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8791 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8792 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8793 "punycode": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8794 "version": "2.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8795 "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8796 "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8797 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8798 "q": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8799 "version": "1.5.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8800 "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8801 "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8802 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
8803 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8804 "qs": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8805 "version": "6.5.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8806 "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8807 "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA=="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8808 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8809 "querystring": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8810 "version": "0.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8811 "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8812 "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8813 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8814 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8815 "querystring-es3": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8816 "version": "0.2.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8817 "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8818 "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8819 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8820 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8821 "randomatic": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8822 "version": "3.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8823 "resolved": "https://registry.npmjs.org/randomatic/-/randomatic-3.1.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8824 "integrity": "sha512-TuDE5KxZ0J461RVjrJZCJc+J+zCkTb1MbH9AQUq68sMhOMcy9jLcb3BrZKgp9q9Ncltdg4QVqWrH02W2EFFVYw==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8825 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8826 "optional": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8827 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8828 "is-number": "^4.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8829 "kind-of": "^6.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8830 "math-random": "^1.0.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8831 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8832 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8833 "is-number": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8834 "version": "4.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8835 "resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8836 "integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8837 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8838 "optional": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8839 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8840 }
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8841 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8842 "randombytes": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8843 "version": "2.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8844 "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8845 "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8846 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8847 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8848 "safe-buffer": "^5.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8849 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8850 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8851 "randomfill": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8852 "version": "1.0.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8853 "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8854 "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8855 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8856 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8857 "randombytes": "^2.0.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8858 "safe-buffer": "^5.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8859 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8860 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8861 "rdf-canonize": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8862 "version": "1.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8863 "resolved": "https://registry.npmjs.org/rdf-canonize/-/rdf-canonize-1.0.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8864 "integrity": "sha512-piLMOB5Q6LJSVx2XzmdpHktYVb8TmVTy8coXJBFtdkcMC96DknZOuzpAYqCWx2ERZX7xEW+mMi8/wDuMJS/95w==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8865 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8866 "node-forge": "^0.8.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8867 "semver": "^5.6.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8868 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8869 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8870 "semver": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8871 "version": "5.7.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8872 "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8873 "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8874 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8875 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8876 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8877 "react-is": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8878 "version": "16.12.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8879 "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.12.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8880 "integrity": "sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8881 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8882 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8883 "read-only-stream": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8884 "version": "2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8885 "resolved": "https://registry.npmjs.org/read-only-stream/-/read-only-stream-2.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8886 "integrity": "sha1-JyT9aoET1zdkrCiNQ4YnDB2/F/A=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8887 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8888 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8889 "readable-stream": "^2.0.2"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8890 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8891 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8892 "readable-stream": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8893 "version": "2.3.6",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8894 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8895 "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8896 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8897 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8898 "core-util-is": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8899 "inherits": "~2.0.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8900 "isarray": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8901 "process-nextick-args": "~2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8902 "safe-buffer": "~5.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8903 "string_decoder": "~1.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8904 "util-deprecate": "~1.0.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8905 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8906 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8907 "safe-buffer": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8908 "version": "5.1.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8909 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8910 "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8911 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8912 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8913 "string_decoder": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8914 "version": "1.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8915 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8916 "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8917 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8918 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8919 "safe-buffer": "~5.1.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8920 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8921 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8922 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8923 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8924 "read-pkg": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8925 "version": "3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8926 "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8927 "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8928 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8929 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8930 "load-json-file": "^4.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8931 "normalize-package-data": "^2.3.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8932 "path-type": "^3.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8933 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8934 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8935 "read-pkg-up": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8936 "version": "4.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8937 "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-4.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8938 "integrity": "sha512-6etQSH7nJGsK0RbG/2TeDzZFa8shjQ1um+SwQQ5cwKy0dhSXdOncEhb1CPpvQG4h7FyOV6EB6YlV0yJvZQNAkA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8939 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8940 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8941 "find-up": "^3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8942 "read-pkg": "^3.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8943 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8944 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8945 "readable-stream": {
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8946 "version": "3.4.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8947 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.4.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8948 "integrity": "sha512-jItXPLmrSR8jmTRmRWJXCnGJsfy85mB3Wd/uINMXA65yrnFo0cPClFIUWzo2najVNSl+mx7/4W8ttlLWJe99pQ==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8949 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8950 "inherits": "^2.0.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8951 "string_decoder": "^1.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8952 "util-deprecate": "^1.0.1"
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8953 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8954 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8955 "readdirp": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8956 "version": "2.2.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8957 "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8958 "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8959 "dev": true,
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8960 "optional": true,
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8961 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8962 "graceful-fs": "^4.1.11",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8963 "micromatch": "^3.1.10",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
8964 "readable-stream": "^2.0.2"
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8965 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8966 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8967 "readable-stream": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8968 "version": "2.3.6",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8969 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8970 "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8971 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8972 "optional": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8973 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8974 "core-util-is": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8975 "inherits": "~2.0.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8976 "isarray": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8977 "process-nextick-args": "~2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8978 "safe-buffer": "~5.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8979 "string_decoder": "~1.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8980 "util-deprecate": "~1.0.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8981 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8982 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8983 "safe-buffer": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8984 "version": "5.1.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8985 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8986 "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8987 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8988 "optional": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8989 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8990 "string_decoder": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8991 "version": "1.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8992 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8993 "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8994 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8995 "optional": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8996 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8997 "safe-buffer": "~5.1.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8998 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
8999 }
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9000 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9001 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9002 "realpath-native": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9003 "version": "1.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9004 "resolved": "https://registry.npmjs.org/realpath-native/-/realpath-native-1.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9005 "integrity": "sha512-wlgPA6cCIIg9gKz0fgAPjnzh4yR/LnXovwuo9hvyGvx3h8nX4+/iLZplfUWasXpqD8BdnGnP5njOFjkUwPzvjA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9006 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9007 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9008 "util.promisify": "^1.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9009 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9010 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9011 "regenerate": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9012 "version": "1.4.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9013 "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9014 "integrity": "sha512-1G6jJVDWrt0rK99kBjvEtziZNCICAuvIPkSiUFIQxVP06RCVpq3dmDo2oi6ABpYaDYaTRr67BEhL8r1wgEZZKg==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9015 "dev": true
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9016 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9017 "regenerator-runtime": {
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9018 "version": "0.11.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9019 "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9020 "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9021 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9022 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9023 "regenerator-transform": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9024 "version": "0.10.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9025 "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.10.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9026 "integrity": "sha512-PJepbvDbuK1xgIgnau7Y90cwaAmO/LCLMI2mPvaXq2heGMR3aWW5/BQvYrhJ8jgmQjXewXvBjzfqKcVOmhjZ6Q==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9027 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9028 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9029 "babel-runtime": "^6.18.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9030 "babel-types": "^6.19.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9031 "private": "^0.1.6"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9032 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9033 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9034 "regex-cache": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9035 "version": "0.4.4",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9036 "resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9037 "integrity": "sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9038 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9039 "optional": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9040 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9041 "is-equal-shallow": "^0.1.3"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9042 }
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9043 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9044 "regex-not": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9045 "version": "1.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9046 "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9047 "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9048 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9049 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9050 "extend-shallow": "^3.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9051 "safe-regex": "^1.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9052 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9053 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9054 "regexpu-core": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9055 "version": "2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9056 "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-2.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9057 "integrity": "sha1-SdA4g3uNz4v6W5pCE5k45uoq4kA=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9058 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9059 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9060 "regenerate": "^1.2.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9061 "regjsgen": "^0.2.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9062 "regjsparser": "^0.1.4"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9063 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9064 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9065 "regjsgen": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9066 "version": "0.2.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9067 "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9068 "integrity": "sha1-bAFq3qxVT3WCP+N6wFuS1aTtsfc=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9069 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9070 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9071 "regjsparser": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9072 "version": "0.1.5",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9073 "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9074 "integrity": "sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9075 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9076 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9077 "jsesc": "~0.5.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9078 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9079 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9080 "jsesc": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9081 "version": "0.5.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9082 "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9083 "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9084 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9085 }
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9086 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9087 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9088 "remove-trailing-separator": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9089 "version": "1.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9090 "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9091 "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9092 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9093 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9094 "repeat-element": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9095 "version": "1.1.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9096 "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9097 "integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9098 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9099 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9100 "repeat-string": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9101 "version": "1.6.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9102 "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9103 "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9104 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9105 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9106 "repeating": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9107 "version": "2.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9108 "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9109 "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9110 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9111 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9112 "is-finite": "^1.0.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9113 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9114 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9115 "request": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9116 "version": "2.88.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9117 "resolved": "https://registry.npmjs.org/request/-/request-2.88.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9118 "integrity": "sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9119 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9120 "aws-sign2": "~0.7.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9121 "aws4": "^1.8.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9122 "caseless": "~0.12.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9123 "combined-stream": "~1.0.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9124 "extend": "~3.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9125 "forever-agent": "~0.6.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9126 "form-data": "~2.3.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9127 "har-validator": "~5.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9128 "http-signature": "~1.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9129 "is-typedarray": "~1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9130 "isstream": "~0.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9131 "json-stringify-safe": "~5.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9132 "mime-types": "~2.1.19",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9133 "oauth-sign": "~0.9.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9134 "performance-now": "^2.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9135 "qs": "~6.5.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9136 "safe-buffer": "^5.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9137 "tough-cookie": "~2.4.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9138 "tunnel-agent": "^0.6.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9139 "uuid": "^3.3.2"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9140 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9141 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9142 "request-promise-core": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9143 "version": "1.1.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9144 "resolved": "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9145 "integrity": "sha512-QIs2+ArIGQVp5ZYbWD5ZLCY29D5CfWizP8eWnm8FoGD1TX61veauETVQbrV60662V0oFBkrDOuaBI8XgtuyYAQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9146 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9147 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9148 "lodash": "^4.17.15"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9149 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9150 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9151 "request-promise-native": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9152 "version": "1.0.8",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9153 "resolved": "https://registry.npmjs.org/request-promise-native/-/request-promise-native-1.0.8.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9154 "integrity": "sha512-dapwLGqkHtwL5AEbfenuzjTYg35Jd6KPytsC2/TLkVMz8rm+tNt72MGUWT1RP/aYawMpN6HqbNGBQaRcBtjQMQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9155 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9156 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9157 "request-promise-core": "1.1.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9158 "stealthy-require": "^1.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9159 "tough-cookie": "^2.3.3"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9160 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9161 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9162 "require-directory": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9163 "version": "2.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9164 "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9165 "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9166 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9167 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9168 "require-main-filename": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9169 "version": "2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9170 "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9171 "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9172 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9173 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9174 "reserved-words": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9175 "version": "0.1.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9176 "resolved": "https://registry.npmjs.org/reserved-words/-/reserved-words-0.1.2.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9177 "integrity": "sha1-AKCUD5jNUBrqqsMWQR2a3FKzGrE=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9178 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9179 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9180 "resolve": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9181 "version": "1.14.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9182 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.14.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9183 "integrity": "sha512-fn5Wobh4cxbLzuHaE+nphztHy43/b++4M6SsGFC2gB8uYwf0C8LcarfCz1un7UTW8OFQg9iNjZ4xpcFVGebDPg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9184 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9185 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9186 "path-parse": "^1.0.6"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9187 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9188 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9189 "resolve-cwd": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9190 "version": "2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9191 "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9192 "integrity": "sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9193 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9194 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9195 "resolve-from": "^3.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9196 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9197 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9198 "resolve-from": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9199 "version": "3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9200 "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9201 "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9202 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9203 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9204 "resolve-url": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9205 "version": "0.2.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9206 "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9207 "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9208 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9209 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9210 "ret": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9211 "version": "0.1.15",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9212 "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9213 "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9214 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9215 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9216 "rgb-regex": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9217 "version": "1.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9218 "resolved": "https://registry.npmjs.org/rgb-regex/-/rgb-regex-1.0.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9219 "integrity": "sha1-wODWiC3w4jviVKR16O3UGRX+rrE=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9220 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9221 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9222 "rgba-regex": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9223 "version": "1.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9224 "resolved": "https://registry.npmjs.org/rgba-regex/-/rgba-regex-1.0.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9225 "integrity": "sha1-QzdOLiyglosO8VI0YLfXMP8i7rM=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9226 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9227 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9228 "rimraf": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9229 "version": "2.7.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9230 "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9231 "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9232 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9233 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9234 "glob": "^7.1.3"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9235 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9236 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9237 "ripemd160": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9238 "version": "2.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9239 "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9240 "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9241 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9242 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9243 "hash-base": "^3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9244 "inherits": "^2.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9245 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9246 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9247 "rollup": {
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9248 "version": "1.28.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9249 "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.28.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9250 "integrity": "sha512-v2J/DmQi9+Nf6frGqzwZRvbiuTTrqH0yzoUF4Eybf8sONT4UpLZzJYnYzW96Zm9X1+4SJmijfnFBWCzHDAXYnQ==",
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9251 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9252 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9253 "@types/estree": "*",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9254 "@types/node": "*",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9255 "acorn": "^7.1.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9256 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9257 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9258 "acorn": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9259 "version": "7.1.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9260 "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9261 "integrity": "sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9262 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9263 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9264 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9265 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9266 "rollup-plugin-node-builtins": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9267 "version": "2.1.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9268 "resolved": "https://registry.npmjs.org/rollup-plugin-node-builtins/-/rollup-plugin-node-builtins-2.1.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9269 "integrity": "sha1-JKH+1KQyV7a2Q3HYq8bOGrFFl+k=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9270 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9271 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9272 "browserify-fs": "^1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9273 "buffer-es6": "^4.9.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9274 "crypto-browserify": "^3.11.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9275 "process-es6": "^0.11.2"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9276 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9277 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9278 "rollup-plugin-postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9279 "version": "2.0.3",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9280 "resolved": "https://registry.npmjs.org/rollup-plugin-postcss/-/rollup-plugin-postcss-2.0.3.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9281 "integrity": "sha512-d12oKl6za/GGXmlytzVPzzTdPCKgti/Kq2kNhtfm5vv9hkNbyrTvizMBm6zZ5rRWX/sIWl3znjIJ8xy6Hofoeg==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9282 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9283 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9284 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9285 "concat-with-sourcemaps": "^1.0.5",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9286 "cssnano": "^4.1.8",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9287 "import-cwd": "^2.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9288 "p-queue": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9289 "pify": "^3.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9290 "postcss": "^7.0.14",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9291 "postcss-load-config": "^2.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9292 "postcss-modules": "^1.4.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9293 "promise.series": "^0.2.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9294 "reserved-words": "^0.1.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9295 "resolve": "^1.5.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9296 "rollup-pluginutils": "^2.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9297 "style-inject": "^0.3.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9298 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9299 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9300 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9301 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9302 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9303 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9304 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9305 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9306 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9307 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9308 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9309 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9310 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9311 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9312 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9313 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9314 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9315 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9316 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9317 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9318 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9319 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9320 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9321 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9322 "rollup-plugin-typescript2": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9323 "version": "0.25.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9324 "resolved": "https://registry.npmjs.org/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.25.3.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9325 "integrity": "sha512-ADkSaidKBovJmf5VBnZBZe+WzaZwofuvYdzGAKTN/J4hN7QJCFYAq7IrH9caxlru6T5qhX41PNFS1S4HqhsGQg==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9326 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9327 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9328 "find-cache-dir": "^3.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9329 "fs-extra": "8.1.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9330 "resolve": "1.12.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9331 "rollup-pluginutils": "2.8.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9332 "tslib": "1.10.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9333 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9334 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9335 "find-cache-dir": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9336 "version": "3.2.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9337 "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.2.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9338 "integrity": "sha512-1JKclkYYsf1q9WIJKLZa9S9muC+08RIjzAlLrK4QcYLJMS6mk9yombQ9qf+zJ7H9LS800k0s44L4sDq9VYzqyg==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9339 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9340 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9341 "commondir": "^1.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9342 "make-dir": "^3.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9343 "pkg-dir": "^4.1.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9344 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9345 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9346 "find-up": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9347 "version": "4.1.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9348 "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9349 "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9350 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9351 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9352 "locate-path": "^5.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9353 "path-exists": "^4.0.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9354 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9355 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9356 "locate-path": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9357 "version": "5.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9358 "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9359 "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9360 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9361 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9362 "p-locate": "^4.1.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9363 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9364 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9365 "make-dir": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9366 "version": "3.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9367 "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9368 "integrity": "sha512-grNJDhb8b1Jm1qeqW5R/O63wUo4UXo2v2HMic6YT9i/HBlF93S8jkMgH7yugvY9ABDShH4VZMn8I+U8+fCNegw==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9369 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9370 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9371 "semver": "^6.0.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9372 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9373 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9374 "p-locate": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9375 "version": "4.1.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9376 "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9377 "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9378 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9379 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9380 "p-limit": "^2.2.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9381 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9382 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9383 "path-exists": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9384 "version": "4.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9385 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9386 "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9387 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9388 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9389 "pkg-dir": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9390 "version": "4.2.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9391 "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9392 "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9393 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9394 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9395 "find-up": "^4.0.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9396 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9397 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9398 "resolve": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9399 "version": "1.12.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9400 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.12.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9401 "integrity": "sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9402 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9403 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9404 "path-parse": "^1.0.6"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9405 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9406 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9407 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9408 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9409 "rollup-pluginutils": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9410 "version": "2.8.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9411 "resolved": "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.8.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9412 "integrity": "sha512-J5oAoysWar6GuZo0s+3bZ6sVZAC0pfqKz68De7ZgDi5z63jOVZn1uJL/+z1jeKHNbGII8kAyHF5q8LnxSX5lQg==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9413 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9414 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9415 "estree-walker": "^0.6.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9416 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9417 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9418 "rsvp": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9419 "version": "4.8.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9420 "resolved": "https://registry.npmjs.org/rsvp/-/rsvp-4.8.5.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9421 "integrity": "sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9422 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9423 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9424 "safe-buffer": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9425 "version": "5.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9426 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9427 "integrity": "sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg=="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9428 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9429 "safe-regex": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9430 "version": "1.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9431 "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9432 "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9433 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9434 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9435 "ret": "~0.1.10"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9436 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9437 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9438 "safer-buffer": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9439 "version": "2.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9440 "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9441 "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9442 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9443 "sane": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9444 "version": "4.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9445 "resolved": "https://registry.npmjs.org/sane/-/sane-4.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9446 "integrity": "sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9447 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9448 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9449 "@cnakazawa/watch": "^1.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9450 "anymatch": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9451 "capture-exit": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9452 "exec-sh": "^0.3.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9453 "execa": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9454 "fb-watchman": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9455 "micromatch": "^3.1.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9456 "minimist": "^1.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9457 "walker": "~1.0.5"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9458 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9459 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9460 "sax": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9461 "version": "1.2.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9462 "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9463 "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9464 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9465 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9466 "seamless-immutable": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9467 "version": "6.3.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9468 "resolved": "https://registry.npmjs.org/seamless-immutable/-/seamless-immutable-6.3.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9469 "integrity": "sha1-IY/YUbxbmJUFmYMl+MdxPTX6/rg=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9470 "dev": true
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9471 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9472 "semver": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9473 "version": "6.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9474 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9475 "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9476 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9477 "set-blocking": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9478 "version": "2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9479 "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9480 "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9481 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9482 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9483 "set-value": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9484 "version": "2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9485 "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9486 "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9487 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9488 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9489 "extend-shallow": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9490 "is-extendable": "^0.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9491 "is-plain-object": "^2.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9492 "split-string": "^3.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9493 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9494 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9495 "extend-shallow": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9496 "version": "2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9497 "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9498 "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9499 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9500 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9501 "is-extendable": "^0.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9502 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9503 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9504 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9505 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9506 "sha.js": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9507 "version": "2.4.11",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9508 "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9509 "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9510 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9511 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9512 "inherits": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9513 "safe-buffer": "^5.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9514 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9515 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9516 "shasum": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9517 "version": "1.0.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9518 "resolved": "https://registry.npmjs.org/shasum/-/shasum-1.0.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9519 "integrity": "sha1-5wEjENj0F/TetXEhUOVni4euVl8=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9520 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9521 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9522 "json-stable-stringify": "~0.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9523 "sha.js": "~2.4.4"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9524 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9525 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9526 "shasum-object": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9527 "version": "1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9528 "resolved": "https://registry.npmjs.org/shasum-object/-/shasum-object-1.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9529 "integrity": "sha512-Iqo5rp/3xVi6M4YheapzZhhGPVs0yZwHj7wvwQ1B9z8H6zk+FEnI7y3Teq7qwnekfEhu8WmG2z0z4iWZaxLWVg==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9530 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9531 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9532 "fast-safe-stringify": "^2.0.7"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9533 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9534 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9535 "shebang-command": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9536 "version": "1.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9537 "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9538 "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9539 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9540 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9541 "shebang-regex": "^1.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9542 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9543 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9544 "shebang-regex": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9545 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9546 "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9547 "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9548 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9549 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9550 "shell-quote": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9551 "version": "1.7.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9552 "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9553 "integrity": "sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9554 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9555 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9556 "shellwords": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9557 "version": "0.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9558 "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9559 "integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9560 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9561 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9562 "signal-exit": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9563 "version": "3.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9564 "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9565 "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9566 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9567 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9568 "simple-concat": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9569 "version": "1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9570 "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9571 "integrity": "sha1-c0TLuLbib7J9ZrL8hvn21Zl1IcY=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9572 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9573 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9574 "simple-swizzle": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9575 "version": "0.2.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9576 "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9577 "integrity": "sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9578 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9579 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9580 "is-arrayish": "^0.3.1"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9581 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9582 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9583 "is-arrayish": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9584 "version": "0.3.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9585 "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9586 "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9587 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9588 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9589 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9590 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9591 "sisteransi": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9592 "version": "1.0.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9593 "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.4.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9594 "integrity": "sha512-/ekMoM4NJ59ivGSfKapeG+FWtrmWvA1p6FBZwXrqojw90vJu8lBmrTxCMuBCydKtkaUe2zt4PlxeTKpjwMbyig==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9595 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9596 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9597 "slash": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9598 "version": "2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9599 "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9600 "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9601 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9602 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9603 "snapdragon": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9604 "version": "0.8.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9605 "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9606 "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9607 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9608 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9609 "base": "^0.11.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9610 "debug": "^2.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9611 "define-property": "^0.2.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9612 "extend-shallow": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9613 "map-cache": "^0.2.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9614 "source-map": "^0.5.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9615 "source-map-resolve": "^0.5.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9616 "use": "^3.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9617 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9618 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9619 "debug": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9620 "version": "2.6.9",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9621 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9622 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9623 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9624 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9625 "ms": "2.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9626 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9627 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9628 "define-property": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9629 "version": "0.2.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9630 "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9631 "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9632 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9633 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9634 "is-descriptor": "^0.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9635 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9636 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9637 "extend-shallow": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9638 "version": "2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9639 "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9640 "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9641 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9642 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9643 "is-extendable": "^0.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9644 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9645 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9646 "ms": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9647 "version": "2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9648 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9649 "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9650 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9651 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9652 "source-map": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9653 "version": "0.5.7",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9654 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9655 "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9656 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9657 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9658 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9659 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9660 "snapdragon-node": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9661 "version": "2.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9662 "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9663 "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9664 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9665 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9666 "define-property": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9667 "isobject": "^3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9668 "snapdragon-util": "^3.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9669 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9670 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9671 "define-property": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9672 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9673 "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9674 "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9675 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9676 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9677 "is-descriptor": "^1.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9678 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9679 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9680 "is-accessor-descriptor": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9681 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9682 "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9683 "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9684 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9685 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9686 "kind-of": "^6.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9687 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9688 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9689 "is-data-descriptor": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9690 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9691 "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9692 "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9693 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9694 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9695 "kind-of": "^6.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9696 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9697 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9698 "is-descriptor": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9699 "version": "1.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9700 "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9701 "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9702 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9703 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9704 "is-accessor-descriptor": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9705 "is-data-descriptor": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9706 "kind-of": "^6.0.2"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9707 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9708 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9709 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9710 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9711 "snapdragon-util": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9712 "version": "3.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9713 "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9714 "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9715 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9716 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9717 "kind-of": "^3.2.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9718 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9719 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9720 "kind-of": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9721 "version": "3.2.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9722 "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9723 "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9724 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9725 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9726 "is-buffer": "^1.1.5"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9727 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9728 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9729 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9730 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9731 "source-map": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9732 "version": "0.6.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9733 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9734 "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9735 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9736 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9737 "source-map-resolve": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9738 "version": "0.5.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9739 "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9740 "integrity": "sha512-MjqsvNwyz1s0k81Goz/9vRBe9SZdB09Bdw+/zYyO+3CuPk6fouTaxscHkgtE8jKvf01kVfl8riHzERQ/kefaSA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9741 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9742 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9743 "atob": "^2.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9744 "decode-uri-component": "^0.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9745 "resolve-url": "^0.2.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9746 "source-map-url": "^0.4.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9747 "urix": "^0.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9748 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9749 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9750 "source-map-support": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9751 "version": "0.5.16",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9752 "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.16.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9753 "integrity": "sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9754 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9755 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9756 "buffer-from": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9757 "source-map": "^0.6.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9758 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9759 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9760 "source-map-url": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9761 "version": "0.4.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9762 "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9763 "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9764 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9765 },
35
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
9766 "sourcemap-codec": {
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
9767 "version": "1.4.6",
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
9768 "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.6.tgz",
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
9769 "integrity": "sha512-1ZooVLYFxC448piVLBbtOxFcXwnymH9oUF8nRd3CuYDVvkRBxRl6pB4Mtas5a4drtL+E8LDgFkQNcgIw6tc8Hg==",
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
9770 "dev": true
29d8ed02a275 build and tests, including jsonld
drewp@bigasterisk.com
parents: 34
diff changeset
9771 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9772 "spdx-correct": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9773 "version": "3.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9774 "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9775 "integrity": "sha512-lr2EZCctC2BNR7j7WzJ2FpDznxky1sjfxvvYEyzxNyb6lZXHODmEoJeFu4JupYlkfha1KZpJyoqiJ7pgA1qq8Q==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9776 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9777 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9778 "spdx-expression-parse": "^3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9779 "spdx-license-ids": "^3.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9780 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9781 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9782 "spdx-exceptions": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9783 "version": "2.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9784 "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9785 "integrity": "sha512-2XQACfElKi9SlVb1CYadKDXvoajPgBVPn/gOQLrTvHdElaVhr7ZEbqJaRnJLVNeaI4cMEAgVCeBMKF6MWRDCRA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9786 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9787 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9788 "spdx-expression-parse": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9789 "version": "3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9790 "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9791 "integrity": "sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9792 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9793 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9794 "spdx-exceptions": "^2.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9795 "spdx-license-ids": "^3.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9796 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9797 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9798 "spdx-license-ids": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9799 "version": "3.0.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9800 "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9801 "integrity": "sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9802 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9803 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9804 "split-string": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9805 "version": "3.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9806 "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9807 "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9808 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9809 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9810 "extend-shallow": "^3.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9811 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9812 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9813 "sprintf-js": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9814 "version": "1.0.3",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9815 "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9816 "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9817 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9818 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9819 "sshpk": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9820 "version": "1.16.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9821 "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9822 "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9823 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9824 "asn1": "~0.2.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9825 "assert-plus": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9826 "bcrypt-pbkdf": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9827 "dashdash": "^1.12.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9828 "ecc-jsbn": "~0.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9829 "getpass": "^0.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9830 "jsbn": "~0.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9831 "safer-buffer": "^2.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9832 "tweetnacl": "~0.14.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9833 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9834 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9835 "stable": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9836 "version": "0.1.8",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9837 "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9838 "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9839 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
9840 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9841 "stack-utils": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9842 "version": "1.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9843 "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-1.0.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9844 "integrity": "sha512-MTX+MeG5U994cazkjd/9KNAapsHnibjMLnfXodlkXw76JEea0UiNzrqidzo1emMwk7w5Qhc9jd4Bn9TBb1MFwA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9845 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9846 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9847 "static-extend": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9848 "version": "0.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9849 "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9850 "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9851 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9852 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9853 "define-property": "^0.2.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9854 "object-copy": "^0.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9855 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9856 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9857 "define-property": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9858 "version": "0.2.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9859 "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9860 "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9861 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9862 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9863 "is-descriptor": "^0.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9864 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9865 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9866 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9867 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9868 "stealthy-require": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9869 "version": "1.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9870 "resolved": "https://registry.npmjs.org/stealthy-require/-/stealthy-require-1.1.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9871 "integrity": "sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9872 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9873 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9874 "stream-browserify": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9875 "version": "2.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9876 "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9877 "integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9878 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9879 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9880 "inherits": "~2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9881 "readable-stream": "^2.0.2"
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9882 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9883 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9884 "readable-stream": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9885 "version": "2.3.6",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9886 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9887 "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9888 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9889 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9890 "core-util-is": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9891 "inherits": "~2.0.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9892 "isarray": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9893 "process-nextick-args": "~2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9894 "safe-buffer": "~5.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9895 "string_decoder": "~1.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9896 "util-deprecate": "~1.0.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9897 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9898 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9899 "safe-buffer": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9900 "version": "5.1.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9901 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9902 "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9903 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9904 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9905 "string_decoder": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9906 "version": "1.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9907 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9908 "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9909 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9910 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9911 "safe-buffer": "~5.1.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9912 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9913 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9914 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9915 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9916 "stream-combiner2": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9917 "version": "1.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9918 "resolved": "https://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.1.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9919 "integrity": "sha1-+02KFCDqNidk4hrUeAOXvry0HL4=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9920 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9921 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9922 "duplexer2": "~0.1.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9923 "readable-stream": "^2.0.2"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9924 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9925 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9926 "readable-stream": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9927 "version": "2.3.6",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9928 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9929 "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9930 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9931 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9932 "core-util-is": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9933 "inherits": "~2.0.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9934 "isarray": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9935 "process-nextick-args": "~2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9936 "safe-buffer": "~5.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9937 "string_decoder": "~1.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9938 "util-deprecate": "~1.0.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9939 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9940 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9941 "safe-buffer": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9942 "version": "5.1.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9943 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9944 "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9945 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9946 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9947 "string_decoder": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9948 "version": "1.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9949 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9950 "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9951 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9952 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9953 "safe-buffer": "~5.1.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9954 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9955 }
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9956 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9957 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9958 "stream-http": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9959 "version": "2.8.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9960 "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9961 "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9962 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9963 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9964 "builtin-status-codes": "^3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9965 "inherits": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9966 "readable-stream": "^2.3.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9967 "to-arraybuffer": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
9968 "xtend": "^4.0.0"
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9969 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9970 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9971 "readable-stream": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9972 "version": "2.3.6",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9973 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9974 "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9975 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9976 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9977 "core-util-is": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9978 "inherits": "~2.0.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9979 "isarray": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9980 "process-nextick-args": "~2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9981 "safe-buffer": "~5.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9982 "string_decoder": "~1.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9983 "util-deprecate": "~1.0.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9984 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9985 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9986 "safe-buffer": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9987 "version": "5.1.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9988 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9989 "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9990 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9991 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9992 "string_decoder": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9993 "version": "1.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9994 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9995 "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9996 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9997 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9998 "safe-buffer": "~5.1.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
9999 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10000 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10001 "xtend": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10002 "version": "4.0.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10003 "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10004 "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10005 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10006 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10007 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10008 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10009 "stream-splicer": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10010 "version": "2.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10011 "resolved": "https://registry.npmjs.org/stream-splicer/-/stream-splicer-2.0.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10012 "integrity": "sha512-Xizh4/NPuYSyAXyT7g8IvdJ9HJpxIGL9PjyhtywCZvvP0OPIdqyrr4dMikeuvY8xahpdKEBlBTySe583totajg==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10013 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10014 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10015 "inherits": "^2.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10016 "readable-stream": "^2.0.2"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10017 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10018 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10019 "readable-stream": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10020 "version": "2.3.6",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10021 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10022 "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10023 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10024 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10025 "core-util-is": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10026 "inherits": "~2.0.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10027 "isarray": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10028 "process-nextick-args": "~2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10029 "safe-buffer": "~5.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10030 "string_decoder": "~1.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10031 "util-deprecate": "~1.0.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10032 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10033 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10034 "safe-buffer": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10035 "version": "5.1.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10036 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10037 "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10038 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10039 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10040 "string_decoder": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10041 "version": "1.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10042 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10043 "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10044 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10045 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10046 "safe-buffer": "~5.1.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10047 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10048 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10049 }
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10050 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10051 "string-hash": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10052 "version": "1.1.3",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10053 "resolved": "https://registry.npmjs.org/string-hash/-/string-hash-1.1.3.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10054 "integrity": "sha1-6Kr8CsGFW0Zmkp7X3RJ1311sgRs=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10055 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10056 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10057 "string-length": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10058 "version": "2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10059 "resolved": "https://registry.npmjs.org/string-length/-/string-length-2.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10060 "integrity": "sha1-1A27aGo6zpYMHP/KVivyxF+DY+0=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10061 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10062 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10063 "astral-regex": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10064 "strip-ansi": "^4.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10065 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10066 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10067 "ansi-regex": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10068 "version": "3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10069 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10070 "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10071 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10072 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10073 "strip-ansi": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10074 "version": "4.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10075 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10076 "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10077 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10078 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10079 "ansi-regex": "^3.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10080 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10081 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10082 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10083 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10084 "string-range": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10085 "version": "1.2.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10086 "resolved": "https://registry.npmjs.org/string-range/-/string-range-1.2.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10087 "integrity": "sha1-qJPtNH5yKZvIO++78qaSqNI51d0=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10088 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10089 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10090 "string-width": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10091 "version": "3.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10092 "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10093 "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10094 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10095 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10096 "emoji-regex": "^7.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10097 "is-fullwidth-code-point": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10098 "strip-ansi": "^5.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10099 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10100 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10101 "string.prototype.trimleft": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10102 "version": "2.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10103 "resolved": "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10104 "integrity": "sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10105 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10106 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10107 "define-properties": "^1.1.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10108 "function-bind": "^1.1.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10109 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10110 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10111 "string.prototype.trimright": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10112 "version": "2.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10113 "resolved": "https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10114 "integrity": "sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10115 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10116 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10117 "define-properties": "^1.1.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10118 "function-bind": "^1.1.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10119 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10120 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10121 "string_decoder": {
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10122 "version": "1.3.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10123 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10124 "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10125 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10126 "safe-buffer": "~5.2.0"
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10127 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10128 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10129 "strip-ansi": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10130 "version": "5.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10131 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10132 "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10133 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10134 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10135 "ansi-regex": "^4.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10136 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10137 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10138 "strip-bom": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10139 "version": "3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10140 "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10141 "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10142 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10143 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10144 "strip-eof": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10145 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10146 "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10147 "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10148 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10149 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10150 "style-inject": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10151 "version": "0.3.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10152 "resolved": "https://registry.npmjs.org/style-inject/-/style-inject-0.3.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10153 "integrity": "sha512-IezA2qp+vcdlhJaVm5SOdPPTUu0FCEqfNSli2vRuSIBbu5Nq5UvygTk/VzeCqfLz2Atj3dVII5QBKGZRZ0edzw==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10154 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10155 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10156 "stylehacks": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10157 "version": "4.0.3",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10158 "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-4.0.3.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10159 "integrity": "sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10160 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10161 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10162 "browserslist": "^4.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10163 "postcss": "^7.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10164 "postcss-selector-parser": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10165 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10166 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10167 "postcss": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10168 "version": "7.0.26",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10169 "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10170 "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10171 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10172 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10173 "chalk": "^2.4.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10174 "source-map": "^0.6.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10175 "supports-color": "^6.1.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10176 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10177 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10178 "postcss-selector-parser": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10179 "version": "3.1.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10180 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10181 "integrity": "sha1-T4dfSvsMllc9XPTXQBGu4lCn6GU=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10182 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10183 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10184 "dot-prop": "^4.1.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10185 "indexes-of": "^1.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10186 "uniq": "^1.0.1"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10187 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10188 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10189 "supports-color": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10190 "version": "6.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10191 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10192 "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10193 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10194 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10195 "has-flag": "^3.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10196 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10197 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10198 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10199 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10200 "stylus": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10201 "version": "0.54.7",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10202 "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.54.7.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10203 "integrity": "sha512-Yw3WMTzVwevT6ZTrLCYNHAFmanMxdylelL3hkWNgPMeTCpMwpV3nXjpOHuBXtFv7aiO2xRuQS6OoAdgkNcSNug==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10204 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10205 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10206 "css-parse": "~2.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10207 "debug": "~3.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10208 "glob": "^7.1.3",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10209 "mkdirp": "~0.5.x",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10210 "safer-buffer": "^2.1.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10211 "sax": "~1.2.4",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10212 "semver": "^6.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10213 "source-map": "^0.7.3"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10214 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10215 "dependencies": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10216 "debug": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10217 "version": "3.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10218 "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10219 "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10220 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10221 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10222 "ms": "2.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10223 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10224 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10225 "ms": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10226 "version": "2.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10227 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10228 "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10229 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10230 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10231 "source-map": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10232 "version": "0.7.3",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10233 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10234 "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10235 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10236 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10237 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10238 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10239 "subarg": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10240 "version": "1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10241 "resolved": "https://registry.npmjs.org/subarg/-/subarg-1.0.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10242 "integrity": "sha1-9izxdYHplrSPyWVpn1TAauJouNI=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10243 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10244 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10245 "minimist": "^1.1.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10246 }
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10247 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10248 "supports-color": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10249 "version": "5.5.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10250 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10251 "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10252 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10253 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10254 "has-flag": "^3.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10255 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10256 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10257 "svgo": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10258 "version": "1.3.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10259 "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10260 "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10261 "dev": true,
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10262 "requires": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10263 "chalk": "^2.4.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10264 "coa": "^2.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10265 "css-select": "^2.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10266 "css-select-base-adapter": "^0.1.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10267 "css-tree": "1.0.0-alpha.37",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10268 "csso": "^4.0.2",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10269 "js-yaml": "^3.13.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10270 "mkdirp": "~0.5.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10271 "object.values": "^1.1.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10272 "sax": "~1.2.4",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10273 "stable": "^0.1.8",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10274 "unquote": "~1.1.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10275 "util.promisify": "~1.0.0"
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10276 }
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10277 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10278 "symbol-tree": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10279 "version": "3.2.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10280 "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10281 "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10282 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10283 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10284 "syntax-error": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10285 "version": "1.4.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10286 "resolved": "https://registry.npmjs.org/syntax-error/-/syntax-error-1.4.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10287 "integrity": "sha512-YPPlu67mdnHGTup2A8ff7BC2Pjq0e0Yp/IyTFN03zWO0RcK07uLcbi7C2KpGR2FvWbaB0+bfE27a+sBKebSo7w==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10288 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10289 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10290 "acorn-node": "^1.2.0"
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10291 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10292 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10293 "test-exclude": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10294 "version": "5.2.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10295 "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-5.2.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10296 "integrity": "sha512-M+oxtseCFO3EDtAaGH7iiej3CBkzXqFMbzqYAACdzKui4eZA+pq3tZEwChvOdNfa7xxy8BfbmgJSIr43cC/+2g==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10297 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10298 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10299 "glob": "^7.1.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10300 "minimatch": "^3.0.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10301 "read-pkg-up": "^4.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10302 "require-main-filename": "^2.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10303 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10304 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10305 "throat": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10306 "version": "4.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10307 "resolved": "https://registry.npmjs.org/throat/-/throat-4.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10308 "integrity": "sha1-iQN8vJLFarGJJua6TLsgDhVnKmo=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10309 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10310 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10311 "through": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10312 "version": "2.3.8",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10313 "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10314 "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10315 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10316 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10317 "through2": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10318 "version": "2.0.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10319 "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10320 "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10321 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10322 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10323 "readable-stream": "~2.3.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10324 "xtend": "~4.0.1"
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10325 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10326 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10327 "readable-stream": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10328 "version": "2.3.6",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10329 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10330 "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10331 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10332 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10333 "core-util-is": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10334 "inherits": "~2.0.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10335 "isarray": "~1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10336 "process-nextick-args": "~2.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10337 "safe-buffer": "~5.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10338 "string_decoder": "~1.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10339 "util-deprecate": "~1.0.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10340 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10341 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10342 "safe-buffer": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10343 "version": "5.1.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10344 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10345 "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10346 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10347 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10348 "string_decoder": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10349 "version": "1.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10350 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10351 "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10352 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10353 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10354 "safe-buffer": "~5.1.0"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10355 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10356 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10357 "xtend": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10358 "version": "4.0.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10359 "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10360 "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10361 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10362 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10363 }
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10364 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10365 "timers-browserify": {
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10366 "version": "1.4.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10367 "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-1.4.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10368 "integrity": "sha1-ycWLV1voQHN1y14kYtrO50NZ9B0=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10369 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10370 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10371 "process": "~0.11.0"
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10372 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10373 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10374 "timsort": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10375 "version": "0.3.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10376 "resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10377 "integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10378 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10379 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10380 "tmpl": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10381 "version": "1.0.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10382 "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10383 "integrity": "sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10384 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10385 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10386 "to-arraybuffer": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10387 "version": "1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10388 "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10389 "integrity": "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10390 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10391 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10392 "to-fast-properties": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10393 "version": "2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10394 "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10395 "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10396 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10397 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10398 "to-object-path": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10399 "version": "0.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10400 "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10401 "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10402 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10403 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10404 "kind-of": "^3.0.2"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10405 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10406 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10407 "kind-of": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10408 "version": "3.2.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10409 "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10410 "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10411 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10412 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10413 "is-buffer": "^1.1.5"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10414 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10415 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10416 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10417 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10418 "to-regex": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10419 "version": "3.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10420 "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10421 "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10422 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10423 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10424 "define-property": "^2.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10425 "extend-shallow": "^3.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10426 "regex-not": "^1.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10427 "safe-regex": "^1.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10428 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10429 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10430 "to-regex-range": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10431 "version": "2.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10432 "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10433 "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10434 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10435 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10436 "is-number": "^3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10437 "repeat-string": "^1.6.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10438 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10439 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10440 "tough-cookie": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10441 "version": "2.4.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10442 "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10443 "integrity": "sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10444 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10445 "psl": "^1.1.24",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10446 "punycode": "^1.4.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10447 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10448 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10449 "punycode": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10450 "version": "1.4.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10451 "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10452 "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10453 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10454 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10455 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10456 "tr46": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10457 "version": "1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10458 "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10459 "integrity": "sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10460 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10461 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10462 "punycode": "^2.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10463 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10464 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10465 "trim-right": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10466 "version": "1.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10467 "resolved": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10468 "integrity": "sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10469 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10470 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10471 "ts-jest": {
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10472 "version": "24.3.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10473 "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-24.3.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10474 "integrity": "sha512-Hb94C/+QRIgjVZlJyiWwouYUF+siNJHJHknyspaOcZ+OQAIdFG/UrdQVXw/0B8Z3No34xkUXZJpOTy9alOWdVQ==",
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10475 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10476 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10477 "bs-logger": "0.x",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10478 "buffer-from": "1.x",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10479 "fast-json-stable-stringify": "2.x",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10480 "json5": "2.x",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10481 "lodash.memoize": "4.x",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10482 "make-error": "1.x",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10483 "mkdirp": "0.x",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10484 "resolve": "1.x",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10485 "semver": "^5.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10486 "yargs-parser": "10.x"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10487 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10488 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10489 "camelcase": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10490 "version": "4.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10491 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10492 "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10493 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10494 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10495 "semver": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10496 "version": "5.7.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10497 "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10498 "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10499 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10500 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10501 "yargs-parser": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10502 "version": "10.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10503 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-10.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10504 "integrity": "sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10505 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10506 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10507 "camelcase": "^4.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10508 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10509 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10510 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10511 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10512 "tslib": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10513 "version": "1.10.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10514 "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.10.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10515 "integrity": "sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10516 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10517 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10518 "tty-browserify": {
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10519 "version": "0.0.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10520 "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10521 "integrity": "sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==",
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10522 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10523 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10524 "tunnel-agent": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10525 "version": "0.6.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10526 "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10527 "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10528 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10529 "safe-buffer": "^5.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10530 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10531 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10532 "tweetnacl": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10533 "version": "0.14.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10534 "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10535 "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10536 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10537 "type-check": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10538 "version": "0.3.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10539 "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10540 "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10541 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10542 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10543 "prelude-ls": "~1.1.2"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10544 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10545 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10546 "typedarray": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10547 "version": "0.0.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10548 "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10549 "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10550 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10551 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10552 "typedarray-to-buffer": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10553 "version": "1.0.4",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10554 "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-1.0.4.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10555 "integrity": "sha1-m7i6DoQfs/TPH+fCRenz+opf6Zw=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10556 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10557 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10558 "typescript": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10559 "version": "3.7.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10560 "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.4.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10561 "integrity": "sha512-A25xv5XCtarLwXpcDNZzCGvW2D1S3/bACratYBx2sax8PefsFhlYmkQicKHvpYflFS8if4zne5zT5kpJ7pzuvw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10562 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10563 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10564 "uglify-js": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10565 "version": "3.7.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10566 "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.7.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10567 "integrity": "sha512-uhRwZcANNWVLrxLfNFEdltoPNhECUR3lc+UdJoG9CBpMcSnKyWA94tc3eAujB1GcMY5Uwq8ZMp4qWpxWYDQmaA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10568 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10569 "optional": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10570 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10571 "commander": "~2.20.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10572 "source-map": "~0.6.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10573 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10574 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10575 "umd": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10576 "version": "3.0.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10577 "resolved": "https://registry.npmjs.org/umd/-/umd-3.0.3.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10578 "integrity": "sha512-4IcGSufhFshvLNcMCV80UnQVlZ5pMOC8mvNPForqwA4+lzYQuetTESLDQkeLmihq8bRcnpbQa48Wb8Lh16/xow==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10579 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10580 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10581 "undeclared-identifiers": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10582 "version": "1.1.3",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10583 "resolved": "https://registry.npmjs.org/undeclared-identifiers/-/undeclared-identifiers-1.1.3.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10584 "integrity": "sha512-pJOW4nxjlmfwKApE4zvxLScM/njmwj/DiUBv7EabwE4O8kRUy+HIwxQtZLBPll/jx1LJyBcqNfB3/cpv9EZwOw==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10585 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10586 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10587 "acorn-node": "^1.3.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10588 "dash-ast": "^1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10589 "get-assigned-identifiers": "^1.2.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10590 "simple-concat": "^1.0.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10591 "xtend": "^4.0.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10592 },
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10593 "dependencies": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10594 "xtend": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10595 "version": "4.0.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10596 "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10597 "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10598 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10599 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10600 }
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10601 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10602 "union-value": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10603 "version": "1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10604 "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10605 "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10606 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10607 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10608 "arr-union": "^3.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10609 "get-value": "^2.0.6",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10610 "is-extendable": "^0.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10611 "set-value": "^2.0.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10612 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10613 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10614 "uniq": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10615 "version": "1.0.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10616 "resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10617 "integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10618 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10619 },
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10620 "uniqs": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10621 "version": "2.0.0",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10622 "resolved": "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10623 "integrity": "sha1-/+3ks2slKQaW5uFl1KWe25mOawI=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10624 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10625 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10626 "universalify": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10627 "version": "0.1.2",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10628 "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10629 "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10630 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10631 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10632 "unquote": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10633 "version": "1.1.1",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10634 "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10635 "integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10636 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10637 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10638 "unset-value": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10639 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10640 "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10641 "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10642 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10643 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10644 "has-value": "^0.3.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10645 "isobject": "^3.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10646 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10647 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10648 "has-value": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10649 "version": "0.3.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10650 "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10651 "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10652 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10653 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10654 "get-value": "^2.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10655 "has-values": "^0.1.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10656 "isobject": "^2.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10657 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10658 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10659 "isobject": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10660 "version": "2.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10661 "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10662 "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10663 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10664 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10665 "isarray": "1.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10666 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10667 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10668 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10669 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10670 "has-values": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10671 "version": "0.1.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10672 "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10673 "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10674 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10675 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10676 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10677 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10678 "uri-js": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10679 "version": "4.2.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10680 "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10681 "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10682 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10683 "punycode": "^2.1.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10684 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10685 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10686 "urix": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10687 "version": "0.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10688 "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10689 "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10690 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10691 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10692 "url": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10693 "version": "0.11.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10694 "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10695 "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10696 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10697 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10698 "punycode": "1.3.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10699 "querystring": "0.2.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10700 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10701 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10702 "punycode": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10703 "version": "1.3.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10704 "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10705 "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10706 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10707 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10708 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10709 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10710 "use": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10711 "version": "3.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10712 "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10713 "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10714 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10715 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10716 "user-home": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10717 "version": "1.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10718 "resolved": "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10719 "integrity": "sha1-K1viOjK2Onyd640PKNSFcko98ZA=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10720 "dev": true
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10721 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10722 "util": {
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10723 "version": "0.10.4",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10724 "resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10725 "integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==",
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10726 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10727 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10728 "inherits": "2.0.3"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10729 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10730 "dependencies": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10731 "inherits": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10732 "version": "2.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10733 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10734 "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10735 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10736 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10737 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10738 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10739 "util-deprecate": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10740 "version": "1.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10741 "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10742 "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10743 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10744 "util.promisify": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10745 "version": "1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10746 "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10747 "integrity": "sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10748 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10749 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10750 "define-properties": "^1.1.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10751 "object.getownpropertydescriptors": "^2.0.3"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10752 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10753 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10754 "uuid": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10755 "version": "3.3.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10756 "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10757 "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ=="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10758 },
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10759 "v8flags": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10760 "version": "2.1.1",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10761 "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-2.1.1.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10762 "integrity": "sha1-qrGh+jDUX4jdMhFIh1rALAtV5bQ=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10763 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10764 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10765 "user-home": "^1.1.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10766 }
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10767 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10768 "validate-npm-package-license": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10769 "version": "3.0.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10770 "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10771 "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10772 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10773 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10774 "spdx-correct": "^3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10775 "spdx-expression-parse": "^3.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10776 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10777 },
48
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10778 "vendors": {
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10779 "version": "1.0.3",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10780 "resolved": "https://registry.npmjs.org/vendors/-/vendors-1.0.3.tgz",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10781 "integrity": "sha512-fOi47nsJP5Wqefa43kyWSg80qF+Q3XA6MUkgi7Hp1HQaKDQW4cQrK2D0P7mmbFtsV1N89am55Yru/nyEwRubcw==",
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10782 "dev": true
b8e5850acca0 local demo; styles
drewp@bigasterisk.com
parents: 42
diff changeset
10783 },
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10784 "verror": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10785 "version": "1.10.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10786 "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10787 "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10788 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10789 "assert-plus": "^1.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10790 "core-util-is": "1.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10791 "extsprintf": "^1.2.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10792 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10793 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10794 "vm-browserify": {
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10795 "version": "0.0.4",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10796 "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-0.0.4.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10797 "integrity": "sha1-XX6kW7755Kb/ZflUOOCofDV9WnM=",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10798 "dev": true,
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10799 "requires": {
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10800 "indexof": "0.0.1"
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10801 }
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10802 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10803 "w3c-hr-time": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10804 "version": "1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10805 "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10806 "integrity": "sha1-gqwr/2PZUOqeMYmlimViX+3xkEU=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10807 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10808 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10809 "browser-process-hrtime": "^0.1.2"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10810 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10811 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10812 "walker": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10813 "version": "1.0.7",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10814 "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.7.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10815 "integrity": "sha1-L3+bj9ENZ3JisYqITijRlhjgKPs=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10816 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10817 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10818 "makeerror": "1.0.x"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10819 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10820 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10821 "webidl-conversions": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10822 "version": "4.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10823 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10824 "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10825 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10826 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10827 "whatwg-encoding": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10828 "version": "1.0.5",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10829 "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10830 "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10831 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10832 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10833 "iconv-lite": "0.4.24"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10834 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10835 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10836 "whatwg-mimetype": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10837 "version": "2.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10838 "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10839 "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10840 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10841 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10842 "whatwg-url": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10843 "version": "6.5.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10844 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-6.5.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10845 "integrity": "sha512-rhRZRqx/TLJQWUpQ6bmrt2UV4f0HCQ463yQuONJqC6fO2VoEb1pTYddbe59SkYq87aoM5A3bdhMZiUiVws+fzQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10846 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10847 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10848 "lodash.sortby": "^4.7.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10849 "tr46": "^1.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10850 "webidl-conversions": "^4.0.2"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10851 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10852 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10853 "which": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10854 "version": "1.3.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10855 "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10856 "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10857 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10858 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10859 "isexe": "^2.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10860 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10861 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10862 "which-module": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10863 "version": "2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10864 "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10865 "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10866 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10867 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10868 "word-wrap": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10869 "version": "1.2.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10870 "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10871 "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10872 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10873 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10874 "wordwrap": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10875 "version": "0.0.3",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10876 "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10877 "integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10878 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10879 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10880 "wrap-ansi": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10881 "version": "5.1.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10882 "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10883 "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10884 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10885 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10886 "ansi-styles": "^3.2.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10887 "string-width": "^3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10888 "strip-ansi": "^5.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10889 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10890 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10891 "wrappy": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10892 "version": "1.0.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10893 "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10894 "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10895 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10896 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10897 "write-file-atomic": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10898 "version": "2.4.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10899 "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10900 "integrity": "sha512-TGHFeZEZMnv+gBFRfjAcxL5bPHrsGKtnb4qsFAws7/vlh+QfwAaySIw4AXP9ZskTTh5GWu3FLuJhsWVdiJPGvg==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10901 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10902 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10903 "graceful-fs": "^4.1.11",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10904 "imurmurhash": "^0.1.4",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10905 "signal-exit": "^3.0.2"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10906 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10907 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10908 "ws": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10909 "version": "5.2.2",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10910 "resolved": "https://registry.npmjs.org/ws/-/ws-5.2.2.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10911 "integrity": "sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10912 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10913 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10914 "async-limiter": "~1.0.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10915 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10916 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10917 "xml-name-validator": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10918 "version": "3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10919 "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10920 "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10921 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10922 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10923 "xmldom": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10924 "version": "0.1.19",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10925 "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.19.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10926 "integrity": "sha1-Yx/Ad3bv2EEYvyUXGzftTQdaCrw="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10927 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10928 "xtend": {
34
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10929 "version": "2.2.0",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10930 "resolved": "https://registry.npmjs.org/xtend/-/xtend-2.2.0.tgz",
3d8b98e9c01d building, but without jsonld so far
drewp@bigasterisk.com
parents: 33
diff changeset
10931 "integrity": "sha1-7vax8ZjByN6vrYsXZaBNrUoBxak=",
33
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10932 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10933 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10934 "y18n": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10935 "version": "4.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10936 "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10937 "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10938 "dev": true
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10939 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10940 "yallist": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10941 "version": "3.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10942 "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10943 "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10944 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10945 "yargs": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10946 "version": "13.3.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10947 "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.0.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10948 "integrity": "sha512-2eehun/8ALW8TLoIl7MVaRUrg+yCnenu8B4kBlRxj3GJGDKU1Og7sMXPNm1BYyM1DOJmTZ4YeN/Nwxv+8XJsUA==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10949 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10950 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10951 "cliui": "^5.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10952 "find-up": "^3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10953 "get-caller-file": "^2.0.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10954 "require-directory": "^2.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10955 "require-main-filename": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10956 "set-blocking": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10957 "string-width": "^3.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10958 "which-module": "^2.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10959 "y18n": "^4.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10960 "yargs-parser": "^13.1.1"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10961 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10962 },
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10963 "yargs-parser": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10964 "version": "13.1.1",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10965 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.1.tgz",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10966 "integrity": "sha512-oVAVsHz6uFrg3XQheFII8ESO2ssAf9luWuAd6Wexsu4F3OtIW0o8IribPXYrD4WC24LWtPrJlGy87y5udK+dxQ==",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10967 "dev": true,
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10968 "requires": {
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10969 "camelcase": "^5.0.0",
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10970 "decamelize": "^1.2.0"
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10971 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10972 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10973 }
b82c05e22d9a change to npm with a build that worked better as a local package to be shared
drewp@bigasterisk.com
parents:
diff changeset
10974 }