@stacksjs/tinker 0.57.3 → 0.58.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +21 -33
- package/LICENSE.md +0 -21
- package/README.md +0 -61
- package/dist/index.d.ts +0 -2
- package/dist/index.mjs +0 -2
- package/dist/tinker.d.ts +0 -2
- package/dist/tinker.mjs +0 -2
package/package.json
CHANGED
|
@@ -1,58 +1,46 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/tinker",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
5
|
-
"
|
|
6
|
-
"description": "The Stacks way to tinker.",
|
|
4
|
+
"version": "0.58.19",
|
|
5
|
+
"description": "All you need to tinker.",
|
|
7
6
|
"author": "Chris Breuer",
|
|
8
7
|
"license": "MIT",
|
|
9
8
|
"funding": "https://github.com/sponsors/chrisbbreuer",
|
|
10
|
-
"homepage": "https://github.com/stacksjs/stacks/tree/main
|
|
9
|
+
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/stacks/tinker-app#readme",
|
|
11
10
|
"repository": {
|
|
12
11
|
"type": "git",
|
|
13
12
|
"url": "git+https://github.com/stacksjs/stacks.git",
|
|
14
|
-
"directory": "
|
|
13
|
+
"directory": "./storage/framework/core/tinker-app"
|
|
15
14
|
},
|
|
16
15
|
"bugs": {
|
|
17
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
18
17
|
},
|
|
19
18
|
"keywords": [
|
|
20
|
-
"tinker",
|
|
19
|
+
"tinker-stack",
|
|
21
20
|
"repl",
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"esno",
|
|
25
|
-
"zero-config",
|
|
21
|
+
"ts",
|
|
22
|
+
"vue",
|
|
26
23
|
"stacks"
|
|
27
24
|
],
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"types": "./dist/index.d.ts",
|
|
25
|
+
"module": "dist/index.js",
|
|
26
|
+
"types": "dist/index.d.ts",
|
|
31
27
|
"contributors": [
|
|
32
|
-
"Chris Breuer <chris@
|
|
28
|
+
"Chris Breuer <chris@stacksjs.org>"
|
|
33
29
|
],
|
|
34
|
-
"bin": {
|
|
35
|
-
"tinker": "./dist/tinker.mjs"
|
|
36
|
-
},
|
|
37
30
|
"files": [
|
|
38
|
-
"
|
|
39
|
-
"
|
|
31
|
+
"README.md",
|
|
32
|
+
"dist"
|
|
40
33
|
],
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
34
|
+
"scripts": {
|
|
35
|
+
"build": "echo 'wip'",
|
|
36
|
+
"prepublishOnly": "bun --bun run build",
|
|
37
|
+
"typecheck": "bun --bun tsc --noEmit"
|
|
44
38
|
},
|
|
45
|
-
"
|
|
46
|
-
"@
|
|
47
|
-
"
|
|
39
|
+
"peerDependencies": {
|
|
40
|
+
"@stacksjs/desktop": "workspace:*",
|
|
41
|
+
"@stacksjs/repl": "workspace:*"
|
|
48
42
|
},
|
|
49
43
|
"devDependencies": {
|
|
50
|
-
"
|
|
51
|
-
"unbuild": "^1.2.1"
|
|
52
|
-
},
|
|
53
|
-
"scripts": {
|
|
54
|
-
"build": "unbuild",
|
|
55
|
-
"dev": "unbuild --stub",
|
|
56
|
-
"typecheck": "tsc --noEmit"
|
|
44
|
+
"@stacksjs/development": "workspace:*"
|
|
57
45
|
}
|
|
58
|
-
}
|
|
46
|
+
}
|
package/LICENSE.md
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
# MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2022 Open Web Foundation
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
package/README.md
DELETED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
# Stacks Tinker
|
|
2
|
-
|
|
3
|
-
A powerful TypeScript REPL, powered by TSX.
|
|
4
|
-
|
|
5
|
-
## ☘️ Features
|
|
6
|
-
|
|
7
|
-
- Blazing fast on-demand TypeScript & ESM compilation
|
|
8
|
-
- Works in both [CommonJS and ESM packages](https://nodejs.org/api/packages.html#type)
|
|
9
|
-
- Supports next-gen TypeScript extensions (`.cts` & `.mts`)
|
|
10
|
-
- Supports `node:` import prefixes
|
|
11
|
-
- Hides experimental feature warnings
|
|
12
|
-
- TypeScript REPL
|
|
13
|
-
- Resolves `tsconfig.json` [`paths`](https://www.typescriptlang.org/tsconfig#paths)
|
|
14
|
-
- Tested on Linux & Windows with Node.js v12~18
|
|
15
|
-
|
|
16
|
-
## 🤖 Usage
|
|
17
|
-
|
|
18
|
-
```bash
|
|
19
|
-
pnpm i -D @stacksjs/tinker
|
|
20
|
-
```
|
|
21
|
-
|
|
22
|
-
Now, you can easily access it in your project:
|
|
23
|
-
|
|
24
|
-
```bash
|
|
25
|
-
npx tinker
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
To learn more, visit [`tsx`](https://github.com/esbuild-kit/tsx).
|
|
29
|
-
|
|
30
|
-
## 📈 Changelog
|
|
31
|
-
|
|
32
|
-
Please see our [releases](https://github.com/stacksjs/stacks/releases) page for more information on what has changed recently.
|
|
33
|
-
|
|
34
|
-
## 🚜 Contributing
|
|
35
|
-
|
|
36
|
-
Please review the [Contributing Guide](https://github.com/stacksjs/contributing) for details.
|
|
37
|
-
|
|
38
|
-
## 🏝 Community
|
|
39
|
-
|
|
40
|
-
For help, discussion about best practices, or any other conversation that would benefit from being searchable:
|
|
41
|
-
|
|
42
|
-
[Discussions on GitHub](https://github.com/stacksjs/stacks/discussions)
|
|
43
|
-
|
|
44
|
-
For casual chit-chat with others using this package:
|
|
45
|
-
|
|
46
|
-
[Join the Stacks Discord Server](https://discord.ow3.org)
|
|
47
|
-
|
|
48
|
-
## 🙏🏼 Credits
|
|
49
|
-
|
|
50
|
-
Many thanks to the following core technologies & people who have contributed to this package:
|
|
51
|
-
|
|
52
|
-
- [tsx](https://github.com/esbuild-kit/tsx)
|
|
53
|
-
- [esno](https://github.com/esbuild-kit/esno)
|
|
54
|
-
- [Chris Breuer](https://github.com/chrisbbreuer)
|
|
55
|
-
- [All Contributors](../../contributors)
|
|
56
|
-
|
|
57
|
-
## 📄 License
|
|
58
|
-
|
|
59
|
-
The MIT License (MIT). Please see [LICENSE](https://github.com/stacksjs/stacks/tree/main/LICENSE.md) for more information.
|
|
60
|
-
|
|
61
|
-
Made with ❤️
|
package/dist/index.d.ts
DELETED
package/dist/index.mjs
DELETED
package/dist/tinker.d.ts
DELETED
package/dist/tinker.mjs
DELETED