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

56 lines
1.4 KiB
JSON

{
"_from": "meant@^1.0.1",
"_id": "meant@1.0.1",
"_inBundle": false,
"_integrity": "sha512-UakVLFjKkbbUwNWJ2frVLnnAtbb7D7DsloxRd3s/gDpI8rdv8W5Hp3NaDb+POBI1fQdeussER6NB8vpcRURvlg==",
"_location": "/meant",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "meant@^1.0.1",
"name": "meant",
"escapedName": "meant",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/gatsby/gatsby-cli"
],
"_resolved": "https://registry.npmjs.org/meant/-/meant-1.0.1.tgz",
"_shasum": "66044fea2f23230ec806fb515efea29c44d2115d",
"_spec": "meant@^1.0.1",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby/node_modules/gatsby-cli",
"author": {
"name": "Daijiro Wachi"
},
"bugs": {
"url": "https://github.com/watilde/meant/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Like the `Did you mean?` in git for npm",
"devDependencies": {
"standard": "^8.0.0",
"standard-version": "^2.4.0",
"tap": "^7.1.1"
},
"homepage": "https://github.com/watilde/meant#readme",
"keywords": [
"meant"
],
"license": "MIT",
"main": "index.js",
"name": "meant",
"repository": {
"type": "git",
"url": "git+https://github.com/watilde/meant.git"
},
"scripts": {
"release": "standard-version",
"test": "standard && tap test.js"
},
"version": "1.0.1"
}