74 lines
1.6 KiB
JSON
74 lines
1.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"slash@4.0.0",
|
|
"/d"
|
|
]
|
|
],
|
|
"_from": "slash@4.0.0",
|
|
"_id": "slash@4.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
|
|
"_location": "/slash",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "slash@4.0.0",
|
|
"name": "slash",
|
|
"escapedName": "slash",
|
|
"rawSpec": "4.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/globby",
|
|
"/postcss-cli"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
|
|
"_spec": "4.0.0",
|
|
"_where": "/d",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "https://sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/slash/issues"
|
|
},
|
|
"description": "Convert Windows backslash paths to slash paths",
|
|
"devDependencies": {
|
|
"ava": "^3.15.0",
|
|
"tsd": "^0.14.0",
|
|
"xo": "^0.38.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"exports": "./index.js",
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"funding": "https://github.com/sponsors/sindresorhus",
|
|
"homepage": "https://github.com/sindresorhus/slash#readme",
|
|
"keywords": [
|
|
"path",
|
|
"seperator",
|
|
"slash",
|
|
"backslash",
|
|
"windows",
|
|
"convert"
|
|
],
|
|
"license": "MIT",
|
|
"name": "slash",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/slash.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"type": "module",
|
|
"version": "4.0.0"
|
|
}
|