mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-02 04:00:03 +02:00
84 lines
2.1 KiB
JSON
84 lines
2.1 KiB
JSON
{
|
|
"_from": "@tootallnate/once@2",
|
|
"_id": "@tootallnate/once@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==",
|
|
"_location": "/@tootallnate/once",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@tootallnate/once@2",
|
|
"name": "@tootallnate/once",
|
|
"escapedName": "@tootallnate%2fonce",
|
|
"scope": "@tootallnate",
|
|
"rawSpec": "2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2"
|
|
},
|
|
"_requiredBy": [
|
|
"/http-proxy-agent"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz",
|
|
"_shasum": "f544a148d3ab35801c1f633a7441fd87c2e484bf",
|
|
"_spec": "@tootallnate/once@2",
|
|
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\http-proxy-agent",
|
|
"author": {
|
|
"name": "Nathan Rajlich",
|
|
"email": "nathan@tootallnate.net",
|
|
"url": "http://n8.io/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/TooTallNate/once/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"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"
|
|
}
|