Changeset 59329aa for trip-planner-front/node_modules/piscina/package.json
- 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/piscina/package.json
rceaed42 r59329aa 1 1 { 2 "name": "piscina", 3 "version": "3.1.0", 2 "_args": [ 3 [ 4 "piscina@3.1.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "piscina@3.1.0", 10 "_id": "piscina@3.1.0", 11 "_inBundle": false, 12 "_integrity": "sha512-KTW4sjsCD34MHrUbx9eAAbuUSpVj407hQSgk/6Epkg0pbRBmv4a3UX7Sr8wxm9xYqQLnsN4mFOjqGDzHAdgKQg==", 13 "_location": "/piscina", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "piscina@3.1.0", 19 "name": "piscina", 20 "escapedName": "piscina", 21 "rawSpec": "3.1.0", 22 "saveSpec": null, 23 "fetchSpec": "3.1.0" 24 }, 25 "_requiredBy": [ 26 "/@angular-devkit/build-angular" 27 ], 28 "_resolved": "https://registry.npmjs.org/piscina/-/piscina-3.1.0.tgz", 29 "_spec": "3.1.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "James M Snell", 33 "email": "jasnell@gmail.com" 34 }, 35 "bugs": { 36 "url": "https://github.com/piscinajs/piscina/issues" 37 }, 38 "contributors": [ 39 { 40 "name": "Anna Henningsen", 41 "email": "anna@addaleax.net" 42 }, 43 { 44 "name": "Matteo Collina", 45 "email": "matteo.collina@gmail.com" 46 } 47 ], 48 "dependencies": { 49 "eventemitter-asyncresource": "^1.0.0", 50 "hdr-histogram-js": "^2.0.1", 51 "hdr-histogram-percentiles-obj": "^3.0.0", 52 "nice-napi": "^1.0.2" 53 }, 4 54 "description": "A fast, efficient Node.js Worker Thread Pool implementation", 5 "main": "./dist/src/index.js",6 "exports": {7 "import": "./dist/esm-wrapper.mjs",8 "require": "./dist/src/index.js"9 },10 "types": "./dist/src/index.d.ts",11 "scripts": {12 "build": "tsc && gen-esm-wrapper . dist/esm-wrapper.mjs",13 "lint": "standardx \"**/*.{ts,mjs,js,cjs}\" | snazzy",14 "test": "npm run lint && npm run build && npm run test-only",15 "test-only": "tap --ts",16 "prepack": "npm run build"17 },18 "repository": {19 "type": "git",20 "url": "git+https://github.com/piscinajs/piscina.git"21 },22 "keywords": [23 "fast",24 "worker threads",25 "thread pool",26 "wade wilson"27 ],28 "author": "James M Snell <jasnell@gmail.com>",29 "contributors": [30 "Anna Henningsen <anna@addaleax.net>",31 "Matteo Collina <matteo.collina@gmail.com>"32 ],33 "license": "MIT",34 55 "devDependencies": { 35 56 "@types/node": "^15.0.1", … … 45 66 "typescript": "^4.2.4" 46 67 }, 47 "dependencies": { 48 "eventemitter-asyncresource": "^1.0.0", 49 "hdr-histogram-js": "^2.0.1", 50 "hdr-histogram-percentiles-obj": "^3.0.0" 51 }, 52 "optionalDependencies": { 53 "nice-napi": "^1.0.2" 68 "directories": { 69 "example": "examples", 70 "test": "test" 54 71 }, 55 72 "eslintConfig": { … … 72 89 } 73 90 }, 91 "exports": { 92 "import": "./dist/esm-wrapper.mjs", 93 "require": "./dist/src/index.js" 94 }, 95 "homepage": "https://github.com/piscinajs/piscina#readme", 96 "keywords": [ 97 "fast", 98 "worker threads", 99 "thread pool", 100 "wade wilson" 101 ], 102 "license": "MIT", 103 "main": "./dist/src/index.js", 104 "name": "piscina", 105 "optionalDependencies": { 106 "nice-napi": "^1.0.2" 107 }, 108 "repository": { 109 "type": "git", 110 "url": "git+https://github.com/piscinajs/piscina.git" 111 }, 112 "scripts": { 113 "build": "tsc && gen-esm-wrapper . dist/esm-wrapper.mjs", 114 "lint": "standardx \"**/*.{ts,mjs,js,cjs}\" | snazzy", 115 "prepack": "npm run build", 116 "test": "npm run lint && npm run build && npm run test-only", 117 "test-only": "tap --ts" 118 }, 74 119 "standardx": { 75 120 "parser": "@typescript-eslint/parser", … … 78 123 ] 79 124 }, 80 "bugs": { 81 "url": "https://github.com/piscinajs/piscina/issues" 82 }, 83 "homepage": "https://github.com/piscinajs/piscina#readme", 84 "directories": { 85 "example": "examples", 86 "test": "test" 87 } 125 "types": "./dist/src/index.d.ts", 126 "version": "3.1.0" 88 127 }
Note:
See TracChangeset
for help on using the changeset viewer.