| Server IP : 185.208.173.17 / Your IP : 87.236.161.98 Web Server : Microsoft-IIS/10.0 System : Windows NT SRV8576125506 10.0 build 26100 (Windows Server 2016) AMD64 User : IUSR ( 0) PHP Version : 7.4.13 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/parsmega.nuxt/node_modules/@jsonjoy.com/json-pointer/ |
Upload File : |
{
"_args": [
[
"@jsonjoy.com/json-pointer@1.0.1",
"C:\\inetpub\\wwwroot\\parsmega.com"
]
],
"_from": "@jsonjoy.com/json-pointer@1.0.1",
"_id": "@jsonjoy.com/json-pointer@1.0.1",
"_inBundle": false,
"_integrity": "sha512-tJpwQfuBuxqZlyoJOSZcqf7OUmiYQ6MiPNmOv4KbZdXE/DdvBSSAwhos0zIlJU/AXxC8XpuO8p08bh2fIl+RKA==",
"_location": "/@jsonjoy.com/json-pointer",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@jsonjoy.com/json-pointer@1.0.1",
"name": "@jsonjoy.com/json-pointer",
"escapedName": "@jsonjoy.com%2fjson-pointer",
"scope": "@jsonjoy.com",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/@jsonjoy.com/json-pack"
],
"_resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pointer/-/json-pointer-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "C:\\inetpub\\wwwroot\\parsmega.com",
"author": {
"name": "streamich",
"url": "https://github.com/streamich"
},
"bugs": {
"url": "https://github.com/jsonjoy-com/json-pointer/issues"
},
"dependencies": {
"@jsonjoy.com/util": "^1.3.0"
},
"description": "High-performance JSON Pointer implementation",
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@types/benchmark": "^2.1.5",
"@vitest/coverage-v8": "^2.1.2",
"benchmark": "^2.1.4",
"config-galore": "^1.0.0",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"vitest": "^2.1.2"
},
"engines": {
"node": ">=10.0"
},
"files": [
"LICENSE",
"lib/"
],
"funding": {
"type": "github",
"url": "https://github.com/sponsors/streamich"
},
"homepage": "https://github.com/jsonjoy-com/json-pointer",
"keywords": [
"json-pointer",
"json",
"pointer",
"jit",
"selector",
"pick"
],
"license": "Apache-2.0",
"main": "lib/index.js",
"name": "@jsonjoy.com/json-pointer",
"packageManager": "yarn@4.5.0",
"peerDependencies": {
"tslib": "2"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsonjoy-com/json-pointer.git"
},
"scripts": {
"build": "tsc --project tsconfig.build.json --module commonjs --target es2020 --outDir lib",
"build:pages": "npx rimraf@6.0.1 gh-pages && mkdir -p gh-pages && cp -r typedocs/* gh-pages && cp -r coverage gh-pages/coverage",
"clean": "npx rimraf@6.0.1 lib typedocs coverage gh-pages yarn-error.log",
"coverage": "vitest run --coverage",
"deploy:pages": "gh-pages -d gh-pages",
"format": "biome format ./src",
"format:fix": "biome format --write ./src",
"lint": "biome lint ./src",
"lint:fix": "biome lint --apply ./src",
"publish-coverage-and-typedocs": "yarn typedoc && yarn coverage && yarn build:pages && yarn deploy:pages",
"test": "vitest ./src",
"typedoc": "npx typedoc@0.25.13 --tsconfig tsconfig.build.json"
},
"types": "lib/index.d.ts",
"typings": "lib/index.d.ts",
"version": "1.0.1"
}