合并
This commit is contained in:
130
node_modules/unicorn-magic/package.json
generated
vendored
130
node_modules/unicorn-magic/package.json
generated
vendored
@@ -1,49 +1,85 @@
|
||||
{
|
||||
"name": "unicorn-magic",
|
||||
"version": "0.1.0",
|
||||
"description": "Some useful utilities I often need",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/unicorn-magic",
|
||||
"funding": "https://github.com/sponsors/sindresorhus",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "https://sindresorhus.com"
|
||||
},
|
||||
"type": "module",
|
||||
"exports": {
|
||||
"types": "./index.d.ts",
|
||||
"node": "./node.js",
|
||||
"default": "./default.js"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsc index.d.ts"
|
||||
},
|
||||
"files": [
|
||||
"node.js",
|
||||
"default.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"keywords": [
|
||||
"utilities",
|
||||
"util",
|
||||
"extras",
|
||||
"url",
|
||||
"path",
|
||||
"delay",
|
||||
"wait",
|
||||
"settimeout",
|
||||
"sleep"
|
||||
],
|
||||
"devDependencies": {
|
||||
"ava": "^5.3.1",
|
||||
"in-range": "^3.0.0",
|
||||
"time-span": "^5.1.0",
|
||||
"typescript": "^5.2.2",
|
||||
"xo": "^0.56.0"
|
||||
}
|
||||
"_args": [
|
||||
[
|
||||
"unicorn-magic@0.1.0",
|
||||
"C:\\Users\\asus\\Desktop\\cashier_admin_app"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "unicorn-magic@0.1.0",
|
||||
"_id": "unicorn-magic@0.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==",
|
||||
"_location": "/unicorn-magic",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "unicorn-magic@0.1.0",
|
||||
"name": "unicorn-magic",
|
||||
"escapedName": "unicorn-magic",
|
||||
"rawSpec": "0.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/globby"
|
||||
],
|
||||
"_resolved": "https://registry.npmmirror.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz",
|
||||
"_spec": "0.1.0",
|
||||
"_where": "C:\\Users\\asus\\Desktop\\cashier_admin_app",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "https://sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/unicorn-magic/issues"
|
||||
},
|
||||
"description": "Some useful utilities I often need",
|
||||
"devDependencies": {
|
||||
"ava": "^5.3.1",
|
||||
"in-range": "^3.0.0",
|
||||
"time-span": "^5.1.0",
|
||||
"typescript": "^5.2.2",
|
||||
"xo": "^0.56.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"exports": {
|
||||
"types": "./index.d.ts",
|
||||
"node": "./node.js",
|
||||
"default": "./default.js"
|
||||
},
|
||||
"files": [
|
||||
"node.js",
|
||||
"default.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"funding": "https://github.com/sponsors/sindresorhus",
|
||||
"homepage": "https://github.com/sindresorhus/unicorn-magic#readme",
|
||||
"keywords": [
|
||||
"utilities",
|
||||
"util",
|
||||
"extras",
|
||||
"url",
|
||||
"path",
|
||||
"delay",
|
||||
"wait",
|
||||
"settimeout",
|
||||
"sleep"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "unicorn-magic",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/unicorn-magic.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsc index.d.ts"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "0.1.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user