Files
30-seconds-of-code/node_modules/true-case-path/package.json
2019-08-20 15:52:05 +02:00

58 lines
1.7 KiB
JSON

{
"_from": "true-case-path@^2.2.1",
"_id": "true-case-path@2.2.1",
"_inBundle": false,
"_integrity": "sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q==",
"_location": "/true-case-path",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "true-case-path@^2.2.1",
"name": "true-case-path",
"escapedName": "true-case-path",
"rawSpec": "^2.2.1",
"saveSpec": null,
"fetchSpec": "^2.2.1"
},
"_requiredBy": [
"/gatsby"
],
"_resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-2.2.1.tgz",
"_shasum": "c5bf04a5bbec3fd118be4084461b3a27c4d796bf",
"_spec": "true-case-path@^2.2.1",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
"author": {
"name": "barsh"
},
"bugs": {
"url": "https://github.com/Profiscience/true-case-path/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Casey Webb",
"email": "notcaseywebb@gmail.com",
"url": "https://caseyWebb.xyz"
}
],
"deprecated": false,
"description": "Given a possibly case-variant version of an existing filesystem path, returns the case-exact, normalized version as stored in the filesystem.",
"devDependencies": {
"standard-version": "^6.0.1"
},
"homepage": "https://github.com/Profiscience/true-case-path#readme",
"license": "Apache-2.0",
"main": "index.js",
"name": "true-case-path",
"repository": {
"type": "git",
"url": "git+https://github.com/Profiscience/true-case-path.git"
},
"scripts": {
"release": "standard-version --sign",
"test": "node test"
},
"version": "2.2.1"
}