A bot used for https://code-your-snake.codingmaster398.repl.co/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
1.6 KiB
66 lines
1.6 KiB
{
|
|
"_args": [
|
|
[
|
|
"@socket.io/component-emitter@3.1.0",
|
|
"/home/sigonasr2/SnakeBot"
|
|
]
|
|
],
|
|
"_from": "@socket.io/component-emitter@3.1.0",
|
|
"_id": "@socket.io/component-emitter@3.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==",
|
|
"_location": "/@socket.io/component-emitter",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@socket.io/component-emitter@3.1.0",
|
|
"name": "@socket.io/component-emitter",
|
|
"escapedName": "@socket.io%2fcomponent-emitter",
|
|
"scope": "@socket.io",
|
|
"rawSpec": "3.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/engine.io-client",
|
|
"/socket.io-client",
|
|
"/socket.io-parser"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz",
|
|
"_spec": "3.1.0",
|
|
"_where": "/home/sigonasr2/SnakeBot",
|
|
"bugs": {
|
|
"url": "https://github.com/socketio/emitter/issues"
|
|
},
|
|
"component": {
|
|
"scripts": {
|
|
"emitter/index.js": "index.js"
|
|
}
|
|
},
|
|
"description": "Event emitter",
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"should": "*"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.mjs",
|
|
"index.d.ts",
|
|
"LICENSE"
|
|
],
|
|
"homepage": "https://github.com/socketio/emitter#readme",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"module": "index.mjs",
|
|
"name": "@socket.io/component-emitter",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/socketio/emitter.git"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"types": "index.d.ts",
|
|
"version": "3.1.0"
|
|
}
|
|
|