Changeset 79a0317 for imaps-frontend/node_modules/asynckit
- Timestamp:
- 01/21/25 03:08:24 (3 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/asynckit/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "asynckit", 3 "version": "0.4.0", 4 "description": "Minimal async jobs utility library, with streams support", 5 "main": "index.js", 6 "scripts": { 7 "clean": "rimraf coverage", 8 "lint": "eslint *.js lib/*.js test/*.js", 9 "test": "istanbul cover --reporter=json tape -- 'test/test-*.js' | tap-spec", 10 "win-test": "tape test/test-*.js", 11 "browser": "browserify -t browserify-istanbul test/lib/browserify_adjustment.js test/test-*.js | obake --coverage | tap-spec", 12 "report": "istanbul report", 13 "size": "browserify index.js | size-table asynckit", 14 "debug": "tape test/test-*.js" 2 "_from": "asynckit@^0.4.0", 3 "_id": "asynckit@0.4.0", 4 "_inBundle": false, 5 "_integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", 6 "_location": "/asynckit", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "asynckit@^0.4.0", 12 "name": "asynckit", 13 "escapedName": "asynckit", 14 "rawSpec": "^0.4.0", 15 "saveSpec": null, 16 "fetchSpec": "^0.4.0" 15 17 }, 16 "pre-commit": [ 17 "clean", 18 "lint", 19 "test", 20 "browser", 21 "report", 22 "size" 18 "_requiredBy": [ 19 "/form-data" 23 20 ], 24 "repository": { 25 "type": "git", 26 "url": "git+https://github.com/alexindigo/asynckit.git" 21 "_resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", 22 "_shasum": "c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79", 23 "_spec": "asynckit@^0.4.0", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/form-data", 25 "author": { 26 "name": "Alex Indigo", 27 "email": "iam@alexindigo.com" 27 28 }, 28 "keywords": [29 "async",30 "jobs",31 "parallel",32 "serial",33 "iterator",34 "array",35 "object",36 "stream",37 "destroy",38 "terminate",39 "abort"40 ],41 "author": "Alex Indigo <iam@alexindigo.com>",42 "license": "MIT",43 29 "bugs": { 44 30 "url": "https://github.com/alexindigo/asynckit/issues" 45 31 }, 46 "homepage": "https://github.com/alexindigo/asynckit#readme", 32 "bundleDependencies": false, 33 "dependencies": {}, 34 "deprecated": false, 35 "description": "Minimal async jobs utility library, with streams support", 47 36 "devDependencies": { 48 37 "browserify": "^13.0.0", … … 60 49 "tape": "^4.5.1" 61 50 }, 62 "dependencies": {} 51 "homepage": "https://github.com/alexindigo/asynckit#readme", 52 "keywords": [ 53 "async", 54 "jobs", 55 "parallel", 56 "serial", 57 "iterator", 58 "array", 59 "object", 60 "stream", 61 "destroy", 62 "terminate", 63 "abort" 64 ], 65 "license": "MIT", 66 "main": "index.js", 67 "name": "asynckit", 68 "pre-commit": [ 69 "clean", 70 "lint", 71 "test", 72 "browser", 73 "report", 74 "size" 75 ], 76 "repository": { 77 "type": "git", 78 "url": "git+https://github.com/alexindigo/asynckit.git" 79 }, 80 "scripts": { 81 "browser": "browserify -t browserify-istanbul test/lib/browserify_adjustment.js test/test-*.js | obake --coverage | tap-spec", 82 "clean": "rimraf coverage", 83 "debug": "tape test/test-*.js", 84 "lint": "eslint *.js lib/*.js test/*.js", 85 "report": "istanbul report", 86 "size": "browserify index.js | size-table asynckit", 87 "test": "istanbul cover --reporter=json tape -- 'test/test-*.js' | tap-spec", 88 "win-test": "tape test/test-*.js" 89 }, 90 "version": "0.4.0" 63 91 }
Note:
See TracChangeset
for help on using the changeset viewer.