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

61 lines
1.5 KiB
JSON
Executable File

{
"_from": "json-bump@^0.1.3",
"_id": "json-bump@0.1.3",
"_inBundle": false,
"_integrity": "sha512-M8dmYwjHGHg+uvBQRj959sVKtd57pl5F0brla3e8h934pXIBknSpWh49j/AjmoCTcumQhT7Q6iKKuhHdUxD3fQ==",
"_location": "/json-bump",
"_phantomChildren": {
"graceful-fs": "4.2.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "json-bump@^0.1.3",
"name": "json-bump",
"escapedName": "json-bump",
"rawSpec": "^0.1.3",
"saveSpec": null,
"fetchSpec": "^0.1.3"
},
"_requiredBy": [
"/gatsby-plugin-transition-link"
],
"_resolved": "https://registry.npmjs.org/json-bump/-/json-bump-0.1.3.tgz",
"_shasum": "59dc59891538d92f7992679b42c2e687ba4d9c59",
"_spec": "json-bump@^0.1.3",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby-plugin-transition-link",
"author": {
"name": "David S. Figatner"
},
"bin": {
"json-bump": "index.js"
},
"bugs": {
"url": "https://github.com/davidfig/json-bump/issues"
},
"bundleDependencies": false,
"dependencies": {
"jsonfile": "^3.0.1"
},
"deprecated": false,
"description": "bumps the \"version\" entry for a JSON file",
"homepage": "https://github.com/davidfig/json-bump#readme",
"keywords": [
"bump",
"json",
"version",
"semver"
],
"license": "MIT",
"main": "version.js",
"name": "json-bump",
"repository": {
"type": "git",
"url": "git+https://github.com/davidfig/json-bump.git"
},
"scripts": {
"test": "node index.js test/test.json"
},
"version": "0.1.3"
}