{ "_from": "toml@^2.3.3", "_id": "toml@2.3.6", "_inBundle": false, "_integrity": "sha512-gVweAectJU3ebq//Ferr2JUY4WKSDe5N+z0FvjDncLGyHmIDoxgY/2Ie4qfEIDm4IS7OA6Rmdm7pdEEdMcV/xQ==", "_location": "/toml", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "toml@^2.3.3", "name": "toml", "escapedName": "toml", "rawSpec": "^2.3.3", "saveSpec": null, "fetchSpec": "^2.3.3" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/toml/-/toml-2.3.6.tgz", "_shasum": "25b0866483a9722474895559088b436fd11f861b", "_spec": "toml@^2.3.3", "_where": "/home/safemobile/LINX/linx-simulator2", "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": "2.3.6" }