2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-02-04 13:08:26 +00:00
2017-07-31 15:51:51 +05:30

102 lines
2.7 KiB
JSON

{
"_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"
},
"/home/frappe/frappe-bench/node_modules/normalize-path"
]
],
"_from": "remove-trailing-separator@>=1.0.1 <2.0.0",
"_id": "remove-trailing-separator@1.0.2",
"_inCache": true,
"_installable": true,
"_location": "/remove-trailing-separator",
"_nodeVersion": "7.6.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/remove-trailing-separator-1.0.2.tgz_1496857602409_0.28459417447447777"
},
"_npmUser": {
"name": "darsain",
"email": "darsain@gmail.com"
},
"_npmVersion": "4.2.0",
"_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": [
"/normalize-path"
],
"_resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.0.2.tgz",
"_shasum": "69b062d978727ad14dc6b56ba4ab772fd8d70511",
"_shrinkwrap": null,
"_spec": "remove-trailing-separator@^1.0.1",
"_where": "/home/frappe/frappe-bench/node_modules/normalize-path",
"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": "69b062d978727ad14dc6b56ba4ab772fd8d70511",
"tarball": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.0.2.tgz"
},
"files": [
"index.js"
],
"gitHead": "6dd7a71b3228fb48a400e3a8ec26e45e8ca50bc3",
"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.2"
}