82 lines
1.9 KiB
JSON
82 lines
1.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"strip-outer@1.0.1",
|
|
"/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "strip-outer@1.0.1",
|
|
"_id": "strip-outer@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==",
|
|
"_location": "/strip-outer",
|
|
"_optional": true,
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "strip-outer@1.0.1",
|
|
"name": "strip-outer",
|
|
"escapedName": "strip-outer",
|
|
"rawSpec": "1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/filenamify"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.1.tgz",
|
|
"_spec": "1.0.1",
|
|
"_where": "/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/strip-outer/issues"
|
|
},
|
|
"dependencies": {
|
|
"escape-string-regexp": "^1.0.2"
|
|
},
|
|
"description": "Strip a substring from the start/end of a string",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/strip-outer#readme",
|
|
"keywords": [
|
|
"strip",
|
|
"trim",
|
|
"remove",
|
|
"outer",
|
|
"str",
|
|
"string",
|
|
"substring",
|
|
"start",
|
|
"end",
|
|
"wrap",
|
|
"leading",
|
|
"trailing",
|
|
"regex",
|
|
"regexp"
|
|
],
|
|
"license": "MIT",
|
|
"name": "strip-outer",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/strip-outer.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|