Your IP : 216.73.216.74


Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/to-rotated/
Upload File :
Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/to-rotated/package.json

{
  "_from": "to-rotated@^1.0.0",
  "_id": "to-rotated@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-KsEID8AfgUy+pxVRLsWp0VzCa69wxzUDZnzGbyIST/bcgcrMvTYoFBX/QORH4YApoD89EDuUovx4BTdpOn319Q==",
  "_location": "/@google/gemini-cli/to-rotated",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "to-rotated@^1.0.0",
    "name": "to-rotated",
    "escapedName": "to-rotated",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/@google/gemini-cli/ink-select-input"
  ],
  "_resolved": "https://registry.npmjs.org/to-rotated/-/to-rotated-1.0.0.tgz",
  "_shasum": "cdf13ece5203e72384a79020508ae1dc80d3b48f",
  "_spec": "to-rotated@^1.0.0",
  "_where": "/usr/local/lib/node_modules/@google/gemini-cli/node_modules/ink-select-input",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/to-rotated/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Rotate an array by a given number of steps",
  "devDependencies": {
    "ava": "^6.1.3",
    "xo": "^0.58.0"
  },
  "engines": {
    "node": ">=18"
  },
  "exports": {
    "types": "./index.d.ts",
    "default": "./index.js"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/to-rotated#readme",
  "keywords": [
    "array",
    "rotate",
    "rotation",
    "rotated",
    "shift",
    "immutable",
    "steps",
    "cycle",
    "cycling",
    "cycled",
    "move"
  ],
  "license": "MIT",
  "name": "to-rotated",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/to-rotated.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "sideEffects": false,
  "type": "module",
  "version": "1.0.0"
}