help@rskworld.in +91 93305 39277
RSK World
  • Home
  • Development
    • Web Development
    • Mobile Apps
    • Software
    • Games
    • Project
  • Technologies
    • Data Science
    • AI Development
    • Cloud Development
    • Blockchain
    • Cyber Security
    • Dev Tools
    • Testing Tools
  • Blog
  • About
  • Contact

Theme Settings

Color Scheme
Display Options
Font Size
100%
Back to Project
RSK World
ruby-calculator
/
node_modules
/
is-extglob
RSK World
ruby-calculator
Ruby Calculator Pro - Interactive Calculator with 8 Types + Mathematical Functions + Rails MVC + Modern Web Interface + API Integration + Educational Design
is-extglob
  • LICENSE1.1 KB
  • README.md3.4 KB
  • index.js441 B
  • package.json1.2 KB
sass.ps1package.jsonposix.jspackage.json
node_modules/.bin/sass.ps1
Raw Download
Find: Go to:
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../sass/sass.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../sass/sass.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../sass/sass.js" $args
  } else {
    & "node$exe"  "$basedir/../sass/sass.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
29 lines•773 B
powershell
node_modules/detect-libc/package.json
Raw Download
Find: Go to:
{
  "name": "detect-libc",
  "version": "2.1.2",
  "description": "Node.js module to detect the C standard library (libc) implementation family and version",
  "main": "lib/detect-libc.js",
  "files": [
    "lib/",
    "index.d.ts"
  ],
  "scripts": {
    "test": "semistandard && nyc --reporter=text --check-coverage --branches=100 ava test/unit.js",
    "changelog": "conventional-changelog -i CHANGELOG.md -s",
    "bench": "node benchmark/detect-libc",
    "bench:calls": "node benchmark/call-familySync.js && sleep 1 && node benchmark/call-isNonGlibcLinuxSync.js && sleep 1 && node benchmark/call-versionSync.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/lovell/detect-libc.git"
  },
  "keywords": [
    "libc",
    "glibc",
    "musl"
  ],
  "author": "Lovell Fuller <npm@lovell.info>",
  "contributors": [
    "Niklas Salmoukas <niklas@salmoukas.com>",
    "Vinícius Lourenço <vinyygamerlol@gmail.com>"
  ],
  "license": "Apache-2.0",
  "devDependencies": {
    "ava": "^2.4.0",
    "benchmark": "^2.1.4",
    "conventional-changelog-cli": "^5.0.0",
    "eslint-config-standard": "^13.0.1",
    "nyc": "^15.1.0",
    "proxyquire": "^2.1.3",
    "semistandard": "^14.2.3"
  },
  "engines": {
    "node": ">=8"
  },
  "types": "index.d.ts"
}
45 lines•1.2 KB
json
node_modules/picomatch/posix.js
Raw Download
Find: Go to:
'use strict';

module.exports = require('./lib/picomatch');
4 lines•60 B
javascript
node_modules/chokidar/package.json
Raw Download
Find: Go to:
{
  "name": "chokidar",
  "description": "Minimal and efficient cross-platform file watching library",
  "version": "4.0.3",
  "homepage": "https://github.com/paulmillr/chokidar",
  "author": "Paul Miller (https://paulmillr.com)",
  "files": [
    "index.js",
    "index.d.ts",
    "handler.js",
    "handler.d.ts",
    "esm"
  ],
  "main": "./index.js",
  "module": "./esm/index.js",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "import": "./esm/index.js",
      "require": "./index.js"
    },
    "./handler.js": {
      "import": "./esm/handler.js",
      "require": "./handler.js"
    }
  },
  "dependencies": {
    "readdirp": "^4.0.1"
  },
  "devDependencies": {
    "@paulmillr/jsbt": "0.2.1",
    "@types/node": "20.14.8",
    "chai": "4.3.4",
    "prettier": "3.1.1",
    "rimraf": "5.0.5",
    "sinon": "12.0.1",
    "sinon-chai": "3.7.0",
    "typescript": "5.5.2",
    "upath": "2.0.1"
  },
  "sideEffects": false,
  "engines": {
    "node": ">= 14.16.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/paulmillr/chokidar.git"
  },
  "bugs": {
    "url": "https://github.com/paulmillr/chokidar/issues"
  },
  "license": "MIT",
  "scripts": {
    "build": "tsc && tsc -p tsconfig.esm.json",
    "lint": "prettier --check src",
    "format": "prettier --write src",
    "test": "node --test"
  },
  "keywords": [
    "fs",
    "watch",
    "watchFile",
    "watcher",
    "watching",
    "file",
    "fsevents"
  ],
  "funding": "https://paulmillr.com/funding/"
}
70 lines•1.5 KB
json
🚀 Support RSK World

Subscribe to our YouTube channel for latest tutorials & updates!



Click subscribe & support our work ❤️

About RSK World

Founded by Molla Samser, with Designer & Tester Rima Khatun, RSK World is your one-stop destination for free programming resources, source code, and development tools.

Founder: Molla Samser
Designer & Tester: Rima Khatun

Development

  • Game Development
  • Web Development
  • Mobile Development
  • AI Development
  • Development Tools

Legal

  • Terms & Conditions
  • Privacy Policy
  • Disclaimer

Contact Info

Nutanhat, Mongolkote
Purba Burdwan, West Bengal
India, 713147

+91 93305 39277

hello@rskworld.in
support@rskworld.in

© 2026 RSK World. All rights reserved.

Content used for educational purposes only. View Disclaimer