Skip to content

Commit 897bb02

Browse files
committed
remove deps
1 parent f7fad12 commit 897bb02

File tree

3 files changed

+128
-45
lines changed

3 files changed

+128
-45
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env node
2+
require('../build/index');

packages/haul-explore/package.json

Lines changed: 3 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -2,68 +2,26 @@
22
"version": "1.0.0",
33
"name": "@haul-bundler/explore",
44
"description": "Source map explorer",
5-
"main": "build/index.js",
65
"files": [
76
"build/",
8-
"assets/"
7+
"bin/"
98
],
109
"bin": {
11-
"haul-source-map-explorer": "dist/index.js"
10+
"haul-explorer": "bin/haul-explorer.js"
1211
},
1312
"engines": {
1413
"node": ">=10.x"
1514
},
16-
"peerDependencies": {
17-
"react-native": ">=0.59.0"
18-
},
1915
"dependencies": {
2016
"@babel/core": "7.4.3",
2117
"@babel/plugin-proposal-class-properties": "7.4.0",
2218
"@babel/plugin-transform-flow-strip-types": "7.4.0",
2319
"@babel/preset-env": "7.4.3",
2420
"@babel/preset-typescript": "7.3.3",
25-
"@hapi/boom": "^7.4.2",
26-
"@hapi/hapi": "^18.3.1",
27-
"@hapi/inert": "^5.2.1",
28-
"@hapi/joi": "^15.1.0",
29-
"@haul-bundler/basic-bundle-webpack-plugin": "^0.15.0",
30-
"@haul-bundler/core-legacy": "^0.15.0",
31-
"@haul-bundler/inspector-events": "^0.15.0",
32-
"@haul-bundler/ram-bundle-webpack-plugin": "^1.0.0",
33-
"ansi-fragments": "^0.2.1",
34-
"btoa": "^1.2.1",
35-
"chalk": "^3.0.0",
36-
"convert-source-map": "^1.7.0",
37-
"dedent": "^0.7.0",
38-
"ejs": "^3.0.1",
39-
"escape-html": "^1.0.3",
40-
"escape-string-regexp": "^2.0.0",
41-
"glob": "^7.1.6",
42-
"hasha": "^5.0.0",
43-
"image-size": "^0.7.4",
44-
"loader-utils": "^1.2.3",
45-
"lodash": "^4.17.15",
46-
"lodash.get": "^4.4.2",
47-
"lodash.merge": "^4.6.2",
48-
"lodash.throttle": "^4.1.1",
4921
"metro": "^0.56.4",
50-
"node-fetch": "^2.6.0",
51-
"open": "^7.0.0",
52-
"open-in-editor": "^2.2.0",
53-
"platform-select": "^1.1.2",
54-
"resolve": "^1.12.0",
55-
"semver": "^6.3.0",
22+
"hasha": "^5.0.0",
5623
"source-map": "^0.7.3",
5724
"source-map-explorer": "^3.2.2",
58-
"strip-ansi": "5.2.0",
59-
"temp": "^0.9.1",
60-
"terminal-kit": "^1.30.0",
61-
"terser": "^4.1.3",
62-
"utility-types": "^3.7.0",
63-
"webpack": "^4.39.1",
64-
"webpack-sources": "^1.4.1",
65-
"wrap-ansi": "^6.0.0",
66-
"ws": "^6.2.1",
6725
"yargs": "^15.1.0"
6826
},
6927
"devDependencies": {

yarn.lock

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1973,6 +1973,129 @@
19731973
"@hapi/bourne" "1.x.x"
19741974
"@hapi/hoek" "6.x.x"
19751975

1976+
"@haul-bundler/babel-preset-react-native@^0.14.0":
1977+
version "0.14.2"
1978+
resolved "http://localhost:4873/@haul-bundler%2fbabel-preset-react-native/-/babel-preset-react-native-0.14.2.tgz#4d2ecbb170f5248693871fdca3473c1ee0e8d422"
1979+
integrity sha512-lqD5eCa+gW5jnU7K2QPh4kYVnSNNNYb6j/+1PNGhiGw/aSSPSTamk+2ya6fJXvL39Db3cbs3X+lNvPpSdMJo/Q==
1980+
dependencies:
1981+
"@babel/plugin-proposal-class-properties" "^7.4.4"
1982+
"@babel/plugin-proposal-export-default-from" "^7.2.0"
1983+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.4.4"
1984+
"@babel/plugin-proposal-object-rest-spread" "^7.6.2"
1985+
"@babel/plugin-proposal-optional-catch-binding" "^7.2.0"
1986+
"@babel/plugin-proposal-optional-chaining" "^7.2.0"
1987+
"@babel/plugin-syntax-dynamic-import" "^7.2.0"
1988+
"@babel/plugin-syntax-export-default-from" "^7.2.0"
1989+
"@babel/plugin-transform-async-to-generator" "^7.4.4"
1990+
"@babel/plugin-transform-classes" "^7.0.0"
1991+
"@babel/plugin-transform-exponentiation-operator" "^7.2.0"
1992+
"@babel/plugin-transform-flow-strip-types" "^7.4.4"
1993+
"@babel/plugin-transform-literals" "^7.2.0"
1994+
"@babel/plugin-transform-modules-commonjs" "^7.4.4"
1995+
"@babel/plugin-transform-react-display-name" "^7.2.0"
1996+
"@babel/plugin-transform-react-jsx" "^7.3.0"
1997+
"@babel/plugin-transform-react-jsx-source" "^7.2.0"
1998+
"@babel/plugin-transform-shorthand-properties" "^7.0.0"
1999+
"@babel/plugin-transform-spread" "^7.6.2"
2000+
"@babel/plugin-transform-sticky-regex" "^7.2.0"
2001+
"@babel/plugin-transform-template-literals" "^7.0.0"
2002+
"@babel/plugin-transform-typescript" "^7.4.4"
2003+
"@babel/plugin-transform-unicode-regex" "^7.4.4"
2004+
"@babel/template" "^7.4.4"
2005+
metro-react-native-babel-preset "^0.54.0"
2006+
2007+
"@haul-bundler/basic-bundle-webpack-plugin@^0.14.1":
2008+
version "0.14.1"
2009+
resolved "http://localhost:4873/@haul-bundler%2fbasic-bundle-webpack-plugin/-/basic-bundle-webpack-plugin-0.14.1.tgz#fd3a79f53a76a5ea9374cbb452c31895c6260e90"
2010+
integrity sha512-GFNB8M+AqX8GI2nX9yShnnD8bxcTYE8eNBbx74Qok9XXhMBTIPr6FK73RWjRsJVsjIZTX5ugACXyHzfXpjT6Yg==
2011+
dependencies:
2012+
concat-with-sourcemaps "^1.1.0"
2013+
2014+
"@haul-bundler/cli@^0.14.0":
2015+
version "0.14.2"
2016+
resolved "http://localhost:4873/@haul-bundler%2fcli/-/cli-0.14.2.tgz#95b8cb7bb11ac24ffba08a079a9c042028e3ba0c"
2017+
integrity sha512-uSXBpWPu7unqDmPneYifnx3j+IFJhYJgo/eCkvZ4jSuxIlBq4v8R4w5sL7/5VoMKGQbLXUYc9T4lDdIxFzzbIg==
2018+
dependencies:
2019+
"@haul-bundler/core" "^0.14.2"
2020+
"@haul-bundler/core-legacy" "^0.14.1"
2021+
"@haul-bundler/inspector-events" "^0.14.1"
2022+
ansi-fragments "^0.2.1"
2023+
cpx "^1.5.0"
2024+
dedent "^0.7.0"
2025+
execa "^2.0.3"
2026+
inquirer "^6.5.0"
2027+
mkdirp "^0.5.1"
2028+
npm-registry-fetch "^5.0.0"
2029+
ora "^3.4.0"
2030+
simple-progress-webpack-plugin "^1.1.2"
2031+
which "1.3.1"
2032+
ws "^6.2.1"
2033+
yargs "^13.3.0"
2034+
yargs-parser "^13.1.1"
2035+
2036+
"@haul-bundler/core-legacy@^0.14.1":
2037+
version "0.14.1"
2038+
resolved "http://localhost:4873/@haul-bundler%2fcore-legacy/-/core-legacy-0.14.1.tgz#c69836aa23de403382bebe84f5bfcb3fda0d7b7c"
2039+
integrity sha512-ZP1UdMLnXhFsnCMzPMyqz4kHkWXQPo7tKQmKYE/h85xDwivQnXmvhxxakrTz79bHl5S1Ue4b61suE1FOkkqjog==
2040+
dependencies:
2041+
cpx "^1.5.0"
2042+
get-port "^5.0.0"
2043+
mime-types "^2.1.24"
2044+
mkdirp "^0.5.1"
2045+
ws "^6.2.1"
2046+
2047+
"@haul-bundler/core@^0.14.0", "@haul-bundler/core@^0.14.2":
2048+
version "0.14.2"
2049+
resolved "http://localhost:4873/@haul-bundler%2fcore/-/core-0.14.2.tgz#ed2ef5584095818e0aaff79a5119d1682abfd70f"
2050+
integrity sha512-MaM6nHpuLKHvKeurgSB+WpwUJW/+Q9A2qrqyvVPq14DbwUhLliB5B/u7tNBlA+XepVVz8mcyKeQsGAozJ9J+uQ==
2051+
dependencies:
2052+
"@babel/core" "7.4.3"
2053+
"@babel/plugin-proposal-class-properties" "7.4.0"
2054+
"@babel/plugin-transform-flow-strip-types" "7.4.0"
2055+
"@babel/preset-env" "7.4.3"
2056+
"@babel/preset-typescript" "7.3.3"
2057+
"@hapi/boom" "^7.4.2"
2058+
"@hapi/hapi" "^18.3.1"
2059+
"@hapi/inert" "^5.2.1"
2060+
"@hapi/joi" "^15.1.0"
2061+
"@haul-bundler/basic-bundle-webpack-plugin" "^0.14.1"
2062+
"@haul-bundler/core-legacy" "^0.14.1"
2063+
"@haul-bundler/inspector-events" "^0.14.1"
2064+
"@haul-bundler/ram-bundle-webpack-plugin" "^0.14.2"
2065+
ansi-fragments "^0.2.1"
2066+
dedent "^0.7.0"
2067+
escape-string-regexp "^2.0.0"
2068+
hasha "^5.0.0"
2069+
image-size "^0.7.4"
2070+
loader-utils "^1.2.3"
2071+
lodash.get "^4.4.2"
2072+
lodash.merge "^4.6.2"
2073+
lodash.throttle "^4.1.1"
2074+
node-fetch "^2.6.0"
2075+
open "^6.4.0"
2076+
open-in-editor "^2.2.0"
2077+
platform-select "^1.1.2"
2078+
resolve "^1.12.0"
2079+
semver "^6.3.0"
2080+
source-map "^0.7.3"
2081+
strip-ansi "5.2.0"
2082+
terminal-kit "^1.30.0"
2083+
terser "^4.1.3"
2084+
utility-types "^3.7.0"
2085+
webpack "^4.39.1"
2086+
wrap-ansi "^6.0.0"
2087+
ws "^6.2.1"
2088+
2089+
"@haul-bundler/inspector-events@^0.14.1":
2090+
version "0.14.1"
2091+
resolved "http://localhost:4873/@haul-bundler%2finspector-events/-/inspector-events-0.14.1.tgz#b515ee77b82cc4c7b23ebd181770f06fbf2efa6d"
2092+
integrity sha512-niRKD2+79CUTuh5gnhvq9huoc3mo4EFFkaiSdmOzqUIsHkgSpxduEL7WzLb0gd/QiNxmhbK6IAfMJRaefICpGw==
2093+
2094+
"@haul-bundler/ram-bundle-webpack-plugin@^0.14.2":
2095+
version "0.14.2"
2096+
resolved "http://localhost:4873/@haul-bundler%2fram-bundle-webpack-plugin/-/ram-bundle-webpack-plugin-0.14.2.tgz#c86e0c80c431f1a18fbeb8eab4c34a59a3b8449f"
2097+
integrity sha512-epmPGGEKDA/APCzpyKbgHOcfCdRgpjza8zGRK2SXrBblGeRMH93WqWiJrF1kbIhSTZGmzkfAK5xAwJT0537FZA==
2098+
19762099
"@jest/console@^24.7.1":
19772100
version "24.7.1"
19782101
resolved "https://registry.yarnpkg.com/@jest/console/-/console-24.7.1.tgz#32a9e42535a97aedfe037e725bd67e954b459545"

0 commit comments

Comments
 (0)