| 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/codegen/ |
Upload File : |
{
"_args": [
[
"@jsonjoy.com/codegen@1.0.0",
"C:\\inetpub\\wwwroot\\parsmega.com"
]
],
"_from": "@jsonjoy.com/codegen@1.0.0",
"_id": "@jsonjoy.com/codegen@1.0.0",
"_inBundle": false,
"_integrity": "sha512-E8Oy+08cmCf0EK/NMxpaJZmOxPqM+6iSe2S4nlSBrPZOORoDJILxtbSUEDKQyTamm/BVAhIGllOBNU79/dwf0g==",
"_location": "/@jsonjoy.com/codegen",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@jsonjoy.com/codegen@1.0.0",
"name": "@jsonjoy.com/codegen",
"escapedName": "@jsonjoy.com%2fcodegen",
"scope": "@jsonjoy.com",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/@jsonjoy.com/json-pack",
"/@jsonjoy.com/util"
],
"_resolved": "https://registry.npmjs.org/@jsonjoy.com/codegen/-/codegen-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "C:\\inetpub\\wwwroot\\parsmega.com",
"author": {
"name": "streamich",
"url": "https://github.com/streamich"
},
"bugs": {
"url": "https://github.com/jsonjoy-com/codegen/issues"
},
"dependencies": {},
"description": "No-dependencies, low-level, high-performance JIT code generation package for JavaScript",
"devDependencies": {
"@types/benchmark": "^2.1.2",
"@types/jest": "^29.5.12",
"benchmark": "^2.1.4",
"jest": "^29.7.0",
"json-pack-napi": "^0.0.2",
"prettier": "^3.2.5",
"pretty-quick": "^3.1.3",
"rimraf": "^5.0.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"tslint": "^6.1.3",
"tslint-config-common": "^1.6.2",
"typedoc": "^0.25.12",
"typescript": "^5.4.4"
},
"engines": {
"node": ">=10.0"
},
"files": [
"LICENSE",
"lib/"
],
"funding": {
"type": "github",
"url": "https://github.com/sponsors/streamich"
},
"homepage": "https://github.com/jsonjoy-com/codegen",
"jest": {
"verbose": true,
"testEnvironmentOptions": {
"url": "http://localhost/"
},
"moduleFileExtensions": [
"ts",
"js"
],
"transform": {
"^.+\\.ts$": "ts-jest"
},
"transformIgnorePatterns": [],
"testRegex": ".*/(__tests__|__jest__|demo)/.*\\.(test|spec)\\.ts$"
},
"keywords": [
"jit",
"codegen",
"code generation",
"dynamic",
"performance",
"javascript",
"compiler",
"function",
"optimization"
],
"license": "Apache-2.0",
"main": "lib/index.js",
"name": "@jsonjoy.com/codegen",
"peerDependencies": {
"tslib": "2"
},
"prettier": {
"arrowParens": "always",
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": false
},
"private": false,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsonjoy-com/codegen.git"
},
"scripts": {
"build": "tsc --project tsconfig.build.json --module commonjs --target es2020 --outDir lib",
"build:pages": "rimraf gh-pages && mkdir -p gh-pages && cp -r typedocs/* gh-pages && cp -r coverage gh-pages/coverage",
"clean": "rimraf lib typedocs coverage gh-pages yarn-error.log",
"coverage": "yarn test --collectCoverage",
"deploy:pages": "gh-pages -d gh-pages",
"jest": "node -r ts-node/register ./node_modules/.bin/jest",
"lint": "yarn tslint",
"prettier": "prettier --ignore-path .gitignore --write \"src/**/*.{ts,tsx,js,jsx}\"",
"prettier:check": "prettier --ignore-path .gitignore --list-different 'src/**/*.{ts,tsx,js,jsx}'",
"publish-coverage-and-typedocs": "yarn typedoc && yarn coverage && yarn build:pages && yarn deploy:pages",
"test": "jest --maxWorkers 7",
"test:ci": "yarn jest --maxWorkers 3 --no-cache",
"tslint": "tslint 'src/**/*.{js,jsx,ts,tsx}' -t verbose --project .",
"typedoc": "typedoc"
},
"types": "lib/index.d.ts",
"typings": "lib/index.d.ts",
"version": "1.0.0"
}