Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions packages/n/num-only.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{

Check warning on line 1 in packages/n/num-only.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

package download per month on npm is under 800

Check warning on line 1 in packages/n/num-only.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

stars on GitHub is under 200
"name": "num-only",
"filename": "num-only.min.js",
"homepage": "https://github.com/juliolmuller/num-only-js",
"description": "Utility function to remove non-numeric characters of input.",
"license": "MIT",
"authors": [
{
"name": "Julio L. Muller"
}
],
"keywords": [
"strip",
"remove",
"extract",
"escape",
"numbers",
"only",
"strings",
"utility",
"utils"
],
"repository": {
"type": "git",
"url": "https://github.com/juliolmuller/num-only-js"
},
"autoupdate": {
"source": "npm",
"target": "num-only",
"fileMap": [
{
"basePath": "dist",
"files": [
"*.js"
]
}
]
}
}
Loading