clear
This commit is contained in:
100
node_modules/remove-trailing-separator/package.json
generated
vendored
Normal file
100
node_modules/remove-trailing-separator/package.json
generated
vendored
Normal file
@@ -0,0 +1,100 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"raw": "remove-trailing-separator@^1.0.1",
|
||||
"scope": null,
|
||||
"escapedName": "remove-trailing-separator",
|
||||
"name": "remove-trailing-separator",
|
||||
"rawSpec": "^1.0.1",
|
||||
"spec": ">=1.0.1 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"D:\\web\\layui\\res\\layui\\node_modules\\gulp-concat\\node_modules\\vinyl"
|
||||
]
|
||||
],
|
||||
"_from": "remove-trailing-separator@>=1.0.1 <2.0.0",
|
||||
"_id": "remove-trailing-separator@1.0.1",
|
||||
"_inCache": true,
|
||||
"_location": "/remove-trailing-separator",
|
||||
"_nodeVersion": "6.4.0",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-16-east.internal.npmjs.com",
|
||||
"tmp": "tmp/remove-trailing-separator-1.0.1.tgz_1474797962066_0.45308714639395475"
|
||||
},
|
||||
"_npmUser": {
|
||||
"name": "darsain",
|
||||
"email": "darsain@gmail.com"
|
||||
},
|
||||
"_npmVersion": "3.10.5",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"raw": "remove-trailing-separator@^1.0.1",
|
||||
"scope": null,
|
||||
"escapedName": "remove-trailing-separator",
|
||||
"name": "remove-trailing-separator",
|
||||
"rawSpec": "^1.0.1",
|
||||
"spec": ">=1.0.1 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/gulp-concat/vinyl"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.0.1.tgz",
|
||||
"_shasum": "615ebb96af559552d4bf4057c8436d486ab63cc4",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "remove-trailing-separator@^1.0.1",
|
||||
"_where": "D:\\web\\layui\\res\\layui\\node_modules\\gulp-concat\\node_modules\\vinyl",
|
||||
"author": {
|
||||
"name": "darsain"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/darsain/remove-trailing-separator/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "Removes separators from the end of the string.",
|
||||
"devDependencies": {
|
||||
"ava": "^0.16.0",
|
||||
"coveralls": "^2.11.14",
|
||||
"nyc": "^8.3.0",
|
||||
"xo": "^0.16.0"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "615ebb96af559552d4bf4057c8436d486ab63cc4",
|
||||
"tarball": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.0.1.tgz"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "8a5da3ac1efb1314d55e50a2a923b068d500d77a",
|
||||
"homepage": "https://github.com/darsain/remove-trailing-separator#readme",
|
||||
"keywords": [
|
||||
"remove",
|
||||
"strip",
|
||||
"trailing",
|
||||
"separator"
|
||||
],
|
||||
"license": "ISC",
|
||||
"main": "index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "darsain",
|
||||
"email": "darsain@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "remove-trailing-separator",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/darsain/remove-trailing-separator.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "xo",
|
||||
"pretest": "npm run lint",
|
||||
"report": "nyc report --reporter=html",
|
||||
"test": "nyc ava"
|
||||
},
|
||||
"version": "1.0.1"
|
||||
}
|
||||
Reference in New Issue
Block a user