mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-10 02:23:40 +08:00
69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"universalify@1.0.0",
|
|
"J:\\Github\\CURD-TS"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "universalify@1.0.0",
|
|
"_id": "universalify@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-thodoXPoQ1sv48Z9Kbmt+FlL0W0=",
|
|
"_location": "/universalify",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "universalify@1.0.0",
|
|
"name": "universalify",
|
|
"escapedName": "universalify",
|
|
"rawSpec": "1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/fs-extra"
|
|
],
|
|
"_resolved": "http://192.168.250.101:4873/universalify/-/universalify-1.0.0.tgz",
|
|
"_spec": "1.0.0",
|
|
"_where": "J:\\Github\\CURD-TS",
|
|
"author": {
|
|
"name": "Ryan Zimmerman",
|
|
"email": "opensrc@ryanzim.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/RyanZim/universalify/issues"
|
|
},
|
|
"description": "Make a callback- or promise-based function support both promises and callbacks.",
|
|
"devDependencies": {
|
|
"colortape": "^0.1.2",
|
|
"coveralls": "^3.0.1",
|
|
"nyc": "^15.0.0",
|
|
"standard": "^14.3.1",
|
|
"tape": "^4.6.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/RyanZim/universalify#readme",
|
|
"keywords": [
|
|
"callback",
|
|
"native",
|
|
"promise"
|
|
],
|
|
"license": "MIT",
|
|
"name": "universalify",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/RyanZim/universalify.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && nyc tape test/*.js | colortape"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|