package.json 1.53 KB
{
  "_from": "pyconf@^1.1.7",
  "_id": "pyconf@1.1.7",
  "_inBundle": false,
  "_integrity": "sha512-v4clh33m68sjtMsh8XMpjhGWb/MQODAYZ1y7ORG5Qv58UK25OddoB+oXyexgDkK8ttFui/lZm2sQDgA2Ftjfkw==",
  "_location": "/pyconf",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pyconf@^1.1.7",
    "name": "pyconf",
    "escapedName": "pyconf",
    "rawSpec": "^1.1.7",
    "saveSpec": null,
    "fetchSpec": "^1.1.7"
  },
  "_requiredBy": [
    "/le-store-certbot"
  ],
  "_resolved": "https://registry.npmjs.org/pyconf/-/pyconf-1.1.7.tgz",
  "_shasum": "d48c3a8e10a050e304d0728b2e39803691829e7d",
  "_spec": "pyconf@^1.1.7",
  "_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\le-store-certbot",
  "author": {
    "name": "AJ ONeal",
    "email": "coolaj86@gmail.com",
    "url": "https://coolaj86.com/"
  },
  "bugs": {
    "url": "https://git.coolaj86.com/coolaj86/pyconf.js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "safe-replace": "^1.0.2"
  },
  "deprecated": false,
  "description": "Read and write python config files non-destructively (preserves comments)",
  "homepage": "https://git.coolaj86.com/coolaj86/pyconf.js#readme",
  "keywords": [
    "python",
    "conf",
    "config",
    "comments"
  ],
  "license": "(MIT OR Apache-2.0)",
  "main": "index.js",
  "name": "pyconf",
  "repository": {
    "type": "git",
    "url": "https://git.coolaj86.com/coolaj86/pyconf.js.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "1.1.7"
}