You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Haha-Yes/node_modules/enmap/package.json

65 lines
1.7 KiB
JSON

{
"_from": "enmap",
"_id": "enmap@4.0.12",
"_inBundle": false,
"_integrity": "sha512-jvK94Fyk8HtJlYQdW/XW4pNfUzxzsjF7UlaC1MalpZq944ti9HL+XcRLFTmM1/Px/9dZxGeUPLMBUhAO0/S6YA==",
"_location": "/enmap",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "enmap",
"name": "enmap",
"escapedName": "enmap",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/enmap/-/enmap-4.0.12.tgz",
"_shasum": "432a58a87b8b5605e49ad71e2fcbfaa78a967e88",
"_spec": "enmap",
"_where": "/Users/loic/Documents/DiscordJS",
"author": {
"name": "Evelyne Lachance"
},
"bugs": {
"url": "https://github.com/eslachance/enmap/issues"
},
"bundleDependencies": false,
"dependencies": {
"lodash": "^4.17.10"
},
"deprecated": false,
"description": "Enhanced Maps are a data structure that can be used to store data in memory that can also be saved in a database behind the scenes. These operations are fast, safe, and painless.",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^11.3.2",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1"
},
"homepage": "https://github.com/eslachance/enmap#readme",
"keywords": [],
"license": "Apache-2.0",
"main": "index.js",
"name": "enmap",
"peerDependencies": {
"better-sqlite-pool": "^0.1.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eslachance/enmap.git"
},
"scripts": {
"test": "mocha"
},
"types": "index.d.ts",
"version": "4.0.12"
}