[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "@tootallnate/once@1.1.2",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
[6a3a178] | 7 | ],
|
---|
[59329aa] | 8 | "_development": true,
|
---|
| 9 | "_from": "@tootallnate/once@1.1.2",
|
---|
| 10 | "_id": "@tootallnate/once@1.1.2",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",
|
---|
| 13 | "_location": "/@tootallnate/once",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "@tootallnate/once@1.1.2",
|
---|
| 19 | "name": "@tootallnate/once",
|
---|
| 20 | "escapedName": "@tootallnate%2fonce",
|
---|
| 21 | "scope": "@tootallnate",
|
---|
| 22 | "rawSpec": "1.1.2",
|
---|
| 23 | "saveSpec": null,
|
---|
| 24 | "fetchSpec": "1.1.2"
|
---|
[6a3a178] | 25 | },
|
---|
[59329aa] | 26 | "_requiredBy": [
|
---|
| 27 | "/http-proxy-agent"
|
---|
| 28 | ],
|
---|
| 29 | "_resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
|
---|
| 30 | "_spec": "1.1.2",
|
---|
| 31 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 32 | "author": {
|
---|
| 33 | "name": "Nathan Rajlich",
|
---|
| 34 | "email": "nathan@tootallnate.net",
|
---|
| 35 | "url": "http://n8.io/"
|
---|
[6a3a178] | 36 | },
|
---|
| 37 | "bugs": {
|
---|
| 38 | "url": "https://github.com/TooTallNate/once/issues"
|
---|
| 39 | },
|
---|
[59329aa] | 40 | "description": "Creates a Promise that waits for a single event",
|
---|
[6a3a178] | 41 | "devDependencies": {
|
---|
| 42 | "@types/node": "^12.12.11",
|
---|
| 43 | "@typescript-eslint/eslint-plugin": "1.6.0",
|
---|
| 44 | "@typescript-eslint/parser": "1.1.0",
|
---|
| 45 | "eslint": "5.16.0",
|
---|
| 46 | "eslint-config-airbnb": "17.1.0",
|
---|
| 47 | "eslint-config-prettier": "4.1.0",
|
---|
| 48 | "eslint-import-resolver-typescript": "1.1.1",
|
---|
| 49 | "eslint-plugin-import": "2.16.0",
|
---|
| 50 | "eslint-plugin-jsx-a11y": "6.2.1",
|
---|
| 51 | "eslint-plugin-react": "7.12.4",
|
---|
| 52 | "mocha": "^6.2.2",
|
---|
| 53 | "rimraf": "^3.0.0",
|
---|
| 54 | "typescript": "^3.7.3"
|
---|
| 55 | },
|
---|
| 56 | "engines": {
|
---|
| 57 | "node": ">= 6"
|
---|
[59329aa] | 58 | },
|
---|
| 59 | "files": [
|
---|
| 60 | "dist"
|
---|
| 61 | ],
|
---|
| 62 | "homepage": "https://github.com/TooTallNate/once#readme",
|
---|
| 63 | "keywords": [],
|
---|
| 64 | "license": "MIT",
|
---|
| 65 | "main": "./dist/index.js",
|
---|
| 66 | "name": "@tootallnate/once",
|
---|
| 67 | "repository": {
|
---|
| 68 | "type": "git",
|
---|
| 69 | "url": "git://github.com/TooTallNate/once.git"
|
---|
| 70 | },
|
---|
| 71 | "scripts": {
|
---|
| 72 | "build": "tsc",
|
---|
| 73 | "prebuild": "rimraf dist",
|
---|
| 74 | "prepublishOnly": "npm run build",
|
---|
| 75 | "test": "mocha --reporter spec",
|
---|
| 76 | "test-lint": "eslint src --ext .js,.ts"
|
---|
| 77 | },
|
---|
| 78 | "types": "./dist/index.d.ts",
|
---|
| 79 | "version": "1.1.2"
|
---|
[6a3a178] | 80 | }
|
---|