- 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/handle-thing/package.json
rceaed42 r59329aa 1 1 { 2 "_args": [ 3 [ 4 "handle-thing@2.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "handle-thing@2.0.1", 10 "_id": "handle-thing@2.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==", 13 "_location": "/handle-thing", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "handle-thing@2.0.1", 19 "name": "handle-thing", 20 "escapedName": "handle-thing", 21 "rawSpec": "2.0.1", 22 "saveSpec": null, 23 "fetchSpec": "2.0.1" 24 }, 25 "_requiredBy": [ 26 "/spdy" 27 ], 28 "_resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", 29 "_spec": "2.0.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Fedor Indutny", 33 "email": "fedor@indutny.com" 34 }, 35 "bugs": { 36 "url": "https://github.com/spdy-http2/handle-thing/issues" 37 }, 38 "description": "Wrap Streams2 instance into a HandleWrap", 39 "devDependencies": { 40 "istanbul": "^0.4.5", 41 "mocha": "^5.2.0", 42 "pre-commit": "^1.2.2", 43 "readable-stream": "^3.0.6", 44 "standard": "^12.0.1", 45 "stream-pair": "^1.0.3" 46 }, 47 "homepage": "https://github.com/spdy-http2/handle-thing#readme", 48 "keywords": [ 49 "handle", 50 "net", 51 "streams2" 52 ], 53 "license": "MIT", 54 "main": "lib/handle.js", 2 55 "name": "handle-thing", 3 "version": "2.0.1",4 "description": "Wrap Streams2 instance into a HandleWrap",5 "main": "lib/handle.js",6 "scripts": {7 "lint": "standard",8 "test": "mocha --reporter=spec test/*-test.js",9 "coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter=spec test/**/*-test.js"10 },11 56 "pre-commit": [ 12 57 "lint", … … 17 62 "url": "git+ssh://git@github.com/indutny/handle-thing.git" 18 63 }, 19 "keywords": [ 20 "handle", 21 "net", 22 "streams2" 23 ], 24 "author": "Fedor Indutny <fedor@indutny.com>", 25 "license": "MIT", 26 "bugs": { 27 "url": "https://github.com/spdy-http2/handle-thing/issues" 64 "scripts": { 65 "coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter=spec test/**/*-test.js", 66 "lint": "standard", 67 "test": "mocha --reporter=spec test/*-test.js" 28 68 }, 29 "homepage": "https://github.com/spdy-http2/handle-thing#readme", 30 "devDependencies": { 31 "istanbul": "^0.4.5", 32 "mocha": "^5.2.0", 33 "pre-commit": "^1.2.2", 34 "readable-stream": "^3.0.6", 35 "standard": "^12.0.1", 36 "stream-pair": "^1.0.3" 37 } 69 "version": "2.0.1" 38 70 }
Note:
See TracChangeset
for help on using the changeset viewer.