line_push/node_modules/yn/package.json
2022-07-21 03:28:35 +00:00

78 lines
1.5 KiB
JSON

{
"_args": [
[
"yn@3.1.1",
"/home/node/nuxt"
]
],
"_from": "yn@3.1.1",
"_id": "yn@3.1.1",
"_inBundle": false,
"_integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==",
"_location": "/yn",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "yn@3.1.1",
"name": "yn",
"escapedName": "yn",
"rawSpec": "3.1.1",
"saveSpec": null,
"fetchSpec": "3.1.1"
},
"_requiredBy": [
"/ts-node"
],
"_resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz",
"_spec": "3.1.1",
"_where": "/home/node/nuxt",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/yn/issues"
},
"description": "Parse yes/no like values",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js",
"lenient.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/yn#readme",
"keywords": [
"yn",
"yes",
"no",
"cli",
"prompt",
"validate",
"input",
"answer",
"true",
"false",
"parse",
"lenient"
],
"license": "MIT",
"name": "yn",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/yn.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "3.1.1"
}