docs(changelog test): i test how to automate ChangeLog
This commit is contained in:
72
node_modules/global-modules/package.json
generated
vendored
Normal file
72
node_modules/global-modules/package.json
generated
vendored
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"name": "global-modules",
|
||||
"description": "The directory used by npm for globally installed npm modules.",
|
||||
"version": "1.0.0",
|
||||
"homepage": "https://github.com/jonschlinkert/global-modules",
|
||||
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
||||
"contributors": [
|
||||
"JasonChang (https://packagist.org/packages/jason-chang)",
|
||||
"Jon Schlinkert (http://twitter.com/jonschlinkert)",
|
||||
"Kiko Beats (https://kikobeats.com)"
|
||||
],
|
||||
"repository": "jonschlinkert/global-modules",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/global-modules/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"dependencies": {
|
||||
"global-prefix": "^1.0.1",
|
||||
"is-windows": "^1.0.1",
|
||||
"resolve-dir": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^0.1.12",
|
||||
"mocha": "^3.4.2"
|
||||
},
|
||||
"keywords": [
|
||||
"directory",
|
||||
"dirname",
|
||||
"global",
|
||||
"module",
|
||||
"modules",
|
||||
"package",
|
||||
"path",
|
||||
"prefix",
|
||||
"resolve"
|
||||
],
|
||||
"verb": {
|
||||
"run": true,
|
||||
"toc": false,
|
||||
"layout": "default",
|
||||
"tasks": [
|
||||
"readme"
|
||||
],
|
||||
"plugins": [
|
||||
"gulp-format-md"
|
||||
],
|
||||
"related": {
|
||||
"list": [
|
||||
"homedir-polyfill",
|
||||
"git-config-path",
|
||||
"global-prefix",
|
||||
"npm-paths"
|
||||
]
|
||||
},
|
||||
"reflinks": [
|
||||
"verb"
|
||||
],
|
||||
"lint": {
|
||||
"reflinks": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user