node_modules.inflected.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apollo-client-maven-plugin Show documentation
Show all versions of apollo-client-maven-plugin Show documentation
Maven plugin for generating graphql clients
The newest version!
{
"_from": "inflected@^2.0.2",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-G8MaxCfKUyGyoWzFbW/yn80v+Aw=",
"_location": "/inflected",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "inflected@^2.0.2",
"name": "inflected",
"escapedName": "inflected",
"rawSpec": "^2.0.2",
"saveSpec": null,
"fetchSpec": "^2.0.2"
},
"_requiredBy": [
"/apollo-codegen"
],
"_resolved": "http://artifactory.int.dealer.com/artifactory/api/npm/all-npm/inflected/-/inflected-2.0.2.tgz",
"_shasum": "1bc31ac427ca5321b2a16cc56d6ff29fcd2ff80c",
"_spec": "inflected@^2.0.2",
"_where": "/Users/ddcapotter/repos/apollo-client-maven-plugin/target/checkout/apollo-client-maven-plugin/target/node_modules/apollo-codegen",
"author": {
"name": "Martin Andert"
},
"bugs": {
"url": "https://github.com/martinandert/inflected/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A port of ActiveSupport's inflector to Node.js",
"devDependencies": {
"babel-eslint": "^7.2.2",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"eslint": "^3.19.0",
"eslint-plugin-import": "^2.2.0",
"husky": "^0.13.3",
"lint-staged": "^3.4.0",
"mocha": "^3.2.0",
"object-assign": "^4.1.1",
"prettier": "^1.1.0",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-node-resolve": "^3.0.0",
"uglify-js": "^2.8.22"
},
"homepage": "https://github.com/martinandert/inflected#readme",
"keywords": [
"inflector",
"inflection",
"pluralize",
"singularize",
"camelize",
"titleize",
"tableize",
"humanize",
"capitalize",
"dasherize",
"ordinalize",
"parameterize",
"transliterate",
"activesupport"
],
"license": "MIT",
"lint-staged": {
"src/**/*.js": [
"prettier --write",
"git add"
]
},
"main": "dist/umd/inflected.js",
"module": "dist/esm/inflected.js",
"name": "inflected",
"repository": {
"type": "git",
"url": "git+https://github.com/martinandert/inflected.git"
},
"scripts": {
"build": "yarn bundle && yarn minify",
"bundle": "rollup --config",
"lint": "eslint --max-warnings 0 src/**",
"minify": "uglifyjs dist/umd/inflected.js --compress --mangle --output dist/umd/inflected.min.js",
"precommit": "lint-staged",
"test": "yarn lint && yarn bundle && mocha -R spec --bail test/index.js"
},
"version": "2.0.2"
}