Uname: Linux webm016.cluster127.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Software: Apache
PHP version: 7.4.33 [ PHP INFO ] PHP os: Linux
Server Ip: 54.36.31.145
Your Ip: 216.73.216.182
User: homesquasz (91404) | Group: users (100)
Safe Mode: OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl

name : package.json
{
  "name": "is-upper-case",
  "version": "1.1.2",
  "description": "Check if a string is upper cased",
  "main": "is-upper-case.js",
  "typings": "is-upper-case.d.ts",
  "files": [
    "is-upper-case.js",
    "is-upper-case.d.ts",
    "LICENSE"
  ],
  "scripts": {
    "lint": "standard",
    "test-std": "mocha -R spec --bail",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
    "test": "npm run lint && npm run test-cov"
  },
  "standard": {
    "ignore": [
      "coverage/**",
      "node_modules/**",
      "bower_components/**"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/blakeembrey/is-upper-case.git"
  },
  "keywords": [
    "cases",
    "upper",
    "uppercase",
    "check"
  ],
  "author": {
    "name": "Blake Embrey",
    "email": "hello@blakeembrey.com",
    "url": "http://blakeembrey.me"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/blakeembrey/is-upper-case/issues"
  },
  "homepage": "https://github.com/blakeembrey/is-upper-case",
  "devDependencies": {
    "istanbul": "^0.3.0",
    "mocha": "^1.18.2",
    "pre-commit": "^1.0.2",
    "standard": "^2.4.5"
  },
  "dependencies": {
    "upper-case": "^1.1.0"
  }
}
© 2026 GrazzMean