Changeset 59329aa for trip-planner-front/node_modules/buffer-indexof
- 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/buffer-indexof/package.json
rceaed42 r59329aa 1 1 { 2 "_args": [ 3 [ 4 "buffer-indexof@1.1.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "buffer-indexof@1.1.1", 10 "_id": "buffer-indexof@1.1.1", 11 "_inBundle": false, 12 "_integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==", 13 "_location": "/buffer-indexof", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "buffer-indexof@1.1.1", 19 "name": "buffer-indexof", 20 "escapedName": "buffer-indexof", 21 "rawSpec": "1.1.1", 22 "saveSpec": null, 23 "fetchSpec": "1.1.1" 24 }, 25 "_requiredBy": [ 26 "/dns-txt" 27 ], 28 "_resolved": "https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.1.tgz", 29 "_spec": "1.1.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Ryan Day" 33 }, 34 "bugs": { 35 "url": "https://github.com/soldair/node-buffer-indexof/issues" 36 }, 37 "dependencies": {}, 38 "description": "find the index of a buffer in a buffer", 39 "devDependencies": { 40 "chalk": "^1.1.3", 41 "tape": "~1.1.0" 42 }, 43 "homepage": "https://github.com/soldair/node-buffer-indexof#readme", 44 "license": "MIT", 45 "main": "index.js", 2 46 "name": "buffer-indexof", 3 "description": "find the index of a buffer in a buffer",4 "version": "1.1.1",5 47 "repository": { 6 48 "url": "git://github.com/soldair/node-buffer-indexof.git" 7 49 }, 8 "main": "index.js",9 50 "scripts": { 10 51 "test": "tape test/*.js" 11 52 }, 12 "author": "Ryan Day", 13 "license": "MIT", 14 "dependencies": {}, 15 "devDependencies": { 16 "chalk": "^1.1.3", 17 "tape": "~1.1.0" 18 } 53 "version": "1.1.1" 19 54 }
Note:
See TracChangeset
for help on using the changeset viewer.