File: /home/thehunarfound/public_html/DMS/node_modules/toml/package.json
{
"_args": [
[
"toml@2.3.3",
"D:\\xamp2\\htdocs\\DMS"
]
],
"_from": "toml@2.3.3",
"_id": "toml@2.3.3",
"_inBundle": false,
"_integrity": "sha512-O7L5hhSQHxuufWUdcTRPfuTh3phKfAZ/dqfxZFoxPCj2RYmpaSGLEIs016FCXItQwNr08yefUB5TSjzRYnajTA==",
"_location": "/toml",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "toml@2.3.3",
"name": "toml",
"escapedName": "toml",
"rawSpec": "2.3.3",
"saveSpec": null,
"fetchSpec": "2.3.3"
},
"_requiredBy": [
"/snyk-go-plugin"
],
"_resolved": "https://registry.npmjs.org/toml/-/toml-2.3.3.tgz",
"_spec": "2.3.3",
"_where": "D:\\xamp2\\htdocs\\DMS",
"author": {
"name": "Michelle Tilley",
"email": "michelle@michelletilley.net"
},
"bugs": {
"url": "https://github.com/BinaryMuse/toml-node/issues"
},
"description": "TOML parser for Node.js (parses TOML spec v0.4.0)",
"devDependencies": {
"jshint": "*",
"nodeunit": "~0.9.0",
"pegjs": "~0.8.0"
},
"homepage": "https://github.com/BinaryMuse/toml-node#readme",
"keywords": [
"toml",
"parser"
],
"license": "MIT",
"main": "index.js",
"name": "toml",
"repository": {
"type": "git",
"url": "git://github.com/BinaryMuse/toml-node.git"
},
"scripts": {
"build": "pegjs --cache src/toml.pegjs lib/parser.js",
"prepublish": "npm run build",
"test": "jshint lib/compiler.js && nodeunit test/test_*.js"
},
"types": "index.d.ts",
"version": "2.3.3"
}