| 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/thingies/ |
Upload File : |
{
"_args": [
[
"thingies@2.5.0",
"C:\\inetpub\\wwwroot\\parsmega.com"
]
],
"_from": "thingies@2.5.0",
"_id": "thingies@2.5.0",
"_inBundle": false,
"_integrity": "sha512-s+2Bwztg6PhWUD7XMfeYm5qliDdSiZm7M7n8KjTkIsm3l/2lgVRc2/Gx/v+ZX8lT4FMA+i8aQvhcWylldc+ZNw==",
"_location": "/thingies",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "thingies@2.5.0",
"name": "thingies",
"escapedName": "thingies",
"rawSpec": "2.5.0",
"saveSpec": null,
"fetchSpec": "2.5.0"
},
"_requiredBy": [
"/@jsonjoy.com/json-pack"
],
"_resolved": "https://registry.npmjs.org/thingies/-/thingies-2.5.0.tgz",
"_spec": "2.5.0",
"_where": "C:\\inetpub\\wwwroot\\parsmega.com",
"author": {
"name": "streamich",
"url": "https://github.com/streamich"
},
"bugs": {
"url": "https://github.com/streamich/thingies/issues"
},
"dependencies": {},
"description": "Useful TypeScript utilities.",
"devDependencies": {
"@types/benchmark": "^2.1.5",
"@types/jest": "^29.5.12",
"benchmark": "^2.1.4",
"husky": "^8.0.0",
"jest": "^29.7.0",
"prettier": "^3.0.0",
"pretty-quick": "^3.1.1",
"rimraf": "^3.0.2",
"ts-jest": "^29.1.2",
"tslib": "^2.6.2",
"tslint": "^6.1.3",
"tslint-config-common": "^1.6.2",
"typescript": "^5.0.3"
},
"engines": {
"node": ">=10.18"
},
"files": [
"lib/",
"LICENSE"
],
"funding": {
"type": "github",
"url": "https://github.com/sponsors/streamich"
},
"homepage": "https://github.com/streamich/thingies",
"keywords": [],
"license": "MIT",
"main": "lib/index.js",
"name": "thingies",
"peerDependencies": {
"tslib": "^2"
},
"release": {
"branches": [
"main",
{
"name": "next",
"prerelease": true
}
],
"prepare": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
],
"verifyConditions": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/streamich/thingies.git"
},
"scripts": {
"build": "tsc --project tsconfig.build.json --module commonjs --target es2020 --outDir lib",
"build:pages": "npx rimraf@5.0.5 gh-pages && mkdir -p gh-pages && cp -r typedocs/* gh-pages && cp -r coverage gh-pages/coverage",
"clean": "rimraf lib es6 es2020 coverage typedocs gh-pages",
"coverage": "yarn test --collectCoverage",
"deploy:pages": "gh-pages -d gh-pages",
"lint": "yarn tslint",
"prettier": "prettier --ignore-path .gitignore --write 'src/**/*.{ts,tsx,js,jsx}'",
"prettier:check": "prettier --check 'src/**/*.{ts,tsx,js,jsx}'",
"test": "jest --no-cache --config='jest.config.js'",
"tslint": "tslint 'src/**/*.{js,jsx,ts,tsx}' -t verbose",
"typedoc": "npx typedoc@0.25.13 --tsconfig tsconfig.build.json"
},
"types": "lib/index.d.ts",
"typings": "lib/index.d.ts",
"version": "2.5.0"
}