mirror of
https://github.com/actions/setup-python.git
synced 2025-07-01 15:13:46 +00:00
Clean up node_modules
This commit is contained in:
parent
b581dd4017
commit
145e800d1f
7184 changed files with 11271 additions and 1877650 deletions
77
node_modules/natural-compare/package.json
generated
vendored
77
node_modules/natural-compare/package.json
generated
vendored
|
@ -1,77 +0,0 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"natural-compare@1.4.0",
|
||||
"C:\\Users\\Administrator\\Documents\\setup-python"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "natural-compare@1.4.0",
|
||||
"_id": "natural-compare@1.4.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=",
|
||||
"_location": "/natural-compare",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "natural-compare@1.4.0",
|
||||
"name": "natural-compare",
|
||||
"escapedName": "natural-compare",
|
||||
"rawSpec": "1.4.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.4.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jest-snapshot"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
|
||||
"_spec": "1.4.0",
|
||||
"_where": "C:\\Users\\Administrator\\Documents\\setup-python",
|
||||
"author": {
|
||||
"name": "Lauri Rooden",
|
||||
"url": "https://github.com/litejs/natural-compare-lite"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/litejs/natural-compare-lite/issues"
|
||||
},
|
||||
"buildman": {
|
||||
"dist/index-min.js": {
|
||||
"banner": "/*! litejs.com/MIT-LICENSE.txt */",
|
||||
"input": "index.js"
|
||||
}
|
||||
},
|
||||
"description": "Compare strings containing a mix of letters and numbers in the way a human being would in sort order.",
|
||||
"devDependencies": {
|
||||
"buildman": "*",
|
||||
"testman": "*"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/litejs/natural-compare-lite#readme",
|
||||
"keywords": [
|
||||
"string",
|
||||
"natural",
|
||||
"order",
|
||||
"sort",
|
||||
"natsort",
|
||||
"natcmp",
|
||||
"compare",
|
||||
"alphanum",
|
||||
"litejs"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "natural-compare",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/litejs/natural-compare-lite.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "node node_modules/buildman/index.js --all",
|
||||
"test": "node tests/index.js"
|
||||
},
|
||||
"stability": 3,
|
||||
"version": "1.4.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue