12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "_from": "prompt-sync",
- "_id": "prompt-sync@4.2.0",
- "_inBundle": false,
- "_integrity": "sha512-BuEzzc5zptP5LsgV5MZETjDaKSWfchl5U9Luiu8SKp7iZWD5tZalOxvNcZRwv+d2phNFr8xlbxmFNcRKfJOzJw==",
- "_location": "/prompt-sync",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "prompt-sync",
- "name": "prompt-sync",
- "escapedName": "prompt-sync",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/prompt-sync/-/prompt-sync-4.2.0.tgz",
- "_shasum": "0198f73c5b70e3b03e4b9033a50540a7c9a1d7f4",
- "_spec": "prompt-sync",
- "_where": "/Users/xulianxin/Documents/develop/game/TileMatch/TileManor.Lv/TileManor/scripts/electron",
- "bugs": {
- "url": "https://github.com/heapwolf/prompt-sync/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Paolo Fragomeni",
- "email": "paolo@async.ly"
- },
- {
- "name": "David Mark Clements",
- "email": "david.clements@nearform.com"
- }
- ],
- "dependencies": {
- "strip-ansi": "^5.0.0"
- },
- "deprecated": false,
- "description": "a synchronous prompt for node.js",
- "devDependencies": {
- "prompt-sync-history": "^1.0.1"
- },
- "homepage": "https://github.com/heapwolf/prompt-sync#readme",
- "keywords": [
- "prompt",
- "sync",
- "blocking",
- "readline",
- "input",
- "getline",
- "repl",
- "history"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "prompt-sync",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/heapwolf/prompt-sync.git"
- },
- "scripts": {
- "test": "node test"
- },
- "version": "4.2.0"
- }
|