site/node_modules/@citation-js/name/package.json
2024-10-14 08:09:33 +02:00

57 lines
1.4 KiB
JSON

{
"name": "@citation-js/name",
"version": "0.4.2",
"description": "Name parser",
"main": "lib/index.js",
"author": "Lars Willighagen",
"license": "MIT",
"bugs": {
"url": "https://github.com/citation-js/name/issues"
},
"homepage": "https://github.com/citation-js/name#readme",
"engines": {
"node": ">=6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/citation-js/name.git"
},
"files": [
"/lib"
],
"nyc": {
"include": [
"src/**/*.js"
],
"sourceMap": false,
"instrument": false
},
"standard": {
"parser": "babel-eslint"
},
"scripts": {
"test": "mocha -r @babel/register -R spec test/suite.js",
"babel": "babel src -d lib --copy-files",
"lint": "standard \"src/**/*.js\" \"test/**/*.js\"",
"coverage": "cross-env NODE_ENV=test nyc npm test",
"report": "nyc report --reporter=lcov > coverage.lcov",
"prepublishOnly": "npm run babel",
"preversion": "npm run lint && npm run test"
},
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-unicode-property-regex": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/register": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-plugin-istanbul": "^5.1.0",
"cross-env": "^5.2.0",
"generate-changelog": "^1.7.1",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"standard": "^12.0.1"
}
}