Changeset 59329aa for trip-planner-front/node_modules/indexes-of
- 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/indexes-of/package.json
rceaed42 r59329aa 1 1 { 2 "_args": [ 3 [ 4 "indexes-of@1.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "indexes-of@1.0.1", 10 "_id": "indexes-of@1.0.1", 11 "_inBundle": false, 12 "_integrity": "sha1-8w9xbI4r00bHtn0985FVZqfAVgc=", 13 "_location": "/indexes-of", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "indexes-of@1.0.1", 19 "name": "indexes-of", 20 "escapedName": "indexes-of", 21 "rawSpec": "1.0.1", 22 "saveSpec": null, 23 "fetchSpec": "1.0.1" 24 }, 25 "_requiredBy": [ 26 "/css-has-pseudo/postcss-selector-parser", 27 "/postcss-custom-selectors/postcss-selector-parser", 28 "/postcss-dir-pseudo-class/postcss-selector-parser", 29 "/postcss-pseudo-class-any-link/postcss-selector-parser", 30 "/postcss-values-parser" 31 ], 32 "_resolved": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz", 33 "_spec": "1.0.1", 34 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 35 "author": { 36 "name": "Dominic Tarr", 37 "email": "dominic.tarr@gmail.com", 38 "url": "dominictarr.com" 39 }, 40 "bugs": { 41 "url": "https://github.com/dominictarr/indexes-of/issues" 42 }, 43 "description": "line String/Array#indexOf but return all the indexes in an array", 44 "devDependencies": { 45 "tape": "~2.1.0" 46 }, 47 "homepage": "https://github.com/dominictarr/indexes-of", 48 "license": "MIT", 2 49 "name": "indexes-of", 3 "description": "line String/Array#indexOf but return all the indexes in an array",4 "version": "1.0.1",5 "homepage": "https://github.com/dominictarr/indexes-of",6 50 "repository": { 7 51 "type": "git", … … 11 55 "test": "node test.js" 12 56 }, 13 "author": "Dominic Tarr <dominic.tarr@gmail.com> (dominictarr.com)", 14 "license": "MIT", 15 "devDependencies": { 16 "tape": "~2.1.0" 17 } 57 "version": "1.0.1" 18 58 }
Note:
See TracChangeset
for help on using the changeset viewer.