Edit File: package.json
{ "_args": [ [ "@tootallnate/once@2.0.0", "/home/taswqeshtry/public_html/nodejs" ] ], "_from": "@tootallnate/once@2.0.0", "_id": "@tootallnate/once@2.0.0", "_inBundle": false, "_integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==", "_location": "/@tootallnate/once", "_optional": true, "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@tootallnate/once@2.0.0", "name": "@tootallnate/once", "escapedName": "@tootallnate%2fonce", "scope": "@tootallnate", "rawSpec": "2.0.0", "saveSpec": null, "fetchSpec": "2.0.0" }, "_requiredBy": [ "/http-proxy-agent" ], "_resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", "_spec": "2.0.0", "_where": "/home/taswqeshtry/public_html/nodejs", "author": { "name": "Nathan Rajlich", "email": "nathan@tootallnate.net", "url": "http://n8.io/" }, "bugs": { "url": "https://github.com/TooTallNate/once/issues" }, "description": "Creates a Promise that waits for a single event", "devDependencies": { "@types/jest": "^27.0.2", "@types/node": "^12.12.11", "abort-controller": "^3.0.0", "jest": "^27.2.1", "rimraf": "^3.0.0", "ts-jest": "^27.0.5", "typescript": "^4.4.3" }, "engines": { "node": ">= 10" }, "files": [ "dist" ], "homepage": "https://github.com/TooTallNate/once#readme", "jest": { "preset": "ts-jest", "globals": { "ts-jest": { "diagnostics": false, "isolatedModules": true } }, "verbose": false, "testEnvironment": "node", "testMatch": [ "<rootDir>/test/**/*.test.ts" ] }, "keywords": [], "license": "MIT", "main": "./dist/index.js", "name": "@tootallnate/once", "repository": { "type": "git", "url": "git://github.com/TooTallNate/once.git" }, "scripts": { "build": "tsc", "prebuild": "rimraf dist", "prepublishOnly": "npm run build", "test": "jest" }, "types": "./dist/index.d.ts", "version": "2.0.0" }
Back to File Manager