Echo/node_modules/toml/package.json
2021-02-11 21:31:41 +08:00

61 lines
1.5 KiB
JSON

{
"_from": "toml@^3.0.0",
"_id": "toml@3.0.0",
"_inBundle": false,
"_integrity": "sha1-NCFg8a8ZBOydIE0DpdYSItdixe4=",
"_location": "/toml",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "toml@^3.0.0",
"name": "toml",
"escapedName": "toml",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/@vuepress/core",
"/@vuepress/shared-utils"
],
"_resolved": "https://registry.npm.taobao.org/toml/download/toml-3.0.0.tgz",
"_shasum": "342160f1af1904ec9d204d03a5d61222d762c5ee",
"_spec": "toml@^3.0.0",
"_where": "E:\\GreateCommunity\\node_modules\\@vuepress\\core",
"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"
}