我的node项目首次提交!!!
This commit is contained in:
33
node_modules/fast-decode-uri-component/package.json
generated
vendored
Normal file
33
node_modules/fast-decode-uri-component/package.json
generated
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "fast-decode-uri-component",
|
||||
"version": "1.0.1",
|
||||
"description": "Fast and safe decodeURIComponent",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "standard && tap test.js",
|
||||
"bench": "node bench.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/delvedor/fast-decode-uri-component.git"
|
||||
},
|
||||
"keywords": [
|
||||
"decode",
|
||||
"uri",
|
||||
"component",
|
||||
"fast",
|
||||
"safe"
|
||||
],
|
||||
"author": "Tomas Della Vedova - @delvedor (http://delved.org)",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/delvedor/fast-decode-uri-component/issues"
|
||||
},
|
||||
"homepage": "https://github.com/delvedor/fast-decode-uri-component#readme",
|
||||
"devDependencies": {
|
||||
"nanobench": "^2.1.1",
|
||||
"randomstring": "^1.1.5",
|
||||
"standard": "^11.0.1",
|
||||
"tap": "^11.1.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user