HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/inflected/package.json
{
  "_from": "inflected@^2.0.3",
  "_id": "inflected@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-hAEKNxvHf2Iq3H60oMBHkB4wl5jn3TPF3+fXek/sRwAB5gP9xWs4r7aweSF95f99HFoz69pnZTcu8f0SIHV18w==",
  "_location": "/inflected",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "inflected@^2.0.3",
    "name": "inflected",
    "escapedName": "inflected",
    "rawSpec": "^2.0.3",
    "saveSpec": null,
    "fetchSpec": "^2.0.3"
  },
  "_requiredBy": [
    "/apollo-codegen-flow",
    "/apollo-codegen-scala",
    "/apollo-codegen-swift",
    "/apollo-codegen-typescript"
  ],
  "_resolved": "https://registry.npmjs.org/inflected/-/inflected-2.1.0.tgz",
  "_shasum": "2816ac17a570bbbc8303ca05bca8bf9b3f959687",
  "_spec": "inflected@^2.0.3",
  "_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop/node_modules/apollo-codegen-flow",
  "author": {
    "name": "Martin Andert"
  },
  "bugs": {
    "url": "https://github.com/martinandert/inflected/issues"
  },
  "bundleDependencies": false,
  "bundlesize": [
    {
      "path": "./dist/*/inflected.js",
      "maxSize": "5 kB"
    }
  ],
  "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",
    "bundlesize": "^0.18.0",
    "eslint": "^4.18.2",
    "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",
    "constantify",
    "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 && bundlesize"
  },
  "version": "2.1.0"
}