hz-zhhq-web/node_modules/synchronous-promise/package.json

93 lines
3.2 KiB
JSON
Raw Normal View History

2025-02-25 13:47:09 +08:00
{
"_from": "synchronous-promise@^2.0.5",
"_id": "synchronous-promise@2.0.17",
"_inBundle": false,
"_integrity": "sha512-AsS729u2RHUfEra9xJrE39peJcc2stq2+poBXX8bcM08Y6g9j/i/PUzwNQqkaJde7Ntg1TO7bSREbR5sdosQ+g==",
"_location": "/synchronous-promise",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "synchronous-promise@^2.0.5",
"name": "synchronous-promise",
"escapedName": "synchronous-promise",
"rawSpec": "^2.0.5",
"saveSpec": null,
"fetchSpec": "^2.0.5"
},
"_requiredBy": [
"/yup"
],
"_resolved": "https://registry.npmmirror.com/synchronous-promise/-/synchronous-promise-2.0.17.tgz",
"_shasum": "38901319632f946c982152586f2caf8ddc25c032",
"_spec": "synchronous-promise@^2.0.5",
"_where": "E:\\hz-zhhq-web\\node_modules\\yup",
"author": {
"name": "Davyd McColl",
"email": "davydm@gmail.com",
"url": "https://github.com/fluffynuts"
},
"bugs": {
"url": "https://github.com/fluffynuts/synchronous-promise/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Synchronous Promise-like prototype to use in testing where you would have used an ES6 Promise",
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.5",
"browserify": "^16.5.1",
"chai": "^4.2.0",
"jshint": "^2.11.1",
"mkdirp": "^1.0.4",
"mocha": "^7.1.2",
"mocha-yar": "^1.0.14",
"nodemon": "^2.0.4",
"npm-run-all": "^4.1.5",
"run-sequence": "^2.2.1",
"ts-node": "^8.10.1",
"typescript": "^3.9.3"
},
"files": [
"browser.js",
"index.d.ts",
"index.js",
"LICENSE",
"README.md"
],
"homepage": "https://github.com/fluffynuts/synchronous-promise#readme",
"license": "BSD-3-Clause",
"main": "index.js",
"name": "synchronous-promise",
"repository": {
"type": "git",
"url": "git+https://github.com/fluffynuts/synchronous-promise.git"
},
"scripts": {
"autolint": "nodemon -q -x \"run-s -s lint\"",
"autotest": "nodemon -q -x \"run-s -s autotest-once\"",
"autotest-once": "mocha index.spec.js --reporter mocha-yar",
"autotest-ts": "nodemon -q -e ts -x \"run-s -s test-ts\"",
"debug": "mocha -w *.spec.js --reporter mocha-yar --debug-brk --inspect",
"debug-emitted": "mocha index-ts.spec.js --debug-brk --inspect",
"debug-ts": "mocha -r ts-node/register *.spec.ts --debug-brk --inspect",
"dist": "browserify browser.js -o dist/synchronous-promise.js",
"lint": "jshint index.js",
"postlint": "node -e \"console.log('Linting completed: ', new Date());\"",
"preautotest-once": "node -e \"console.log('Tests started: ', new Date());\"",
"preautotest-ts-once": "node -e \"console.log('TS Tests started: ', new Date());\"",
"predist": "mkdirp dist",
"prelint": "node -e \"console.log('Linting started: ', new Date());\"",
"prerelease": "run-s -s test dist",
"pretest": "run-s lint",
"release": "npm publish",
"test": "run-s test-js test-ts",
"test-emitted": "mocha index-ts.spec.js",
"test-js": "mocha index.spec.js",
"test-ts": "mocha -r ts-node/register *.spec.ts --reporter mocha-yar",
"tsc": "tsc"
},
"version": "2.0.17"
}