mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
793 B
35 lines
793 B
{
|
|
"name": "@internationalized/number",
|
|
"version": "3.6.5",
|
|
"description": "Internationalized number formatting and parsing utilities",
|
|
"license": "Apache-2.0",
|
|
"main": "dist/main.js",
|
|
"module": "dist/module.js",
|
|
"exports": {
|
|
"source": "./src/index.ts",
|
|
"types": [
|
|
"./dist/types.d.ts",
|
|
"./src/index.ts"
|
|
],
|
|
"import": "./dist/import.mjs",
|
|
"require": "./dist/main.js"
|
|
},
|
|
"types": "dist/types.d.ts",
|
|
"source": "src/index.ts",
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"sideEffects": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/adobe/react-spectrum"
|
|
},
|
|
"dependencies": {
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "2c58ed3ddd9be9100af9b1d0cfd137fcdc95ba2d"
|
|
}
|
|
|