- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@tootallnate/once/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@tootallnate/once", 3 "version": "1.1.2", 4 "description": "Creates a Promise that waits for a single event", 5 "main": "./dist/index.js", 6 "types": "./dist/index.d.ts", 7 "files": [ 8 "dist" 2 "_args": [ 3 [ 4 "@tootallnate/once@1.1.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 9 7 ], 10 "scripts": { 11 "prebuild": "rimraf dist", 12 "build": "tsc", 13 "test": "mocha --reporter spec", 14 "test-lint": "eslint src --ext .js,.ts", 15 "prepublishOnly": "npm run build" 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" 16 25 }, 17 "repository": { 18 "type": "git", 19 "url": "git://github.com/TooTallNate/once.git" 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/" 20 36 }, 21 "keywords": [],22 "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",23 "license": "MIT",24 37 "bugs": { 25 38 "url": "https://github.com/TooTallNate/once/issues" 26 39 }, 40 "description": "Creates a Promise that waits for a single event", 27 41 "devDependencies": { 28 42 "@types/node": "^12.12.11", … … 42 56 "engines": { 43 57 "node": ">= 6" 44 } 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" 45 80 }
Note:
See TracChangeset
for help on using the changeset viewer.