mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-12-15 14:50:29 +08:00
docs:更新文档
This commit is contained in:
66
node_modules/select/package.json
generated
vendored
Normal file
66
node_modules/select/package.json
generated
vendored
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"select@1.1.2",
|
||||
"J:\\Github\\CURD-TS"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "select@1.1.2",
|
||||
"_id": "select@1.1.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0=",
|
||||
"_location": "/select",
|
||||
"_optional": true,
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "select@1.1.2",
|
||||
"name": "select",
|
||||
"escapedName": "select",
|
||||
"rawSpec": "1.1.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.1.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/clipboard"
|
||||
],
|
||||
"_resolved": "http://192.168.250.101:4873/select/-/select-1.1.2.tgz",
|
||||
"_spec": "1.1.2",
|
||||
"_where": "J:\\Github\\CURD-TS",
|
||||
"bugs": {
|
||||
"url": "https://github.com/zenorocha/select/issues"
|
||||
},
|
||||
"description": "Programmatically select the text of a HTML element",
|
||||
"devDependencies": {
|
||||
"browserify": "^14.0.0",
|
||||
"chai": "^3.3.0",
|
||||
"karma": "^1.4.1",
|
||||
"karma-browserify": "^5.1.1",
|
||||
"karma-chai": "^0.1.0",
|
||||
"karma-mocha": "^1.3.0",
|
||||
"karma-phantomjs-launcher": "^1.0.2",
|
||||
"mocha": "^3.2.0",
|
||||
"phantomjs": "^2.1.7"
|
||||
},
|
||||
"homepage": "https://github.com/zenorocha/select#readme",
|
||||
"keywords": [
|
||||
"range",
|
||||
"select",
|
||||
"selecting",
|
||||
"selection"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "src/select.js",
|
||||
"name": "select",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/zenorocha/select.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "browserify src/select.js -s select -o dist/select.js",
|
||||
"test": "karma start --single-run"
|
||||
},
|
||||
"version": "1.1.2"
|
||||
}
|
||||
Reference in New Issue
Block a user