Your IP : 216.73.216.91


Current Path : /var/node/inatote/Inatote-Backend/node_modules/toml/
Upload File :
Current File : /var/node/inatote/Inatote-Backend/node_modules/toml/package.json

{
  "_from": "toml@3.0.0",
  "_id": "toml@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-y/mWCZinnvxjTKYhJ+pYxwD0mRLVvOtdS2Awbgxln6iEnt4rk0yBxeSBHkGJcPucRiG0e55mwWp+g/05rsrd6w==",
  "_location": "/toml",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "toml@3.0.0",
    "name": "toml",
    "escapedName": "toml",
    "rawSpec": "3.0.0",
    "saveSpec": null,
    "fetchSpec": "3.0.0"
  },
  "_requiredBy": [
    "/@snyk/fix",
    "/snyk-go-parser",
    "/snyk-poetry-lockfile-parser"
  ],
  "_resolved": "https://registry.npmjs.org/toml/-/toml-3.0.0.tgz",
  "_shasum": "342160f1af1904ec9d204d03a5d61222d762c5ee",
  "_spec": "toml@3.0.0",
  "_where": "/var/node/inatote/Inatote-Backend/node_modules/@snyk/fix",
  "author": {
    "name": "Michelle Tilley",
    "email": "michelle@michelletilley.net"
  },
  "bugs": {
    "url": "https://github.com/BinaryMuse/toml-node/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "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": "3.0.0"
}