package.json
1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"_args": [
[
"@tokenizer/token@0.1.1",
"C:\\Users\\MS\\Documents\\opensourseSW\\LineMusicChatbot"
]
],
"_from": "@tokenizer/token@0.1.1",
"_id": "@tokenizer/token@0.1.1",
"_inBundle": false,
"_integrity": "sha512-XO6INPbZCxdprl+9qa/AAbFFOMzzwqYxpjPgLICrMD6C2FCw6qfJOPcBk6JqqPLSaZ/Qx87qn4rpPmPMwaAK6w==",
"_location": "/@tokenizer/token",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@tokenizer/token@0.1.1",
"name": "@tokenizer/token",
"escapedName": "@tokenizer%2ftoken",
"scope": "@tokenizer",
"rawSpec": "0.1.1",
"saveSpec": null,
"fetchSpec": "0.1.1"
},
"_requiredBy": [
"/strtok3",
"/token-types"
],
"_resolved": "https://registry.npmjs.org/@tokenizer/token/-/token-0.1.1.tgz",
"_spec": "0.1.1",
"_where": "C:\\Users\\MS\\Documents\\opensourseSW\\LineMusicChatbot",
"author": {
"name": "Borewit",
"url": "https://github.com/Borewit"
},
"bugs": {
"url": "https://github.com/Borewit/tokenizer-token/issues"
},
"dependencies": {},
"description": "TypeScript definition for strtok3 token",
"devDependencies": {
"@types/node": "^13.1.0"
},
"files": [
"index.d.ts"
],
"homepage": "https://github.com/Borewit/tokenizer-token#readme",
"keywords": [
"token",
"interface",
"tokenizer",
"TypeScript"
],
"license": "MIT",
"main": "",
"name": "@tokenizer/token",
"repository": {
"type": "git",
"url": "git+https://github.com/Borewit/tokenizer-token.git"
},
"typeScriptVersion": "3.0",
"types": "index.d.ts",
"version": "0.1.1"
}